ports/136032: update to opensaml2 port
Steve Wills
steve at mouf.net
Thu Jun 25 14:30:07 UTC 2009
>Number: 136032
>Category: ports
>Synopsis: update to opensaml2 port
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 25 14:30:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: 7.2
>Organization:
>Environment:
>Description:
This updates the opensaml2 port which is required for a shibboleth2-sp port which I will submit shortly.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2.orig/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2/Makefile
--- /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2.orig/Makefile 2009-06-23 15:26:18.251985000 -0400
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2/Makefile 2009-06-24 01:35:58.000000000 -0400
@@ -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 @@
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 -ruN --exclude=CVS /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2.orig/distinfo /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2/distinfo
--- /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2.orig/distinfo 2009-06-23 15:26:18.251985000 -0400
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2/distinfo 2009-06-23 14:19:26.000000000 -0400
@@ -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 -ruN --exclude=CVS /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2.orig/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2/pkg-plist
--- /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2.orig/pkg-plist 2009-06-23 15:26:18.251985000 -0400
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/security/opensaml2/pkg-plist 2009-06-24 01:58:33.000000000 -0400
@@ -22,7 +22,6 @@
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/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/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 @@
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
===> Done
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list