diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-06 05:59:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-06 05:59:11 +0000 |
commit | 5af9ba8e2f7668a1d0687ea9d0013468d7250fa6 (patch) | |
tree | c4dd44c2b573587026615055455495cc9425d900 /security/md5deep | |
parent | 576f4b20ab814831e900946b476bd3c501e1c494 (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=152862
Diffstat (limited to 'security/md5deep')
-rw-r--r-- | security/md5deep/Makefile | 2 | ||||
-rw-r--r-- | security/md5deep/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index d0cb86c8af0d..f2e28a4ff1bf 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -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} diff --git a/security/md5deep/distinfo b/security/md5deep/distinfo index 7872960a63b0..5f047bcfaa28 100644 --- a/security/md5deep/distinfo +++ b/security/md5deep/distinfo @@ -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 |