summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai>2013-09-13 21:17:35 +0000
committerpettai <pettai>2013-09-13 21:17:35 +0000
commitc25cbf41b0b9c0acbff356f25e9127bffd21b0ef (patch)
tree82530739813cd5a39afbd2ac21484edea2efc48e /security
parentfddd4ab0206c24a16bc2355d149a19808f3fabce (diff)
downloadpkgsrc-c25cbf41b0b9c0acbff356f25e9127bffd21b0ef.tar.gz
2.5.3:
Bugfixes [CPPOST-83] - Compile error with boost 1.53 [CPPOST-86] - samlsign core dumps when -dig option is used 2.5.2: (none) 2.5.1: Bugfixes [CPPOST-79] - Typo in "metadata intance failed manual validation checking" log message [CPPOST-80] - SAMLTIME_MAX constant breaks for universal Mac builds Improvement [CPPOST-78] - Add metadata:rpi schema to OpenSAML 2.5.0: Bugfixes [CPPOST-65] - Remove compile time version output where possible. [CPPOST-70] - Problem calling virtual functions from base class constructors [CPPOST-71] - Various clone methods are broken. [CPPOST-75] - ChainingTrustEngine resets SOAP/TLS-based null peer entity name, forces TrustEngine name matching Improvements [CPPOST-74] - metadata provider should check validity before replacing old metadata [CPPOST-76] - filter IdPs somehow that don't declare themselves "ready" New Features [CPPOST-69] - Load Folders of Metadata [CPPOST-73] - Metadata filter that can add EntityAttribute tags
Diffstat (limited to 'security')
-rw-r--r--security/opensaml/Makefile6
-rw-r--r--security/opensaml/PLIST19
-rw-r--r--security/opensaml/distinfo8
3 files changed, 18 insertions, 15 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile
index 8b5a695647c..d4b0f5bdde5 100644
--- a/security/opensaml/Makefile
+++ b/security/opensaml/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/09/10 11:44:15 obache Exp $
+# $NetBSD: Makefile,v 1.13 2013/09/13 21:17:35 pettai Exp $
-DISTNAME= opensaml-2.4.3
-PKGREVISION= 3
+DISTNAME= opensaml-2.5.3
CATEGORIES= security
MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
@@ -15,6 +14,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen-doc
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/log4shib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff --git a/security/opensaml/PLIST b/security/opensaml/PLIST
index 01ad269ea38..ab90fd31260 100644
--- a/security/opensaml/PLIST
+++ b/security/opensaml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/07/28 22:44:36 pettai Exp $
+@comment $NetBSD: PLIST,v 1.6 2013/09/13 21:17:35 pettai Exp $
bin/samlsign
include/saml/Assertion.h
include/saml/RootObject.h
@@ -32,6 +32,7 @@ include/saml/saml2/metadata/AbstractMetadataProvider.h
include/saml/saml2/metadata/DiscoverableMetadataProvider.h
include/saml/saml2/metadata/DynamicMetadataProvider.h
include/saml/saml2/metadata/EndpointManager.h
+include/saml/saml2/metadata/EntityMatcher.h
include/saml/saml2/metadata/Metadata.h
include/saml/saml2/metadata/MetadataCredentialContext.h
include/saml/saml2/metadata/MetadataCredentialCriteria.h
@@ -49,17 +50,19 @@ include/saml/util/SAMLConstants.h
include/saml/version.h
lib/libsaml.a
lib/libsaml.so
-lib/libsaml.so.7
-lib/libsaml.so.7.0.3
+lib/libsaml.so.8
+lib/libsaml.so.8.0.3
lib/pkgconfig/opensaml.pc
-share/doc/opensaml-${PKGVERSION}/LICENSE.txt
-share/doc/opensaml-${PKGVERSION}/LOG4CPP.LICENSE
-share/doc/opensaml-${PKGVERSION}/NOTICE.txt
-share/doc/opensaml-${PKGVERSION}/README.txt
+share/doc/${PKGNAME}/LICENSE.txt
+share/doc/${PKGNAME}/LOG4CPP.LICENSE
+share/doc/${PKGNAME}/NOTICE.txt
+share/doc/${PKGNAME}/README.txt
share/xml/opensaml/cs-sstc-schema-assertion-01.xsd
share/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd
share/xml/opensaml/cs-sstc-schema-protocol-01.xsd
share/xml/opensaml/cs-sstc-schema-protocol-1.1.xsd
+share/xml/opensaml/saml-async-slo-v1.0.xsd
+share/xml/opensaml/saml-metadata-rpi-v1.0.xsd
share/xml/opensaml/saml-schema-assertion-2.0.xsd
share/xml/opensaml/saml-schema-authn-context-2.0.xsd
share/xml/opensaml/saml-schema-authn-context-auth-telephony-2.0.xsd
@@ -106,4 +109,4 @@ share/xml/opensaml/sstc-saml-metadata-ext-query.xsd
share/xml/opensaml/sstc-saml-metadata-ui-v1.0.xsd
share/xml/opensaml/sstc-saml-protocol-ext-thirdparty.xsd
share/xml/opensaml/sstc-saml1x-metadata.xsd
-@pkgdir share/doc/opensaml-${PKGVERSION}/api
+@pkgdir share/doc/${PKGNAME}/api
diff --git a/security/opensaml/distinfo b/security/opensaml/distinfo
index 934aeb1d88e..e758a3a8084 100644
--- a/security/opensaml/distinfo
+++ b/security/opensaml/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/07/28 22:44:36 pettai Exp $
+$NetBSD: distinfo,v 1.4 2013/09/13 21:17:35 pettai Exp $
-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
+SHA1 (opensaml-2.5.3.tar.gz) = 412d0807821f7ee5d419e59fd9fd85613d64da7b
+RMD160 (opensaml-2.5.3.tar.gz) = 1ed3e0badd53c60a60d17ad3d4bc490ab8366b50
+Size (opensaml-2.5.3.tar.gz) = 703021 bytes