Index: devel/xmltooling/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/xmltooling/Makefile 3 Apr 2010 10:44:08 -0000 1.6 +++ devel/xmltooling/Makefile 14 Jun 2011 23:36:54 -0000 @@ -6,10 +6,9 @@ # PORTNAME= xmltooling -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/ +MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.4.1/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Low level XML support for SAML @@ -17,7 +16,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ - xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c + xml-security-c.16:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc Index: devel/xmltooling/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- devel/xmltooling/distinfo 8 Jan 2010 01:24:56 -0000 1.3 +++ devel/xmltooling/distinfo 14 Jun 2011 23:36:54 -0000 @@ -1,3 +1,2 @@ -MD5 (xmltooling-1.3.3.tar.gz) = 3074edc8a00bba1d26c02e798ea8039c -SHA256 (xmltooling-1.3.3.tar.gz) = 2e60c74aabdf56dc1bf1f92bfa1da1284198aa114d3174539b6ff1f02dc0599b -SIZE (xmltooling-1.3.3.tar.gz) = 1475368 +SHA256 (xmltooling-1.4.1.tar.gz) = 783e9130fea9f2b3d018165827359c79d1dc3d218abfbf94103ae102cf11d658 +SIZE (xmltooling-1.4.1.tar.gz) = 635191 Index: devel/xmltooling/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- devel/xmltooling/pkg-plist 11 Dec 2010 22:08:10 -0000 1.4 +++ devel/xmltooling/pkg-plist 14 Jun 2011 23:46:34 -0000 @@ -84,14 +84,16 @@ include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so -lib/libxmltooling-lite.so.4 +lib/libxmltooling-lite.so.5 lib/libxmltooling.so -lib/libxmltooling.so.4 +lib/libxmltooling.so.5 +libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd share/xml/xmltooling/xenc-schema.xsd share/xml/xmltooling/xml.xsd share/xml/xmltooling/xmldsig-core-schema.xsd +share/xml/xmltooling/xmldsig11-schema.xsd share/xml/xmltooling/xmltooling.xsd %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry include/xmltooling/encryption Index: devel/xmltooling/files/patch-Makefile.in =================================================================== RCS file: devel/xmltooling/files/patch-Makefile.in diff -N devel/xmltooling/files/patch-Makefile.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/xmltooling/files/patch-Makefile.in 14 Jun 2011 23:50:06 -0000 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-14 19:49:24.712150558 -0400 ++++ Makefile.in 2011-06-14 19:49:45.631149098 -0400 +@@ -347,7 +347,7 @@ + + MOSTLYCLEANFILES = $(DX_CLEANFILES) + SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)data/pkgconfig + pkgconfig_DATA = @PACKAGE_NAME@.pc + GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile + EXTRA_DIST = $(DX_CONFIG) \ Index: devel/xmltooling/files/patch-doc_Makefile.in =================================================================== RCS file: /home/ncvs/ports/devel/xmltooling/files/patch-doc_Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-doc_Makefile.in --- devel/xmltooling/files/patch-doc_Makefile.in 8 Jan 2010 01:24:56 -0000 1.1 +++ devel/xmltooling/files/patch-doc_Makefile.in 14 Jun 2011 23:36:54 -0000 @@ -1,15 +1,15 @@ ---- doc/Makefile.in.orig 2010-01-04 19:18:00.000000000 +0000 -+++ doc/Makefile.in 2010-01-04 19:18:17.000000000 +0000 -@@ -229,7 +229,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- doc/Makefile.in.orig 2011-05-01 01:06:10.813553015 +0200 ++++ doc/Makefile.in 2011-05-01 01:06:53.643189373 +0200 +@@ -233,7 +233,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign -pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@ +pkgdocdir = $(datadir)/doc/@PACKAGE@ docfiles = \ README.txt \ LICENSE.txt \ -@@ -239,7 +239,7 @@ +@@ -243,7 +243,7 @@ CURL.LICENSE pkgdoc_DATA = $(docfiles) @@ -18,12 +18,12 @@ all: all-am .SUFFIXES: -@@ -425,8 +425,6 @@ +@@ -455,8 +455,6 @@ install-data-hook: - cp -r api $(DESTDIR)$(pkgdocdir) - rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn` + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: Index: security/apache-xml-security-c/Makefile =================================================================== RCS file: /home/ncvs/ports/security/apache-xml-security-c/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- security/apache-xml-security-c/Makefile 4 Dec 2010 07:33:21 -0000 1.5 +++ security/apache-xml-security-c/Makefile 14 Jun 2011 23:36:54 -0000 @@ -6,9 +6,10 @@ # PORTNAME= xml-security-c -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.0 CATEGORIES= security -MASTER_SITES= http://santuario.apache.org/dist/c-library/ +MASTER_SITES= ${MASTER_SITE_APACHE} +MASTER_SITE_SUBDIR=santuario/c-library PKGNAMEPREFIX= apache- MAINTAINER= janos.mohacsi@bsd.hu @@ -16,6 +17,7 @@ OPTIONS= XERCES_DEVEL "With Xerces vesion 2.8 (shibboleth2 requires)" on +USE_OPENSSL= yes .include .if defined(WITH_XERCES_DEVEL) @@ -29,5 +31,5 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= yes - +CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .include Index: security/apache-xml-security-c/distinfo =================================================================== RCS file: /home/ncvs/ports/security/apache-xml-security-c/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- security/apache-xml-security-c/distinfo 16 Oct 2008 21:16:04 -0000 1.2 +++ security/apache-xml-security-c/distinfo 14 Jun 2011 23:36:54 -0000 @@ -1,3 +1,2 @@ -MD5 (xml-security-c-1.4.0.tar.gz) = dd9accf6727eb008dbf1dd674d5d4dcc -SHA256 (xml-security-c-1.4.0.tar.gz) = 955c570a965ab58d021a797ad85ad052ec37d9b8739d9a926d1081fb96c6245f -SIZE (xml-security-c-1.4.0.tar.gz) = 934876 +SHA256 (xml-security-c-1.6.0.tar.gz) = ccc8abe614bfed814bc772e3904ba1708b5984ec1245500a0be409f8195e0831 +SIZE (xml-security-c-1.6.0.tar.gz) = 865131 Index: security/apache-xml-security-c/pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/apache-xml-security-c/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- security/apache-xml-security-c/pkg-plist 16 Oct 2008 21:16:04 -0000 1.2 +++ security/apache-xml-security-c/pkg-plist 14 Jun 2011 23:36:54 -0000 @@ -12,6 +12,8 @@ include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp include/xsec/dsig/DSIGConstants.hpp include/xsec/dsig/DSIGKeyInfo.hpp +include/xsec/dsig/DSIGKeyInfoDEREncoded.hpp +include/xsec/dsig/DSIGKeyInfoExt.hpp include/xsec/dsig/DSIGKeyInfoList.hpp include/xsec/dsig/DSIGKeyInfoMgmtData.hpp include/xsec/dsig/DSIGKeyInfoName.hpp @@ -46,6 +48,7 @@ include/xsec/enc/OpenSSL/OpenSSLCryptoHash.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoHashHMAC.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyDSA.hpp +include/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyHMAC.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoProvider.hpp @@ -57,6 +60,7 @@ include/xsec/enc/XSECCryptoHash.hpp include/xsec/enc/XSECCryptoKey.hpp include/xsec/enc/XSECCryptoKeyDSA.hpp +include/xsec/enc/XSECCryptoKeyEC.hpp include/xsec/enc/XSECCryptoKeyHMAC.hpp include/xsec/enc/XSECCryptoKeyRSA.hpp include/xsec/enc/XSECCryptoProvider.hpp @@ -75,6 +79,7 @@ include/xsec/framework/XSECProvider.hpp include/xsec/framework/XSECURIResolver.hpp include/xsec/framework/XSECURIResolverXerces.hpp +include/xsec/framework/XSECVersion.hpp include/xsec/framework/XSECW32Config.hpp include/xsec/transformers/TXFMBase.hpp include/xsec/transformers/TXFMBase64.hpp @@ -93,6 +98,7 @@ include/xsec/transformers/TXFMXPath.hpp include/xsec/transformers/TXFMXPathFilter.hpp include/xsec/transformers/TXFMXSL.hpp +include/xsec/utils/XSECAutoPtr.hpp include/xsec/utils/XSECBinTXFMInputStream.hpp include/xsec/utils/XSECDOMUtils.hpp include/xsec/utils/XSECNameSpaceExpander.hpp @@ -153,9 +159,8 @@ include/xsec/xkms/XKMSValidateResult.hpp include/xsec/xkms/XKMSValidityInterval.hpp lib/libxml-security-c.a -lib/libxml-security-c.la lib/libxml-security-c.so -lib/libxml-security-c.so.14 +lib/libxml-security-c.so.16 @dirrm include/xsec/xkms @dirrm include/xsec/xenc @dirrm include/xsec/utils/unixutils Index: security/opensaml2/Makefile =================================================================== RCS file: /home/ncvs/ports/security/opensaml2/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- security/opensaml2/Makefile 3 Apr 2010 10:44:30 -0000 1.11 +++ security/opensaml2/Makefile 14 Jun 2011 23:36:54 -0000 @@ -6,8 +6,7 @@ # PORTNAME= opensaml2 -PORTVERSION= 2.3 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -18,7 +17,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ - xmltooling.4:${PORTSDIR}/devel/xmltooling + xmltooling.5:${PORTSDIR}/devel/xmltooling GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ Index: security/opensaml2/distinfo =================================================================== RCS file: /home/ncvs/ports/security/opensaml2/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- security/opensaml2/distinfo 24 Jan 2010 14:38:32 -0000 1.7 +++ security/opensaml2/distinfo 14 Jun 2011 23:36:54 -0000 @@ -1,3 +1,2 @@ -MD5 (opensaml-2.3.tar.gz) = 9695d40cb28519c2cde8211cd1c3dc69 -SHA256 (opensaml-2.3.tar.gz) = 027b3b9a6f5c147dd434d52e674ca238672412595dfa18675a70bafc5495e2fd -SIZE (opensaml-2.3.tar.gz) = 926057 +SHA256 (opensaml-2.4.1.tar.gz) = 89289f882da19bab5d1476943d75c2f7fa97776980bfa86c7395b573603a2ecb +SIZE (opensaml-2.4.1.tar.gz) = 870509 Index: security/opensaml2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/opensaml2/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- security/opensaml2/pkg-plist 24 Jan 2010 14:38:32 -0000 1.6 +++ security/opensaml2/pkg-plist 15 Jun 2011 00:32:52 -0000 @@ -22,6 +22,7 @@ include/saml/saml2/core/Assertions.h include/saml/saml2/core/Protocols.h include/saml/saml2/metadata/AbstractMetadataProvider.h +include/saml/saml2/metadata/DiscoverableMetadataProvider.h include/saml/saml2/metadata/DynamicMetadataProvider.h include/saml/saml2/metadata/EndpointManager.h include/saml/saml2/metadata/Metadata.h @@ -45,8 +46,9 @@ include/saml/signature/SignatureProfileValidator.h include/saml/util/CommonDomainCookie.h include/saml/util/SAMLConstants.h -lib/libsaml.so.6 +lib/libsaml.so.7 lib/libsaml.so +libdata/pkgconfig/opensaml.pc %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt @@ -55,8 +57,12 @@ share/xml/opensaml/saml10-catalog.xml share/xml/opensaml/saml11-catalog.xml share/xml/opensaml/sstc-metadata-attr.xsd +share/xml/opensaml/sstc-request-initiation.xsd share/xml/opensaml/sstc-saml-attribute-ext.xsd share/xml/opensaml/sstc-saml-delegation.xsd +share/xml/opensaml/sstc-saml-idp-discovery.xsd +share/xml/opensaml/sstc-saml-metadata-algsupport-v1.0.xsd +share/xml/opensaml/sstc-saml-metadata-ui-v1.0.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 Index: security/opensaml2/files/patch-Makefile.in =================================================================== RCS file: security/opensaml2/files/patch-Makefile.in diff -N security/opensaml2/files/patch-Makefile.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ security/opensaml2/files/patch-Makefile.in 15 Jun 2011 00:29:45 -0000 @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-14 20:29:16.096151763 -0400 ++++ Makefile.in 2011-06-14 20:29:32.415144454 -0400 +@@ -346,7 +346,7 @@ + + MOSTLYCLEANFILES = $(DX_CLEANFILES) + SUBDIRS = doc schemas saml samltest samlsign +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)data/pkgconfig + pkgconfig_DATA = @PACKAGE_NAME@.pc + GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile + EXTRA_DIST = $(DX_CONFIG) \ Index: security/shibboleth2-sp/Makefile =================================================================== RCS file: /home/ncvs/ports/security/shibboleth2-sp/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- security/shibboleth2-sp/Makefile 15 Apr 2011 20:47:15 -0000 1.9 +++ security/shibboleth2-sp/Makefile 14 Jun 2011 23:36:54 -0000 @@ -6,15 +6,14 @@ # PORTNAME= shibboleth-sp -PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTVERSION= 2.4.2 CATEGORIES= security www MASTER_SITES= http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/${PORTVERSION}/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache -LIB_DEPENDS= saml.6:${PORTSDIR}/security/opensaml2 +LIB_DEPENDS= saml.7:${PORTSDIR}/security/opensaml2 OPTIONS= APACHE22 "Use Apache version 2.2 instead of version 2.0" on Index: security/shibboleth2-sp/distinfo =================================================================== RCS file: /home/ncvs/ports/security/shibboleth2-sp/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- security/shibboleth2-sp/distinfo 26 Jan 2010 02:35:37 -0000 1.3 +++ security/shibboleth2-sp/distinfo 14 Jun 2011 23:36:54 -0000 @@ -1,3 +1,2 @@ -MD5 (shibboleth-sp-2.3.1.tar.gz) = a292f1cc0aab3cfe3ecec0e9b2b30a10 -SHA256 (shibboleth-sp-2.3.1.tar.gz) = d1d0a3de0a9c383d1210fde7a7e60e464096950337512cab667f924322a122e2 -SIZE (shibboleth-sp-2.3.1.tar.gz) = 806177 +SHA256 (shibboleth-sp-2.4.2.tar.gz) = 1e3c3281c8c0d9a1cec77eb62f89dd9d11ad83ec0dca2d12e195ace68aff8579 +SIZE (shibboleth-sp-2.4.2.tar.gz) = 854404 Index: security/shibboleth2-sp/pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/shibboleth2-sp/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- security/shibboleth2-sp/pkg-plist 15 Apr 2011 20:47:15 -0000 1.4 +++ security/shibboleth2-sp/pkg-plist 14 Jun 2011 23:36:54 -0000 @@ -49,6 +49,15 @@ @unexec if cmp -s %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; then rm -f %D/etc/shibboleth/sslError.html; fi etc/shibboleth/sslError.html.dist @exec if [ ! -f %D/etc/shibboleth/sslError.html ] ; then cp -p %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; fi +@unexec if cmp -s %D/etc/shibboleth/example-shibboleth2.xml.dist %D/etc/shibboleth/example-shibboleth2.xml; then rm -f %D/etc/shibboleth/example-shibboleth2.xml; fi +etc/shibboleth/example-shibboleth2.xml.dist +@exec if [ ! -f %D/etc/shibboleth/example-shibboleth2.xml ] ; then cp -p %D/etc/shibboleth/example-shibboleth2.xml.dist %D/etc/shibboleth/example-shibboleth2.xml; fi +@unexec if cmp -s %D/etc/shibboleth/protocols.xml.dist %D/etc/shibboleth/protocols.xml; then rm -f %D/etc/shibboleth/protocols.xml; fi +etc/shibboleth/protocols.xml.dist +@exec if [ ! -f %D/etc/shibboleth/protocols.xml ] ; then cp -p %D/etc/shibboleth/protocols.xml.dist %D/etc/shibboleth/protocols.xml; fi +@unexec if cmp -s %D/etc/shibboleth/security-policy.xml.dist %D/etc/shibboleth/security-policy.xml; then rm -f %D/etc/shibboleth/security-policy.xml; fi +etc/shibboleth/security-policy.xml.dist +@exec if [ ! -f %D/etc/shibboleth/security-policy.xml ] ; then cp -p %D/etc/shibboleth/security-policy.xml.dist %D/etc/shibboleth/security-policy.xml; fi etc/shibboleth/shibd-redhat etc/shibboleth/shibd-debian etc/shibboleth/shibd-suse @@ -66,57 +75,61 @@ @unexec if cmp -s %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; then rm -f %D/etc/shibboleth/partialLogout.html; fi etc/shibboleth/partialLogout.html.dist @exec if [ ! -f %D/etc/shibboleth/partialLogout.html ] ; then cp -p %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; fi -include/shibsp/attribute/filtering/AttributeFilter.h -include/shibsp/attribute/filtering/BasicFilteringContext.h -include/shibsp/attribute/filtering/FilteringContext.h -include/shibsp/attribute/filtering/FilterPolicyContext.h -include/shibsp/attribute/filtering/MatchFunctor.h -include/shibsp/attribute/ExtensibleAttribute.h +include/shibsp/AbstractSPRequest.h +include/shibsp/AccessControl.h +include/shibsp/Application.h +include/shibsp/GSSRequest.h +include/shibsp/RequestMapper.h +include/shibsp/SPConfig.h +include/shibsp/SPRequest.h +include/shibsp/ServiceProvider.h +include/shibsp/SessionCache.h +include/shibsp/SessionCacheEx.h +include/shibsp/TransactionLog.h include/shibsp/attribute/Attribute.h include/shibsp/attribute/AttributeDecoder.h +include/shibsp/attribute/ExtensibleAttribute.h include/shibsp/attribute/NameIDAttribute.h include/shibsp/attribute/ScopedAttribute.h include/shibsp/attribute/SimpleAttribute.h include/shibsp/attribute/XMLAttribute.h +include/shibsp/attribute/filtering/AttributeFilter.h +include/shibsp/attribute/filtering/BasicFilteringContext.h +include/shibsp/attribute/filtering/FilterPolicyContext.h +include/shibsp/attribute/filtering/FilteringContext.h +include/shibsp/attribute/filtering/MatchFunctor.h include/shibsp/attribute/resolver/AttributeExtractor.h include/shibsp/attribute/resolver/AttributeResolver.h include/shibsp/attribute/resolver/ResolutionContext.h +include/shibsp/base.h include/shibsp/binding/ArtifactResolver.h +include/shibsp/binding/ProtocolProvider.h include/shibsp/binding/SOAPClient.h +include/shibsp/exceptions.h include/shibsp/handler/AbstractHandler.h include/shibsp/handler/AssertionConsumerService.h include/shibsp/handler/Handler.h include/shibsp/handler/LogoutHandler.h +include/shibsp/handler/LogoutInitiator.h include/shibsp/handler/RemotedHandler.h include/shibsp/handler/SessionInitiator.h -include/shibsp/AbstractSPRequest.h -include/shibsp/AccessControl.h -include/shibsp/Application.h -include/shibsp/base.h -include/shibsp/exceptions.h -include/shibsp/paths.h -include/shibsp/RequestMapper.h -include/shibsp/ServiceProvider.h -include/shibsp/SessionCache.h -include/shibsp/SessionCacheEx.h -include/shibsp/SPConfig.h -include/shibsp/SPRequest.h -include/shibsp/TransactionLog.h -include/shibsp/version.h include/shibsp/lite/CommonDomainCookie.h include/shibsp/lite/SAMLConstants.h include/shibsp/metadata/MetadataExt.h include/shibsp/metadata/MetadataProviderCriteria.h -include/shibsp/remoting/ddf.h +include/shibsp/paths.h include/shibsp/remoting/ListenerService.h +include/shibsp/remoting/ddf.h include/shibsp/security/PKIXTrustEngine.h include/shibsp/security/SecurityPolicy.h +include/shibsp/security/SecurityPolicyProvider.h include/shibsp/util/CGIParser.h include/shibsp/util/DOMPropertySet.h include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h -lib/libshibsp.so.4 +include/shibsp/version.h +lib/libshibsp.so.5 lib/libshibsp.so lib/shibboleth/adfs.so lib/shibboleth/adfs.la @@ -126,18 +139,19 @@ %%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.la %%WITH_APACHE_20%%lib/shibboleth/mod_shib_20.so %%WITH_APACHE_20%%lib/shibboleth/mod_shib_20.la -lib/libshibsp-lite.so.4 +lib/libshibsp-lite.so.5 lib/libshibsp-lite.so sbin/shibd share/xml/shibboleth/catalog.xml -share/xml/shibboleth/shibboleth.xsd -share/xml/shibboleth/shibboleth-metadata-1.0.xsd -share/xml/shibboleth/shibboleth-2.0-native-sp-config.xsd -share/xml/shibboleth/shibboleth-2.0-afp.xsd share/xml/shibboleth/shibboleth-2.0-afp-mf-basic.xsd share/xml/shibboleth/shibboleth-2.0-afp-mf-saml.xsd +share/xml/shibboleth/shibboleth-2.0-afp.xsd share/xml/shibboleth/shibboleth-2.0-attribute-map.xsd +share/xml/shibboleth/shibboleth-2.0-native-sp-config.xsd +share/xml/shibboleth/shibboleth-2.0-native-sp-protocols.xsd share/xml/shibboleth/shibboleth-2.0-sp-notify.xsd +share/xml/shibboleth/shibboleth-metadata-1.0.xsd +share/xml/shibboleth/shibboleth.xsd share/xml/shibboleth/WS-Trust.xsd share/doc/shibboleth/CREDITS.txt share/doc/shibboleth/LICENSE.txt