Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  8 Apr 2005 10:33:06 -0700 (PDT)
From:      Linh Pham <question+fbsdports@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        janos.mohacsi@bsd.hu
Subject:   ports/79691: Update port: net/bindtest - fixed size and checksum
Message-ID:  <20050408173306.71C2E45040@q.closedsrc.org>
Resent-Message-ID: <200504081740.j38He3er045913@freefall.freebsd.org>

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

>Number:         79691
>Category:       ports
>Synopsis:       Update port: net/bindtest - fixed size and checksum
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 08 17:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 5.3-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 5.3-RELEASE-p4 FreeBSD 5.3-RELEASE-p4 #5: Sat Jan 8 23:34:57 PST 2005 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Fixed size and checksum mismatch for dist tarball. It looks like the tarball
is generated by the software maintainer from CVS, which can lead to both size
and checksum mismatch.
>How-To-Repeat:
>Fix:

--- bindtest-1.56.diff begins here ---
diff -ruN /usr/ports/net/bindtest/Makefile bindtest/Makefile
--- /usr/ports/net/bindtest/Makefile	Tue Mar  1 17:39:51 2005
+++ bindtest/Makefile	Fri Apr  8 10:29:15 2005
@@ -18,8 +18,6 @@
 MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT=	Test bind() semantics of IPv6 sockets
 
-BROKEN=		Size mismatch
-
 MAN1=		bindtest.1
 
 do-install:
Binary files /usr/ports/net/bindtest/bindtest.tgz and bindtest/bindtest.tgz differ
diff -ruN /usr/ports/net/bindtest/distinfo bindtest/distinfo
--- /usr/ports/net/bindtest/distinfo	Fri Feb 18 11:03:22 2005
+++ bindtest/distinfo	Fri Apr  8 10:28:54 2005
@@ -1,2 +1,2 @@
-MD5 (bindtest.tgz) = 34da012b719dc07913197d9beea9e71b
-SIZE (bindtest.tgz) = 9569
+MD5 (bindtest.tgz) = 1621cbdca74cb39b5e13aa2941bcd96b
+SIZE (bindtest.tgz) = 9566
--- bindtest-1.56.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?20050408173306.71C2E45040>