Skip site navigation (1)Skip section navigation (2)
Date:      8 Jul 2003 00:11:19 -0000
From:      Colin Percival <cperciva@beastie.daemonology.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54203: [MAINTAINER UPDATE] misc/bsdiff
Message-ID:  <20030708001119.14109.qmail@beastie.daemonology.net>
Resent-Message-ID: <200307080020.h680KGUx075018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030708001119.14109.qmail>