diff options
-rw-r--r-- | security/opensaml2/Makefile | 7 | ||||
-rw-r--r-- | security/opensaml2/distinfo | 6 | ||||
-rw-r--r-- | security/opensaml2/pkg-plist | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 33e8dc6fd3d2..44eb6deb2032 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= opensaml2 -DISTVERSION= 2.1 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ DISTNAME= opensaml-${DISTVERSION} @@ -18,11 +17,11 @@ COMMENT= Open source implentation of SAML2 LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ - xmltooling.2:${PORTSDIR}/devel/xmltooling + xmltooling.3:${PORTSDIR}/devel/xmltooling GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ - --with-xmltooling=${LOCALBASE} + --with-xmltooling=${LOCALBASE} --disable-doxygen-doc USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/security/opensaml2/distinfo b/security/opensaml2/distinfo index c41755063687..531e70f2e39f 100644 --- a/security/opensaml2/distinfo +++ b/security/opensaml2/distinfo @@ -1,3 +1,3 @@ -MD5 (opensaml-2.1.tar.gz) = a212c7ceb5e60ddfa0cf5f3c8a09f03f -SHA256 (opensaml-2.1.tar.gz) = 9c05b34a9f600f639f41e6d33cf34eac696f56e93907398e8cda902dd464f91d -SIZE (opensaml-2.1.tar.gz) = 710801 +MD5 (opensaml-2.2.tar.gz) = aea9bfd6223bfdc13a5bd7c411b41fcc +SHA256 (opensaml-2.2.tar.gz) = dc00ab7e160a82d060d97d4fdd77ce87eb72043d7063c56fca5a8f46295ee015 +SIZE (opensaml-2.2.tar.gz) = 920149 diff --git a/security/opensaml2/pkg-plist b/security/opensaml2/pkg-plist index 0d9ad320643b..5b494c6b40e8 100644 --- a/security/opensaml2/pkg-plist +++ b/security/opensaml2/pkg-plist @@ -22,7 +22,6 @@ include/saml/saml2/binding/SAML2SOAPClient.h include/saml/saml2/core/Assertions.h include/saml/saml2/core/Protocols.h include/saml/saml2/metadata/AbstractMetadataProvider.h -include/saml/saml2/metadata/ChainingMetadataProvider.h include/saml/saml2/metadata/DynamicMetadataProvider.h include/saml/saml2/metadata/EndpointManager.h include/saml/saml2/metadata/Metadata.h @@ -33,6 +32,7 @@ include/saml/saml2/metadata/MetadataProvider.h include/saml/saml2/metadata/ObservableMetadataProvider.h include/saml/saml2/profile/AssertionValidator.h include/saml/saml2/profile/BrowserSSOProfileValidator.h +include/saml/saml2/profile/SAML2AssertionPolicy.h include/saml/binding/ArtifactMap.h include/saml/binding/MessageDecoder.h include/saml/binding/MessageEncoder.h @@ -45,7 +45,7 @@ include/saml/signature/SignableObject.h include/saml/signature/SignatureProfileValidator.h include/saml/util/CommonDomainCookie.h include/saml/util/SAMLConstants.h -lib/libsaml.so.3 +lib/libsaml.so.4 lib/libsaml.so %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt @@ -54,6 +54,9 @@ lib/libsaml.so share/xml/opensaml/saml20-catalog.xml share/xml/opensaml/saml10-catalog.xml share/xml/opensaml/saml11-catalog.xml +share/xml/opensaml/sstc-metadata-attr.xsd +share/xml/opensaml/sstc-saml-attribute-ext.xsd +share/xml/opensaml/sstc-saml-delegation.xsd share/xml/opensaml/cs-sstc-schema-assertion-01.xsd share/xml/opensaml/cs-sstc-schema-protocol-01.xsd share/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd |