ports/54203: [MAINTAINER UPDATE] misc/bsdiff
Colin Percival
cperciva at beastie.daemonology.net
Tue Jul 8 00:20:17 UTC 2003
>Number: 54203
>Category: ports
>Synopsis: [MAINTAINER UPDATE] misc/bsdiff
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 07 17:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Colin Percival
>Release: FreeBSD 4.7-SECURITY i386
>Organization:
>Environment:
>Description:
BSDiff 4.0 contains an off-by-one bug which causes a segfault if memory
allocated by malloc() is not zeroed; this is fixed in version 4.1.
Pointed-out-by: Nathan Miles
>How-To-Repeat:
>Fix:
--- bsdiff.diff begins here ---
--- misc/bsdiff/Makefile Thu Jun 19 03:51:33 2003
+++ misc/bsdiff/Makefile Tue Jul 8 01:01:09 2003
@@ -6,7 +6,7 @@
#
PORTNAME= bsdiff
-PORTVERSION= 4.0
+PORTVERSION= 4.1
CATEGORIES= misc devel
MASTER_SITES= http://www.daemonology.net/bsdiff/
--- misc/bsdiff/distinfo Thu Jun 19 03:04:54 2003
+++ misc/bsdiff/distinfo Tue Jul 8 01:02:01 2003
@@ -1 +1 @@
-MD5 (bsdiff-4.0.tar.gz) = bc013003d85eed27f76c941c6d1e9166
+MD5 (bsdiff-4.1.tar.gz) = bf69ae7c185ea1a9863c8b40251fbc3a
--- bsdiff.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list