From laszlof@ritamari.vonostingroup.com  Tue Nov 15 21:58:06 2005
Return-Path: <laszlof@ritamari.vonostingroup.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B4FD316A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Nov 2005 21:58:06 +0000 (GMT)
	(envelope-from laszlof@ritamari.vonostingroup.com)
Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D952B43D75
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Nov 2005 21:58:00 +0000 (GMT)
	(envelope-from laszlof@ritamari.vonostingroup.com)
Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.54 (FreeBSD))
	id 1Ec8oO-0002qC-8M
	for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Nov 2005 16:57:56 -0500
Message-Id: <E1Ec8oO-0002qC-8M@ritamari.vonostingroup.com>
Date: Tue, 15 Nov 2005 16:57:56 -0500
From: Frank Laszlo <laszlof@vonostingroup.com>
Reply-To: Frank Laszlo <laszlof@vonostingroup.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE]: security/md5deep: Update to version 1.9.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         89089
>Category:       ports
>Synopsis:       [UPDATE]: security/md5deep: Update to version 1.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 15 22:00:26 GMT 2005
>Closed-Date:    Mon Nov 21 14:26:17 GMT 2005
>Last-Modified:  Mon Nov 21 14:26:17 GMT 2005
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	The attached patch will update security/md5deep to version 1.9.2. This version
	adds the following:

	- Fixed Makefile to include compiler optimizations for hashing algorithms
	- Fixed bug when processing symlinks to directories introduced in
		version 1.9 by accidently removing known good code. Oops.
	- Changed the existing return values and added ones for the matching modes
		to indicate if any of the input files did not match a known hash and
		if any hashes were unused. See "RETURN VALUES" section of the manpage.
	- Added -n mode to display which files from the list of known hashes did
		not match any of the input files.
	- Fixed dig.c code to correctly handle links to Solaris doors.
	- Fixed cosmetic bug that caused the leading slash to be omitted from the
		output under 'which matching file', or -w mode.
	- Changed text displayed in matching modes for standard input. Now displays
		just "stdin" in matching mode
	- Fixed bug in files.c:valid_hash that caused crash by casting
		character value into a signed integer.
	- Fixed bug in BSD hash file importing that caused crash when processing a
		line with two parenthesis but was shorter than a valid hash.
	- Fixed cosmetic bug in hash.c:update_display to prevent the first time
		estimate to be wildly off if it takes more than one second to read
		the first megabyte of each input file.
	- Simplified hash.c by removing match_name from hash_info structure
	- Minor changes to Makefile defines

>How-To-Repeat:
	
>Fix:

	



--- md5deep-1.9.2.diff begins here ---
diff -NrU3 md5deep.orig/Makefile md5deep/Makefile
--- md5deep.orig/Makefile	Tue Nov 15 16:48:50 2005
+++ md5deep/Makefile	Tue Nov 15 16:51:55 2005
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	md5deep
-PORTVERSION=	1.8
+PORTVERSION=	1.9.2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	laszlof@vonostingroup.com
-COMMENT=	Program to compute MD5 and SHA1 message digests recursively
+COMMENT=	Program to compute various message digests recursively
 
 ALL_TARGET=	unix
 USE_REINPLACE=	yes
diff -NrU3 md5deep.orig/distinfo md5deep/distinfo
--- md5deep.orig/distinfo	Tue Nov 15 16:48:50 2005
+++ md5deep/distinfo	Tue Nov 15 16:51:59 2005
@@ -1,3 +1,3 @@
-MD5 (md5deep-1.8.tar.gz) = 2d6e1d1a337c4a7380567419a0c03947
-SHA256 (md5deep-1.8.tar.gz) = b276a21db4572a7e91e2aeaa122940b4a3558d0c85c6cc1bd2e95986d17a55c0
-SIZE (md5deep-1.8.tar.gz) = 87921
+MD5 (md5deep-1.9.2.tar.gz) = ba6777c7398e1467d51c71c2035abdba
+SHA256 (md5deep-1.9.2.tar.gz) = efe4168b445d98f7a8b32565c7c068fc3721f60e10af741600c7f44ec00baeec
+SIZE (md5deep-1.9.2.tar.gz) = 89889
diff -NrU3 md5deep.orig/pkg-descr md5deep/pkg-descr
--- md5deep.orig/pkg-descr	Tue Nov 15 16:48:50 2005
+++ md5deep/pkg-descr	Tue Nov 15 16:51:30 2005
@@ -1,5 +1,5 @@
 md5deep is a cross-platform set of programs to compute 
-MD5 message digests or SHA-1 message digests on an arbitrary
+various types of message digests on an arbitrary
 number of files. The programs run on Windows, Linux, *BSD, 
 OS X, Solaris, and should run on most other platforms.
 md5deep is similar to the md5sum program found in the 
--- md5deep-1.9.2.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: mnag 
State-Changed-When: Wed Nov 16 03:10:10 GMT 2005 
State-Changed-Why:  
Can you investigate this problem in 4.11 

===>  Building for md5deep-1.9.2 gcc -Wall -O3 -D VERSION="1.9.2"   -c 
-o main.o main.c gcc -Wall -O3 -D VERSION="1.9.2"   -c -o match.o 
match.c gcc -Wall -O3 -D VERSION="1.9.2"   -c -o helpers.o helpers.c 
gcc -Wall -O3 -D VERSION="1.9.2"   -c -o dig.o dig.c gcc -Wall -O3 -D 
VERSION="1.9.2"   -c -o cycles.o cycles.c gcc -Wall -O3 -D 
VERSION="1.9.2"   -c -o hashTable.o hashTable.c gcc -DMD5 -Wall -O3 -D 
VERSION="1.9.2" -c files.c -o files-md5.o gcc -DMD5 -Wall -O3 -D 
VERSION="1.9.2" -c hash.c -o hash-md5.o hash.c: In function 
`update_display': hash.c:75: syntax error before `PRIu8' gmake: *** 
[hash-md5.o] Error 1 *** Error code 2 

Stop in /a/ports/security/md5deep. 
================================================================ build 
ended at Wed Nov 16 03:08:00 GMT 2005 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89089 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Mon Nov 21 14:25:49 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89089 
>Unformatted:
