diff options
author | shattered <shattered@pkgsrc.org> | 2014-09-12 21:50:49 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-09-12 21:50:49 +0000 |
commit | af73bc168c3ff10ca372dc7a096f95ee79010895 (patch) | |
tree | 58fe17e23421ae2702476ceff158fbec9df3a732 /mail/popa3d | |
parent | 01671185dd73fb36320e77c5f40837b0724d895f (diff) | |
download | pkgsrc-af73bc168c3ff10ca372dc7a096f95ee79010895.tar.gz |
Update to 1.0.3 (2012). Changes:
Handle possible NULL returns from crypt(3).
Revised the included MD5 routines to help the compiler detect a common
subexpression between steps in round 3.
Switched to heavily cut-down BSD license.
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 5 | ||||
-rw-r--r-- | mail/popa3d/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index baf299b73d0..44c897bf0d5 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2013/07/12 10:44:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.54 2014/09/12 21:50:49 shattered Exp $ # -DISTNAME= popa3d-1.0.2 -PKGREVISION= 2 +DISTNAME= popa3d-1.0.3 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ diff --git a/mail/popa3d/distinfo b/mail/popa3d/distinfo index 0b9043e86d8..4f153189e47 100644 --- a/mail/popa3d/distinfo +++ b/mail/popa3d/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.19 2006/07/19 22:41:45 wiz Exp $ +$NetBSD: distinfo,v 1.20 2014/09/12 21:50:49 shattered Exp $ -SHA1 (popa3d-1.0.2.tar.gz) = 85779cfc657050352b3bcda5ca7f1dfe7ac4e92b -RMD160 (popa3d-1.0.2.tar.gz) = 7cde1e5876b44644ded3ff2287c19ae7520ba409 -Size (popa3d-1.0.2.tar.gz) = 32848 bytes +SHA1 (popa3d-1.0.3.tar.gz) = b94ea908f8be37c729763f9033b341b2fe89df2e +RMD160 (popa3d-1.0.3.tar.gz) = 4b5306819b8f30dbf4e0fa4b7d74767d3b56cbf2 +Size (popa3d-1.0.3.tar.gz) = 33616 bytes SHA1 (patch-aa) = bb4879169ae6ee60a46d19eb736497370021167c SHA1 (patch-ab) = 5a50a0f69324031c610fd1e47dda680e1408e8dd |