Index: head/devel/xmltooling/Makefile =================================================================== --- head/devel/xmltooling/Makefile (revision 495366) +++ head/devel/xmltooling/Makefile (revision 495367) @@ -1,38 +1,37 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= xmltooling -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= devel security -MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/3.0.0/ +MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/3.0.1/ MAINTAINER= girgen@FreeBSD.org COMMENT= Low level XML support for SAML LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ libxerces-c.so:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-dependency-tracking --disable-doxygen-doc --with-xmlsec USES= gmake libtool pkgconfig tar:bzip2 ssl autoreconf USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.am post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.am .include Index: head/devel/xmltooling/distinfo =================================================================== --- head/devel/xmltooling/distinfo (revision 495366) +++ head/devel/xmltooling/distinfo (revision 495367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545314057 -SHA256 (xmltooling-3.0.3.tar.bz2) = 875b485eedd5d45010a1aab8d0bf937aba9af7198794426fe63b5c807331a6ca -SIZE (xmltooling-3.0.3.tar.bz2) = 608122 +TIMESTAMP = 1552308686 +SHA256 (xmltooling-3.0.4.tar.bz2) = bb87febe730f97fc58f6f6b6782d7ab89bf240944dd6e5f1c1d9681254bb9a88 +SIZE (xmltooling-3.0.4.tar.bz2) = 608437 Index: head/devel/xmltooling/files/patch-xmltooling_util_ParserPool.cpp =================================================================== --- head/devel/xmltooling/files/patch-xmltooling_util_ParserPool.cpp (revision 495366) +++ head/devel/xmltooling/files/patch-xmltooling_util_ParserPool.cpp (nonexistent) @@ -1,43 +0,0 @@ -commit af27c422f551e16989ff6f1722d83614c8550eb5 -Author: Scott Cantor -Date: Wed Mar 6 21:14:13 2019 -0500 - - CPPXT - Crash due to uncaught DOMException - - https://issues.shibboleth.net/jira/browse/CPPXT-143 - -diff --git a/xmltooling/util/ParserPool.cpp b/xmltooling/util/ParserPool.cpp -index 5d96b66..da23846 100644 ---- xmltooling/util/ParserPool.cpp -+++ xmltooling/util/ParserPool.cpp -@@ -148,14 +148,28 @@ DOMDocument* ParserPool::parse(DOMLSInput& domsrc) - checkinBuilder(janitor.release()); - return doc; - } -- catch (XMLException& ex) { -+ catch (const DOMException& ex) { -+ parser->getDomConfig()->setParameter(XMLUni::fgDOMErrorHandler, (void*)nullptr); -+ parser->getDomConfig()->setParameter(XMLUni::fgXercesUserAdoptsDOMDocument, true); -+ checkinBuilder(janitor.release()); -+ auto_ptr_char temp(ex.getMessage()); -+ throw XMLParserException(string("DOM error during parsing: ") + (temp.get() ? temp.get() : "no message")); -+ } -+ catch (const SAXException& ex) { -+ parser->getDomConfig()->setParameter(XMLUni::fgDOMErrorHandler, (void*)nullptr); -+ parser->getDomConfig()->setParameter(XMLUni::fgXercesUserAdoptsDOMDocument, true); -+ checkinBuilder(janitor.release()); -+ auto_ptr_char temp(ex.getMessage()); -+ throw XMLParserException(string("SAX error during parsing: ") + (temp.get() ? temp.get() : "no message")); -+ } -+ catch (const XMLException& ex) { - parser->getDomConfig()->setParameter(XMLUni::fgDOMErrorHandler, (void*)nullptr); - parser->getDomConfig()->setParameter(XMLUni::fgXercesUserAdoptsDOMDocument, true); - checkinBuilder(janitor.release()); - auto_ptr_char temp(ex.getMessage()); - throw XMLParserException(string("Xerces error during parsing: ") + (temp.get() ? temp.get() : "no message")); - } -- catch (XMLToolingException&) { -+ catch (const XMLToolingException&) { - parser->getDomConfig()->setParameter(XMLUni::fgDOMErrorHandler, (void*)nullptr); - parser->getDomConfig()->setParameter(XMLUni::fgXercesUserAdoptsDOMDocument, true); - checkinBuilder(janitor.release()); Property changes on: head/devel/xmltooling/files/patch-xmltooling_util_ParserPool.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/xmltooling/pkg-plist =================================================================== --- head/devel/xmltooling/pkg-plist (revision 495366) +++ head/devel/xmltooling/pkg-plist (revision 495367) @@ -1,103 +1,103 @@ include/xmltooling/AbstractAttributeExtensibleXMLObject.h include/xmltooling/AbstractComplexElement.h include/xmltooling/AbstractDOMCachingXMLObject.h include/xmltooling/AbstractSimpleElement.h include/xmltooling/AbstractXMLObject.h include/xmltooling/AttributeExtensibleXMLObject.h include/xmltooling/ConcreteXMLObjectBuilder.h include/xmltooling/ElementExtensibleXMLObject.h include/xmltooling/ElementProxy.h include/xmltooling/Lockable.h include/xmltooling/Namespace.h include/xmltooling/PluginManager.h include/xmltooling/QName.h include/xmltooling/XMLObject.h include/xmltooling/XMLObjectBuilder.h include/xmltooling/XMLToolingConfig.h include/xmltooling/base.h include/xmltooling/char_traits.h include/xmltooling/config_pub.h include/xmltooling/encryption/Decrypter.h include/xmltooling/encryption/EncryptedKeyResolver.h include/xmltooling/encryption/Encrypter.h include/xmltooling/encryption/Encryption.h include/xmltooling/exceptions.h include/xmltooling/impl/AnyElement.h include/xmltooling/impl/ManagedResource.h include/xmltooling/impl/OpenSSLSecurityHelper.h include/xmltooling/impl/OpenSSLSupport.h include/xmltooling/impl/UnknownElement.h include/xmltooling/io/AbstractXMLObjectMarshaller.h include/xmltooling/io/AbstractXMLObjectUnmarshaller.h include/xmltooling/io/GenericRequest.h include/xmltooling/io/GenericResponse.h include/xmltooling/io/HTTPRequest.h include/xmltooling/io/HTTPResponse.h include/xmltooling/logging.h include/xmltooling/security/AbstractPKIXTrustEngine.h include/xmltooling/security/BasicX509Credential.h include/xmltooling/security/ChainingTrustEngine.h include/xmltooling/security/Credential.h include/xmltooling/security/CredentialContext.h include/xmltooling/security/CredentialCriteria.h include/xmltooling/security/CredentialResolver.h include/xmltooling/security/DataSealer.h include/xmltooling/security/KeyInfoCredentialContext.h include/xmltooling/security/KeyInfoResolver.h include/xmltooling/security/OpenSSLCredential.h include/xmltooling/security/OpenSSLCryptoX509CRL.h include/xmltooling/security/OpenSSLPathValidator.h include/xmltooling/security/OpenSSLTrustEngine.h include/xmltooling/security/PKIXPathValidatorParams.h include/xmltooling/security/PathValidator.h include/xmltooling/security/SecurityHelper.h include/xmltooling/security/SignatureTrustEngine.h include/xmltooling/security/TrustEngine.h include/xmltooling/security/X509Credential.h include/xmltooling/security/X509TrustEngine.h include/xmltooling/security/XSECCryptoX509CRL.h include/xmltooling/signature/ContentReference.h include/xmltooling/signature/KeyInfo.h include/xmltooling/signature/Signature.h include/xmltooling/signature/SignatureValidator.h include/xmltooling/soap/HTTPSOAPTransport.h include/xmltooling/soap/OpenSSLSOAPTransport.h 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/DirectoryWalker.h include/xmltooling/util/NDC.h include/xmltooling/util/ParserPool.h include/xmltooling/util/PathResolver.h include/xmltooling/util/Predicates.h include/xmltooling/util/ReloadableXMLFile.h include/xmltooling/util/ReplayCache.h include/xmltooling/util/StorageService.h include/xmltooling/util/TemplateEngine.h include/xmltooling/util/Threads.h include/xmltooling/util/URLEncoder.h include/xmltooling/util/XMLConstants.h include/xmltooling/util/XMLHelper.h include/xmltooling/util/XMLObjectChildrenList.h include/xmltooling/validation/Validator.h include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so lib/libxmltooling-lite.so.8 -lib/libxmltooling-lite.so.8.0.3 +lib/libxmltooling-lite.so.8.0.4 lib/libxmltooling.so lib/libxmltooling.so.8 -lib/libxmltooling.so.8.0.3 +lib/libxmltooling.so.8.0.4 libdata/pkgconfig/xmltooling-lite.pc libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd share/xml/xmltooling/xenc-schema.xsd share/xml/xmltooling/xenc11-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 Index: head/security/opensaml/Makefile =================================================================== --- head/security/opensaml/Makefile (revision 495366) +++ head/security/opensaml/Makefile (revision 495367) @@ -1,36 +1,35 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= opensaml -PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTVERSION= 3.0.1 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ MAINTAINER= girgen@FreeBSD.org COMMENT= Open source implementation of SAML2 LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs 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 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-doxygen-doc --disable-dependency-tracking USES= gmake libtool pkgconfig tar:bzip2 ssl USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in .include Index: head/security/opensaml/distinfo =================================================================== --- head/security/opensaml/distinfo (revision 495366) +++ head/security/opensaml/distinfo (revision 495367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533580413 -SHA256 (opensaml-3.0.0.tar.bz2) = a9cb72e41cc9d1af08a3d7c7843410eb41d4e97d88d516db7f0e2da1243e296e -SIZE (opensaml-3.0.0.tar.bz2) = 587569 +TIMESTAMP = 1552308560 +SHA256 (opensaml-3.0.1.tar.bz2) = 80c1672929e3bfc3233e5a995517bc678c479ad925f0cdf9cacffaa7c786cc29 +SIZE (opensaml-3.0.1.tar.bz2) = 587810 Index: head/security/opensaml/pkg-plist =================================================================== --- head/security/opensaml/pkg-plist (revision 495366) +++ head/security/opensaml/pkg-plist (revision 495367) @@ -1,104 +1,104 @@ bin/samlsign include/saml/Assertion.h include/saml/RootObject.h include/saml/SAMLConfig.h include/saml/base.h include/saml/binding/ArtifactMap.h include/saml/binding/MessageDecoder.h include/saml/binding/MessageEncoder.h include/saml/binding/SAMLArtifact.h include/saml/binding/SOAPClient.h include/saml/binding/SecurityPolicy.h include/saml/binding/SecurityPolicyRule.h include/saml/encryption/EncryptedKeyResolver.h include/saml/exceptions.h include/saml/saml1/binding/SAML1MessageDecoder.h include/saml/saml1/binding/SAML1SOAPClient.h include/saml/saml1/binding/SAMLArtifactType0001.h include/saml/saml1/binding/SAMLArtifactType0002.h include/saml/saml1/core/Assertions.h include/saml/saml1/core/Protocols.h include/saml/saml2/binding/SAML2Artifact.h include/saml/saml2/binding/SAML2ArtifactType0004.h include/saml/saml2/binding/SAML2MessageDecoder.h include/saml/saml2/binding/SAML2SOAPClient.h include/saml/saml2/core/Assertions.h include/saml/saml2/core/Protocols.h include/saml/saml2/metadata/AbstractDynamicMetadataProvider.h include/saml/saml2/metadata/AbstractMetadataProvider.h include/saml/saml2/metadata/DiscoverableMetadataProvider.h include/saml/saml2/metadata/EndpointManager.h include/saml/saml2/metadata/EntityMatcher.h include/saml/saml2/metadata/Metadata.h include/saml/saml2/metadata/MetadataCredentialContext.h include/saml/saml2/metadata/MetadataCredentialCriteria.h include/saml/saml2/metadata/MetadataFilter.h include/saml/saml2/metadata/MetadataProvider.h include/saml/saml2/metadata/ObservableMetadataProvider.h include/saml/saml2/profile/SAML2AssertionPolicy.h include/saml/signature/ContentReference.h include/saml/signature/SignableObject.h include/saml/signature/SignatureProfileValidator.h include/saml/util/CommonDomainCookie.h include/saml/util/SAMLConstants.h include/saml/version.h lib/libsaml.so lib/libsaml.so.10 -lib/libsaml.so.10.0.0 +lib/libsaml.so.10.0.1 libdata/pkgconfig/opensaml.pc %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt %%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE 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-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 share/xml/opensaml/cs-sstc-schema-protocol-1.1.xsd share/xml/opensaml/saml-async-slo-v1.0.xsd share/xml/opensaml/saml-metadata-rpi-v1.0.xsd share/xml/opensaml/saml-schema-assertion-2.0.xsd share/xml/opensaml/saml-schema-authn-context-2.0.xsd share/xml/opensaml/saml-schema-authn-context-auth-telephony-2.0.xsd share/xml/opensaml/saml-schema-authn-context-ip-2.0.xsd share/xml/opensaml/saml-schema-authn-context-pgp-2.0.xsd share/xml/opensaml/saml-schema-authn-context-ippword-2.0.xsd share/xml/opensaml/saml-schema-authn-context-kerberos-2.0.xsd share/xml/opensaml/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd share/xml/opensaml/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd share/xml/opensaml/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd share/xml/opensaml/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd share/xml/opensaml/saml-schema-authn-context-nomad-telephony-2.0.xsd share/xml/opensaml/saml-schema-authn-context-personal-telephony-2.0.xsd share/xml/opensaml/saml-schema-authn-context-ppt-2.0.xsd share/xml/opensaml/saml-schema-authn-context-pword-2.0.xsd share/xml/opensaml/saml-schema-authn-context-session-2.0.xsd share/xml/opensaml/saml-schema-authn-context-smartcard-2.0.xsd share/xml/opensaml/saml-schema-authn-context-smartcardpki-2.0.xsd share/xml/opensaml/saml-schema-authn-context-softwarepki-2.0.xsd share/xml/opensaml/saml-schema-authn-context-spki-2.0.xsd share/xml/opensaml/saml-schema-authn-context-srp-2.0.xsd share/xml/opensaml/saml-schema-authn-context-sslcert-2.0.xsd share/xml/opensaml/saml-schema-authn-context-telephony-2.0.xsd share/xml/opensaml/saml-schema-authn-context-timesync-2.0.xsd share/xml/opensaml/saml-schema-authn-context-types-2.0.xsd share/xml/opensaml/saml-schema-authn-context-x509-2.0.xsd share/xml/opensaml/saml-schema-authn-context-xmldsig-2.0.xsd share/xml/opensaml/saml-schema-dce-2.0.xsd share/xml/opensaml/saml-schema-ecp-2.0.xsd share/xml/opensaml/saml-schema-metadata-2.0.xsd share/xml/opensaml/saml-schema-protocol-2.0.xsd share/xml/opensaml/saml-schema-x500-2.0.xsd share/xml/opensaml/saml-schema-xacml-2.0.xsd share/xml/opensaml/sstc-saml1x-metadata.xsd share/xml/opensaml/sstc-saml-metadata-ext-query.xsd share/xml/opensaml/sstc-saml-protocol-ext-thirdparty.xsd Index: head/security/shibboleth-sp/Makefile =================================================================== --- head/security/shibboleth-sp/Makefile (revision 495366) +++ head/security/shibboleth-sp/Makefile (revision 495367) @@ -1,88 +1,88 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ MAINTAINER= girgen@FreeBSD.org COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libsaml.so:security/opensaml \ libxmltooling-lite.so:devel/xmltooling \ liblog4shib.so:devel/log4shib \ libxerces-c.so:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c USES= gmake tar:bzip2 cpe pkgconfig libtool GNU_CONFIGURE= yes MAKE_ENV= NOKEYGEN=YES USE_LDCONFIG= yes USE_RC_SUBR= shibboleth-sp DOCSDIR= ${PREFIX}/share/doc/shibboleth CPE_VENDOR= shibboleth USERS= shibd GROUPS= shibd INSTALL_TARGET= install-strip OPTIONS_GROUP= CONNECT SESSION OPTIONS_GROUP_CONNECT=FASTCGI APACHE CONNECT_DESC= Webserver modules OPTIONS_GROUP_SESSION=ODBC MEMCACHED SESSION_DESC= Optional session storage OPTIONS_DEFAULT=ODBC APACHE # Descriptions ODBC_DESC= ODBC database backend - store sessions in a database MEMCACHED_DESC= Store sessions in memcached FASTCGI_DESC= FastCGI protocol support, e.g. for NGINX APACHE_DESC= Build Apache module APACHE_USES= apache:2.4+ ODBC_CONFIGURE_ENABLE= odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE} FASTCGI_LIB_DEPENDS= libfcgi++.so:www/fcgi MEMCACHED_CONFIGURE_WITH= memcached=${LOCALBASE} MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached OPTIONS_SUB= yes SUB_LIST+= SH=${SH} WWWGRP=${WWWGRP} PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST+= SHIBD_USER=${USERS} SUB_LIST+= SHIBD_GROUP=${GROUPS} PLIST_SUB+= SHIBD_USER=${USERS} PLIST_SUB+= SHIBD_GROUP=${GROUPS} CONFIGURE_ARGS+=--localstatedir=/var \ --disable-doxygen-doc --disable-dependency-tracking .include .if ${PORT_OPTIONS:MAPACHE} && "${APACHE_VERSION}" == 2.4 CONFIGURE_ARGS+=--disable-apache-22 --enable-apache-24 --with-apxs24=${APXS} PLIST_SUB+= WITH_APACHE_24="" .else CONFIGURE_ARGS+=--disable-apache-24 --disable-apache-22 PLIST_SUB+= WITH_APACHE_24="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ -e 's,^pkgwebdir.*=.*,pkgwebdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in ${WRKSRC}/configs/Makefile.in .include Index: head/security/shibboleth-sp/distinfo =================================================================== --- head/security/shibboleth-sp/distinfo (revision 495366) +++ head/security/shibboleth-sp/distinfo (revision 495367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545262499 -SHA256 (shibboleth-sp-3.0.3.tar.bz2) = 805b6cf386bf4c08062c1ffa89f77a52d4236c6aa8f8dc0dc4a27eb49ebbc17a -SIZE (shibboleth-sp-3.0.3.tar.bz2) = 806450 +TIMESTAMP = 1552308631 +SHA256 (shibboleth-sp-3.0.4.tar.bz2) = f5dc0fd028b74db4aaae76b59ec98e8a719c38cfe0f1d722feb2d5e0b9880cff +SIZE (shibboleth-sp-3.0.4.tar.bz2) = 806213 Index: head/security/shibboleth-sp/pkg-plist =================================================================== --- head/security/shibboleth-sp/pkg-plist (revision 495366) +++ head/security/shibboleth-sp/pkg-plist (revision 495367) @@ -1,141 +1,141 @@ bin/mdquery bin/resolvertest etc/shibboleth/metagen.sh @sample etc/shibboleth/native.logger.dist etc/shibboleth/native.logger @sample etc/shibboleth/shibd.logger.dist etc/shibboleth/shibd.logger @sample etc/shibboleth/shibboleth2.xml.dist etc/shibboleth/shibboleth2.xml @sample etc/shibboleth/attribute-map.xml.dist etc/shibboleth/attribute-map.xml @sample etc/shibboleth/attribute-policy.xml.dist etc/shibboleth/attribute-policy.xml @sample etc/shibboleth/example-metadata.xml.dist etc/shibboleth/example-metadata.xml @sample etc/shibboleth/console.logger.dist etc/shibboleth/console.logger @sample etc/shibboleth/sessionError.html.dist etc/shibboleth/sessionError.html @sample etc/shibboleth/metadataError.html.dist etc/shibboleth/metadataError.html @sample etc/shibboleth/bindingTemplate.html.dist etc/shibboleth/bindingTemplate.html @sample etc/shibboleth/discoveryTemplate.html.dist etc/shibboleth/discoveryTemplate.html @sample etc/shibboleth/localLogout.html.dist etc/shibboleth/localLogout.html @sample etc/shibboleth/globalLogout.html.dist etc/shibboleth/globalLogout.html @sample etc/shibboleth/sslError.html.dist etc/shibboleth/sslError.html @sample etc/shibboleth/example-shibboleth2.xml.dist etc/shibboleth/example-shibboleth2.xml @sample etc/shibboleth/protocols.xml.dist etc/shibboleth/protocols.xml @sample etc/shibboleth/security-policy.xml.dist etc/shibboleth/security-policy.xml etc/shibboleth/seckeygen.sh etc/shibboleth/shibd-amazon etc/shibboleth/shibd-redhat etc/shibboleth/shibd-debian etc/shibboleth/shibd-suse @comment etc/shibboleth/shibd-systemd etc/shibboleth/shibd-osx.plist etc/shibboleth/apache.config etc/shibboleth/apache2.config @sample etc/shibboleth/attrChecker.html.dist etc/shibboleth/attrChecker.html etc/shibboleth/apache22.config etc/shibboleth/apache24.config etc/shibboleth/keygen.sh @sample etc/shibboleth/postTemplate.html.dist etc/shibboleth/postTemplate.html @sample etc/shibboleth/partialLogout.html.dist etc/shibboleth/partialLogout.html 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/TransactionLog.h include/shibsp/attribute/Attribute.h include/shibsp/attribute/AttributeDecoder.h include/shibsp/attribute/BinaryAttribute.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/config_pub.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/SecuredHandler.h include/shibsp/handler/SessionInitiator.h include/shibsp/lite/CommonDomainCookie.h include/shibsp/lite/SAMLConstants.h include/shibsp/metadata/MetadataExt.h include/shibsp/metadata/MetadataProviderCriteria.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/IPRange.h include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h include/shibsp/version.h lib/libshibsp.so lib/libshibsp.so.8 -lib/libshibsp.so.8.0.3 +lib/libshibsp.so.8.0.4 lib/shibboleth/adfs.so lib/shibboleth/adfs-lite.so %%MEMCACHED%%lib/shibboleth/memcache-store.so %%ODBC%%lib/shibboleth/odbc-store.so lib/shibboleth/plugins-lite.so lib/shibboleth/plugins.so %%WITH_APACHE_24%%lib/shibboleth/mod_shib_24.so %%FASTCGI%%lib/shibboleth/shibauthorizer %%FASTCGI%%lib/shibboleth/shibresponder lib/libshibsp-lite.so lib/libshibsp-lite.so.8 -lib/libshibsp-lite.so.8.0.3 +lib/libshibsp-lite.so.8.0.4 libdata/pkgconfig/shibsp-lite.pc libdata/pkgconfig/shibsp.pc sbin/shibd share/xml/shibboleth/MetadataExchange.xsd share/xml/shibboleth/WS-Trust.xsd share/xml/shibboleth/catalog.xml share/xml/shibboleth/oasis-200401-wss-wssecurity-secext-1.0.xsd share/xml/shibboleth/oasis-200401-wss-wssecurity-utility-1.0.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-3.0-native-sp-config.xsd share/xml/shibboleth/shibboleth-metadata-1.0.xsd share/xml/shibboleth/shibboleth.xsd share/xml/shibboleth/ws-addr.xsd share/xml/shibboleth/ws-authorization.xsd share/xml/shibboleth/ws-federation.xsd share/xml/shibboleth/ws-securitypolicy-1.2.xsd %%DOCSDIR%%/CREDITS.txt %%DOCSDIR%%/FASTCGI.LICENSE %%DOCSDIR%%/LICENSE.txt %%DOCSDIR%%/LOG4CPP.LICENSE %%DOCSDIR%%/NOTICE.txt %%DOCSDIR%%/OPENSSL.LICENSE %%DOCSDIR%%/README.txt %%DOCSDIR%%/RELEASE.txt %%DOCSDIR%%/main.css @dir(%%SHIBD_USER%%,%%SHIBD_GROUP%%,755) /var/log/shibboleth @dir(%%SHIBD_USER%%,%%SHIBD_GROUP%%,755) /var/cache/shibboleth @dir(%%SHIBD_USER%%,%%WWWGRP%%,750) /var/run/shibboleth