diff options
author | girgen <girgen@FreeBSD.org> | 2016-09-12 05:52:17 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2016-09-12 05:52:17 +0800 |
commit | dee29ec831c9ec11ac73a817987d7f10317b6ae4 (patch) | |
tree | f151adec4ac1f321f60d54611f250ca787b1b16a | |
parent | e92aaf8a1bfe660d798f4fc4fbc8d213449d06c1 (diff) | |
download | freebsd-ports-gnome-dee29ec831c9ec11ac73a817987d7f10317b6ae4.tar.gz freebsd-ports-gnome-dee29ec831c9ec11ac73a817987d7f10317b6ae4.tar.zst freebsd-ports-gnome-dee29ec831c9ec11ac73a817987d7f10317b6ae4.zip |
Upgrade shibboleth-sp 2.6 and its tool chain
-rw-r--r-- | devel/xmltooling/Makefile | 6 | ||||
-rw-r--r-- | devel/xmltooling/distinfo | 5 | ||||
-rw-r--r-- | devel/xmltooling/pkg-plist | 9 | ||||
-rw-r--r-- | security/apache-xml-security-c/Makefile | 5 | ||||
-rw-r--r-- | security/apache-xml-security-c/distinfo | 5 | ||||
-rw-r--r-- | security/apache-xml-security-c/pkg-plist | 2 | ||||
-rw-r--r-- | security/opensaml2/Makefile | 5 | ||||
-rw-r--r-- | security/opensaml2/distinfo | 5 | ||||
-rw-r--r-- | security/opensaml2/pkg-plist | 4 | ||||
-rw-r--r-- | security/shibboleth2-sp/Makefile | 10 | ||||
-rw-r--r-- | security/shibboleth2-sp/distinfo | 5 | ||||
-rw-r--r-- | security/shibboleth2-sp/pkg-plist | 5 |
12 files changed, 37 insertions, 29 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 3bffef9ad554..22a09c954ca7 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= xmltooling -PORTVERSION= 1.5.5 +PORTVERSION= 1.6.0 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.5.5/ +MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.6.0/ MAINTAINER= girgen@FreeBSD.org COMMENT= Low level XML support for SAML @@ -18,7 +18,7 @@ BUILD_DEPENDS= boost-libs>=0:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_OPENSSL= yes diff --git a/devel/xmltooling/distinfo b/devel/xmltooling/distinfo index 7e5a77e575ee..b2894aeac1ee 100644 --- a/devel/xmltooling/distinfo +++ b/devel/xmltooling/distinfo @@ -1,2 +1,3 @@ -SHA256 (xmltooling-1.5.5.tar.gz) = 5507332878b1f611efe791c8eeabd9b8327d75602949f0cb189970b8a221333f -SIZE (xmltooling-1.5.5.tar.gz) = 713161 +TIMESTAMP = 1473630647 +SHA256 (xmltooling-1.6.0.tar.bz2) = e26a66cb10d767743c6af9a663fa3c7cb4dace55ec79cc91f9d8d528994af0b6 +SIZE (xmltooling-1.6.0.tar.bz2) = 553346 diff --git a/devel/xmltooling/pkg-plist b/devel/xmltooling/pkg-plist index df3249a90872..30071b37ad1c 100644 --- a/devel/xmltooling/pkg-plist +++ b/devel/xmltooling/pkg-plist @@ -62,6 +62,7 @@ include/xmltooling/soap/SOAP.h include/xmltooling/soap/SOAPClient.h include/xmltooling/soap/SOAPTransport.h include/xmltooling/unicode.h +include/xmltooling/util/CloneInputStream.h include/xmltooling/util/CurlURLInputStream.h include/xmltooling/util/DateTime.h include/xmltooling/util/NDC.h @@ -81,11 +82,11 @@ include/xmltooling/validation/Validator.h include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so -lib/libxmltooling-lite.so.6 -lib/libxmltooling-lite.so.6.0.5 +lib/libxmltooling-lite.so.7 +lib/libxmltooling-lite.so.7.0.0 lib/libxmltooling.so -lib/libxmltooling.so.6 -lib/libxmltooling.so.6.0.5 +lib/libxmltooling.so.7 +lib/libxmltooling.so.7.0.0 libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index e6386ace43a9..979920505b20 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xml-security-c -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= security MASTER_SITES= APACHE/santuario/c-library PKGNAMEPREFIX= apache- @@ -19,7 +18,7 @@ LIB_DEPENDS+= libxerces-c.so.3:textproc/xerces-c3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-xerces=${LOCALBASE} -USES= gmake libtool +USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} diff --git a/security/apache-xml-security-c/distinfo b/security/apache-xml-security-c/distinfo index 1644d7c31688..268b789eafd9 100644 --- a/security/apache-xml-security-c/distinfo +++ b/security/apache-xml-security-c/distinfo @@ -1,2 +1,3 @@ -SHA256 (xml-security-c-1.7.2.tar.gz) = d576b07bb843eaebfde3be01301db40504ea8e8e477c0ad5f739b07022445452 -SIZE (xml-security-c-1.7.2.tar.gz) = 875465 +TIMESTAMP = 1473589138 +SHA256 (xml-security-c-1.7.3.tar.bz2) = 09a1165c2cfcd468dbc170935db10861107dfa22e02754092473c0f555ef6819 +SIZE (xml-security-c-1.7.3.tar.bz2) = 673977 diff --git a/security/apache-xml-security-c/pkg-plist b/security/apache-xml-security-c/pkg-plist index ad031407c6f8..aa6bab871eec 100644 --- a/security/apache-xml-security-c/pkg-plist +++ b/security/apache-xml-security-c/pkg-plist @@ -161,4 +161,4 @@ include/xsec/xkms/XKMSValidityInterval.hpp lib/libxml-security-c.a lib/libxml-security-c.so lib/libxml-security-c.so.17 -lib/libxml-security-c.so.17.0.2 +lib/libxml-security-c.so.17.0.3 diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index d806c6758fcb..f023b694f279 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensaml2 -PORTVERSION= 2.5.5 +PORTVERSION= 2.6.0 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -12,6 +12,7 @@ COMMENT= Open source implementation of SAML2 LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ + libxml-security-c.so:security/apache-xml-security-c \ libxerces-c.so:textproc/xerces-c3 \ libxmltooling.so:devel/xmltooling @@ -20,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=0:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/security/opensaml2/distinfo b/security/opensaml2/distinfo index dbc70343ce3c..ce343a637e54 100644 --- a/security/opensaml2/distinfo +++ b/security/opensaml2/distinfo @@ -1,2 +1,3 @@ -SHA256 (opensaml-2.5.5.tar.gz) = 133bee4f1cfe79bff33d358391806eaef575cd02db9d3eb532438b24a97b12e0 -SIZE (opensaml-2.5.5.tar.gz) = 739776 +TIMESTAMP = 1473589706 +SHA256 (opensaml-2.6.0.tar.bz2) = 8bd2a7521dc372bcb92f8bc3fec301fb2ccecfad8bfb99052d6eb76b576250fd +SIZE (opensaml-2.6.0.tar.bz2) = 557977 diff --git a/security/opensaml2/pkg-plist b/security/opensaml2/pkg-plist index 460b7c1106da..150e23a93342 100644 --- a/security/opensaml2/pkg-plist +++ b/security/opensaml2/pkg-plist @@ -48,8 +48,8 @@ include/saml/signature/SignatureProfileValidator.h include/saml/util/CommonDomainCookie.h include/saml/util/SAMLConstants.h lib/libsaml.so -lib/libsaml.so.8 -lib/libsaml.so.8.0.5 +lib/libsaml.so.9 +lib/libsaml.so.9.0.0 libdata/pkgconfig/opensaml.pc %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 4bdf9991db14..3e2c460adee0 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 2.5.6 +PORTVERSION= 2.6.0 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -10,9 +10,13 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache BUILD_DEPENDS= boost-libs>=0:devel/boost-libs -LIB_DEPENDS= libsaml.so.8:security/opensaml2 libodbc.so:databases/unixODBC +LIB_DEPENDS= libsaml.so:security/opensaml2 libodbc.so:databases/unixODBC \ + libxmltooling-lite.so:devel/xmltooling \ + liblog4shib.so:devel/log4shib \ + libxerces-c-3.1.so:textproc/xerces-c3 \ + libxml-security-c.so:security/apache-xml-security-c -USES= gmake +USES= gmake tar:bzip2 GNU_CONFIGURE= yes MAKE_ENV= NOKEYGEN=YES USE_LDCONFIG= yes diff --git a/security/shibboleth2-sp/distinfo b/security/shibboleth2-sp/distinfo index 6ab0fa43c0b6..064ed3e4a746 100644 --- a/security/shibboleth2-sp/distinfo +++ b/security/shibboleth2-sp/distinfo @@ -1,2 +1,3 @@ -SHA256 (shibboleth-sp-2.5.6.tar.gz) = 024739a7b5190aebecac913d9445719912c6e4e401bfe256a25ca75ab4e67ad5 -SIZE (shibboleth-sp-2.5.6.tar.gz) = 987020 +TIMESTAMP = 1473589186 +SHA256 (shibboleth-sp-2.6.0.tar.bz2) = cb084f09c406257c7a8cb41464dc5d3e82803c3829e79288fc813e997f6f9b34 +SIZE (shibboleth-sp-2.6.0.tar.bz2) = 721245 diff --git a/security/shibboleth2-sp/pkg-plist b/security/shibboleth2-sp/pkg-plist index 309642c5a323..5f0e5246f335 100644 --- a/security/shibboleth2-sp/pkg-plist +++ b/security/shibboleth2-sp/pkg-plist @@ -32,7 +32,6 @@ etc/shibboleth/apache2.config etc/shibboleth/apache22.config etc/shibboleth/apache24.config etc/shibboleth/keygen.sh -etc/shibboleth/upgrade.xsl @sample etc/shibboleth/postTemplate.html.dist etc/shibboleth/postTemplate.html @sample etc/shibboleth/partialLogout.html.dist etc/shibboleth/partialLogout.html include/shibsp/AbstractSPRequest.h @@ -93,7 +92,7 @@ include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h include/shibsp/version.h -lib/libshibsp.so.6 +lib/libshibsp.so.7 lib/libshibsp.so lib/shibboleth/adfs.so lib/shibboleth/adfs-lite.so @@ -102,7 +101,7 @@ lib/shibboleth/plugins-lite.so lib/shibboleth/plugins.so %%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.so %%WITH_APACHE_24%%lib/shibboleth/mod_shib_24.so -lib/libshibsp-lite.so.6 +lib/libshibsp-lite.so.7 lib/libshibsp-lite.so sbin/shibd share/xml/shibboleth/catalog.xml |