aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2016-09-11 21:52:17 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2016-09-11 21:52:17 +0000
commit98a8ceb3e52cb7eee4dfffd0ad51774181f64723 (patch)
treef151adec4ac1f321f60d54611f250ca787b1b16a /security
parent108315526d595aaf7618aadb4884ff1af8572b90 (diff)
downloadports-98a8ceb3e52cb7eee4dfffd0ad51774181f64723.tar.gz
ports-98a8ceb3e52cb7eee4dfffd0ad51774181f64723.zip
Upgrade shibboleth-sp 2.6 and its tool chain
Notes
Notes: svn path=/head/; revision=421878
Diffstat (limited to 'security')
-rw-r--r--security/apache-xml-security-c/Makefile5
-rw-r--r--security/apache-xml-security-c/distinfo5
-rw-r--r--security/apache-xml-security-c/pkg-plist2
-rw-r--r--security/opensaml2/Makefile5
-rw-r--r--security/opensaml2/distinfo5
-rw-r--r--security/opensaml2/pkg-plist4
-rw-r--r--security/shibboleth2-sp/Makefile10
-rw-r--r--security/shibboleth2-sp/distinfo5
-rw-r--r--security/shibboleth2-sp/pkg-plist5
9 files changed, 26 insertions, 20 deletions
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