diff options
author | pettai <pettai@pkgsrc.org> | 2011-07-28 22:44:36 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-07-28 22:44:36 +0000 |
commit | 088b78d4945ab4018b2de9ceb247d7951650f7cd (patch) | |
tree | 9936ecc517b0d5eb95e0432fa0f273d44ed3ec9d /security/opensaml | |
parent | 487cf9bb535b4650f0de00e28006abe8d4d20748 (diff) | |
download | pkgsrc-088b78d4945ab4018b2de9ceb247d7951650f7cd.tar.gz |
Update fixes CVE-2011-2516
(See http://shibboleth.internet2.edu/secadv/secadv_20110706.txt for details)
Diffstat (limited to 'security/opensaml')
-rw-r--r-- | security/opensaml/Makefile | 5 | ||||
-rw-r--r-- | security/opensaml/PLIST | 4 | ||||
-rw-r--r-- | security/opensaml/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 111425f29f0..27c8579bdb6 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2011/07/27 22:30:31 pettai Exp $ +# $NetBSD: Makefile,v 1.8 2011/07/28 22:44:36 pettai Exp $ -DISTNAME= opensaml-2.4.1 -PKGREVISION= 1 +DISTNAME= opensaml-2.4.3 CATEGORIES= security MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/ diff --git a/security/opensaml/PLIST b/security/opensaml/PLIST index c5113d395c8..01ad269ea38 100644 --- a/security/opensaml/PLIST +++ b/security/opensaml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/03/12 19:55:41 pettai Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/07/28 22:44:36 pettai Exp $ bin/samlsign include/saml/Assertion.h include/saml/RootObject.h @@ -50,7 +50,7 @@ include/saml/version.h lib/libsaml.a lib/libsaml.so lib/libsaml.so.7 -lib/libsaml.so.7.0.1 +lib/libsaml.so.7.0.3 lib/pkgconfig/opensaml.pc share/doc/opensaml-${PKGVERSION}/LICENSE.txt share/doc/opensaml-${PKGVERSION}/LOG4CPP.LICENSE diff --git a/security/opensaml/distinfo b/security/opensaml/distinfo index 0fbf012f609..934aeb1d88e 100644 --- a/security/opensaml/distinfo +++ b/security/opensaml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/02/23 09:11:09 adam Exp $ +$NetBSD: distinfo,v 1.3 2011/07/28 22:44:36 pettai Exp $ -SHA1 (opensaml-2.4.1.tar.gz) = 953ca40f8216ce33fcd10abdebc5dbf2ded54705 -RMD160 (opensaml-2.4.1.tar.gz) = 64258e01354ca8aac732355583f0f85de38990bc -Size (opensaml-2.4.1.tar.gz) = 870509 bytes +SHA1 (opensaml-2.4.3.tar.gz) = 1835d1815a1937499a21bcaad09ce2a668e3d793 +RMD160 (opensaml-2.4.3.tar.gz) = a2d05d879ac63817b8e13422a39aa0548efb372e +Size (opensaml-2.4.3.tar.gz) = 871693 bytes |