diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-06 13:59:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-06 13:59:11 +0800 |
commit | 8d26a9ad8318d181dc89ffe32588996e0090cf76 (patch) | |
tree | 99d69f7846ed0ea5536c50bb8ef5df080f3c8c7c /security | |
parent | 2de23f0dc6570411183694696462bc248a438827 (diff) | |
download | freebsd-ports-gnome-8d26a9ad8318d181dc89ffe32588996e0090cf76.tar.gz freebsd-ports-gnome-8d26a9ad8318d181dc89ffe32588996e0090cf76.tar.zst freebsd-ports-gnome-8d26a9ad8318d181dc89ffe32588996e0090cf76.zip |
[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>
Diffstat (limited to 'security')
-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 |