Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 21:52:18 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421878 - in head: devel/xmltooling security/apache-xml-security-c security/opensaml2 security/shibboleth2-sp
Message-ID:  <201609112152.u8BLqIHd092516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun Sep 11 21:52:17 2016
New Revision: 421878
URL: https://svnweb.freebsd.org/changeset/ports/421878

Log:
  Upgrade shibboleth-sp 2.6 and its tool chain

Modified:
  head/devel/xmltooling/Makefile
  head/devel/xmltooling/distinfo
  head/devel/xmltooling/pkg-plist
  head/security/apache-xml-security-c/Makefile
  head/security/apache-xml-security-c/distinfo
  head/security/apache-xml-security-c/pkg-plist
  head/security/opensaml2/Makefile
  head/security/opensaml2/distinfo
  head/security/opensaml2/pkg-plist
  head/security/shibboleth2-sp/Makefile
  head/security/shibboleth2-sp/distinfo
  head/security/shibboleth2-sp/pkg-plist

Modified: head/devel/xmltooling/Makefile
==============================================================================
--- head/devel/xmltooling/Makefile	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/devel/xmltooling/Makefile	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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
 
 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
 

Modified: head/devel/xmltooling/distinfo
==============================================================================
--- head/devel/xmltooling/distinfo	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/devel/xmltooling/distinfo	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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

Modified: head/devel/xmltooling/pkg-plist
==============================================================================
--- head/devel/xmltooling/pkg-plist	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/devel/xmltooling/pkg-plist	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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.
 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

Modified: head/security/apache-xml-security-c/Makefile
==============================================================================
--- head/security/apache-xml-security-c/Makefile	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/apache-xml-security-c/Makefile	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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/
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
-USES=		gmake libtool
+USES=		gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
 

Modified: head/security/apache-xml-security-c/distinfo
==============================================================================
--- head/security/apache-xml-security-c/distinfo	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/apache-xml-security-c/distinfo	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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

Modified: head/security/apache-xml-security-c/pkg-plist
==============================================================================
--- head/security/apache-xml-security-c/pkg-plist	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/apache-xml-security-c/pkg-plist	Sun Sep 11 21:52:17 2016	(r421878)
@@ -161,4 +161,4 @@ include/xsec/xkms/XKMSValidityInterval.h
 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

Modified: head/security/opensaml2/Makefile
==============================================================================
--- head/security/opensaml2/Makefile	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/opensaml2/Makefile	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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 S
 
 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
 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

Modified: head/security/opensaml2/distinfo
==============================================================================
--- head/security/opensaml2/distinfo	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/opensaml2/distinfo	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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

Modified: head/security/opensaml2/pkg-plist
==============================================================================
--- head/security/opensaml2/pkg-plist	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/opensaml2/pkg-plist	Sun Sep 11 21:52:17 2016	(r421878)
@@ -48,8 +48,8 @@ include/saml/signature/SignatureProfileV
 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

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/shibboleth2-sp/Makefile	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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

Modified: head/security/shibboleth2-sp/distinfo
==============================================================================
--- head/security/shibboleth2-sp/distinfo	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/shibboleth2-sp/distinfo	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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

Modified: head/security/shibboleth2-sp/pkg-plist
==============================================================================
--- head/security/shibboleth2-sp/pkg-plist	Sun Sep 11 21:11:08 2016	(r421877)
+++ head/security/shibboleth2-sp/pkg-plist	Sun Sep 11 21:52:17 2016	(r421878)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609112152.u8BLqIHd092516>