[UPDATE]: security/md5deep: Update to version 1.9.3

This patch will update security/md5deep to version 1.9.3.
	This version fixes the following bugs:

	- Fixed expert mode to remove a number of logical errors
	  that prevented the program from correctly identifying which
	  files should be hashed. Symbolic links, in particular, were not
	  being chosen or excluded correctly.
	- Added quiet mode, -q, filename is omitted from the output.
	- Added Makefile directive macg5 to compile OS X G5 specific code
	- Fixed comparisons between signed and unsigned variables in helpers.c
	  and dig.c

PR:		ports/91367
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
This commit is contained in:
Edwin Groothuis 2006-01-06 05:59:11 +00:00
parent 576f4b20ab
commit 5af9ba8e2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152862
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= md5deep
PORTVERSION= 1.9.2
PORTVERSION= 1.9.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (md5deep-1.9.2.tar.gz) = ba6777c7398e1467d51c71c2035abdba
SHA256 (md5deep-1.9.2.tar.gz) = efe4168b445d98f7a8b32565c7c068fc3721f60e10af741600c7f44ec00baeec
SIZE (md5deep-1.9.2.tar.gz) = 89889
MD5 (md5deep-1.9.3.tar.gz) = 180b2df1d62de90ac76abc26e88438c0
SHA256 (md5deep-1.9.3.tar.gz) = 59b66fd801beb87481c178dc9f3485feecdbae55c68c22410b9ce7f20ae7afd1
SIZE (md5deep-1.9.3.tar.gz) = 90172