ports/68915: Update port: misc/most from 4.9.4 to 4.9.5
Esa Karkkainen
ejk at iki.fi
Sun Jul 11 11:30:23 UTC 2004
>Number: 68915
>Category: ports
>Synopsis: Update port: misc/most from 4.9.4 to 4.9.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 11 11:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Esa Karkkainen
>Release: FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
Is in state of disintegration
>Environment:
System: 5.2.1-RELEASE-p8 Sun May 30 19:52:33 EEST 2004
Ports tree cvsupped at Sun Jul 11 13:44:24 EEST 2004
>Description:
Update misc/most pager from 4.9.4 to 4.9.5.
Change MASTER_SITES because ftp.jedsoft.org does not exist.
Quote from most-4.9.5/changes.txt:
Changes since 4.9.4
1. src/line.c: A "length" variable was declared as unsigned char
instead of unsigned int, causing a SEGV for columns larger than 255.
2. src/file.c: fixed a buffer overflow caused by a long file name on
the command line.
>How-To-Repeat:
N/A
>Fix:
diff -ruN most.orig/Makefile most/Makefile
--- most.orig/Makefile Thu Mar 11 18:49:33 2004
+++ most/Makefile Sun Jul 11 14:17:32 2004
@@ -6,11 +6,11 @@
#
PORTNAME= most
-PORTVERSION= 4.9.4
+PORTVERSION= 4.9.5
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.jedsoft.org/pub/davis/most/ \
- ftp://space.mit.edu/pub/davis/most/ \
- ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/
+MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
+ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \
+ http://gd.tuwien.ac.at/editors/davis/most/
MAINTAINER= ports at FreeBSD.org
COMMENT= A pager (like less) which has support for windows and binary files
diff -ruN most.orig/distinfo most/distinfo
--- most.orig/distinfo Thu Mar 11 18:49:33 2004
+++ most/distinfo Sun Jul 11 14:15:16 2004
@@ -1,2 +1,2 @@
-MD5 (most-4.9.4.tar.gz) = 54d21cbd39bbe5fd89f8162eddb4cbd3
-SIZE (most-4.9.4.tar.gz) = 117274
+MD5 (most-4.9.5.tar.gz) = 5c0922952485b0a5822ef994603dcc2f
+SIZE (most-4.9.5.tar.gz) = 117361
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list