Date: Tue, 15 Nov 2005 16:57:56 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89089: [UPDATE]: security/md5deep: Update to version 1.9.2 Message-ID: <E1Ec8oO-0002qC-8M@ritamari.vonostingroup.com> Resent-Message-ID: <200511152200.jAFM0Sn6013190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 15 22:00:26 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ec8oO-0002qC-8M>