View | Details | Raw Unified | Return to bug 157822
Collapse All | Expand All

(-)devel/xmltooling/Makefile (-4 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	xmltooling
8
PORTNAME=	xmltooling
9
PORTVERSION=	1.3.3
9
PORTVERSION=	1.4.1
10
PORTREVISION=	1
11
CATEGORIES=	devel security
10
CATEGORIES=	devel security
12
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/
11
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.4.1/
13
12
14
MAINTAINER=	janos.mohacsi@bsd.hu
13
MAINTAINER=	janos.mohacsi@bsd.hu
15
COMMENT=	Low level XML support for SAML
14
COMMENT=	Low level XML support for SAML
Lines 17-23 Link Here
17
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
16
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
18
		log4shib.1:${PORTSDIR}/devel/log4shib \
17
		log4shib.1:${PORTSDIR}/devel/log4shib \
19
		xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \
18
		xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \
20
		xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c
19
		xml-security-c.16:${PORTSDIR}/security/apache-xml-security-c
21
20
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc
22
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc
(-)devel/xmltooling/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (xmltooling-1.3.3.tar.gz) = 3074edc8a00bba1d26c02e798ea8039c
1
SHA256 (xmltooling-1.4.1.tar.gz) = 783e9130fea9f2b3d018165827359c79d1dc3d218abfbf94103ae102cf11d658
2
SHA256 (xmltooling-1.3.3.tar.gz) = 2e60c74aabdf56dc1bf1f92bfa1da1284198aa114d3174539b6ff1f02dc0599b
2
SIZE (xmltooling-1.4.1.tar.gz) = 635191
3
SIZE (xmltooling-1.3.3.tar.gz) = 1475368
(-)devel/xmltooling/pkg-plist (-2 / +4 lines)
Lines 84-97 Link Here
84
include/xmltooling/validation/ValidatorSuite.h
84
include/xmltooling/validation/ValidatorSuite.h
85
include/xmltooling/version.h
85
include/xmltooling/version.h
86
lib/libxmltooling-lite.so
86
lib/libxmltooling-lite.so
87
lib/libxmltooling-lite.so.4
87
lib/libxmltooling-lite.so.5
88
lib/libxmltooling.so
88
lib/libxmltooling.so
89
lib/libxmltooling.so.4
89
lib/libxmltooling.so.5
90
lib/pkgconfig/xmltooling.pc
90
share/xml/xmltooling/catalog.xml
91
share/xml/xmltooling/catalog.xml
91
share/xml/xmltooling/soap-envelope.xsd
92
share/xml/xmltooling/soap-envelope.xsd
92
share/xml/xmltooling/xenc-schema.xsd
93
share/xml/xmltooling/xenc-schema.xsd
93
share/xml/xmltooling/xml.xsd
94
share/xml/xmltooling/xml.xsd
94
share/xml/xmltooling/xmldsig-core-schema.xsd
95
share/xml/xmltooling/xmldsig-core-schema.xsd
96
share/xml/xmltooling/xmldsig11-schema.xsd
95
share/xml/xmltooling/xmltooling.xsd
97
share/xml/xmltooling/xmltooling.xsd
96
%%PORTDOCS%%@dirrm %%DOCSDIR%%
98
%%PORTDOCS%%@dirrm %%DOCSDIR%%
97
@dirrmtry include/xmltooling/encryption
99
@dirrmtry include/xmltooling/encryption
(-)devel/xmltooling/files/patch-doc_Makefile.in (-8 / +8 lines)
Lines 1-15 Link Here
1
--- doc/Makefile.in.orig	2010-01-04 19:18:00.000000000 +0000
1
--- doc/Makefile.in.orig	2011-05-01 01:06:10.813553015 +0200
2
+++ doc/Makefile.in	2010-01-04 19:18:17.000000000 +0000
2
+++ doc/Makefile.in	2011-05-01 01:06:53.643189373 +0200
3
@@ -229,7 +229,7 @@
3
@@ -233,7 +233,7 @@
4
 sysconfdir = @sysconfdir@
4
 top_builddir = @top_builddir@
5
 target_alias = @target_alias@
5
 top_srcdir = @top_srcdir@
6
 AUTOMAKE_OPTIONS = foreign
6
 AUTOMAKE_OPTIONS = foreign
7
-pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
7
-pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
8
+pkgdocdir = $(datadir)/doc/@PACKAGE@
8
+pkgdocdir = $(datadir)/doc/@PACKAGE@
9
 docfiles = \
9
 docfiles = \
10
 	README.txt \
10
 	README.txt \
11
 	LICENSE.txt \
11
 	LICENSE.txt \
12
@@ -239,7 +239,7 @@
12
@@ -243,7 +243,7 @@
13
 	CURL.LICENSE
13
 	CURL.LICENSE
14
 
14
 
15
 pkgdoc_DATA = $(docfiles)
15
 pkgdoc_DATA = $(docfiles)
Lines 18-29 Link Here
18
 all: all-am
18
 all: all-am
19
 
19
 
20
 .SUFFIXES:
20
 .SUFFIXES:
21
@@ -425,8 +425,6 @@
21
@@ -455,8 +455,6 @@
22
 
22
 
23
 
23
 
24
 install-data-hook:
24
 install-data-hook:
25
-	cp -r api $(DESTDIR)$(pkgdocdir)
25
-	cp -r api $(DESTDIR)$(pkgdocdir)
26
-	rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`
26
-	rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`
27
 
27
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
28
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
28
 # Otherwise a system limit (for SysV at least) may be exceeded.
29
 # Otherwise a system limit (for SysV at least) may be exceeded.
29
 .NOEXPORT:
(-)security/apache-xml-security-c/Makefile (-3 / +5 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	xml-security-c
8
PORTNAME=	xml-security-c
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.6.0
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://santuario.apache.org/dist/c-library/
11
MASTER_SITES=	${MASTER_SITE_APACHE}
12
MASTER_SITE_SUBDIR=santuario/c-library
12
PKGNAMEPREFIX=	apache-
13
PKGNAMEPREFIX=	apache-
13
14
14
MAINTAINER=	janos.mohacsi@bsd.hu
15
MAINTAINER=	janos.mohacsi@bsd.hu
Lines 16-21 Link Here
16
17
17
OPTIONS=	XERCES_DEVEL	"With Xerces vesion 2.8 (shibboleth2 requires)" on
18
OPTIONS=	XERCES_DEVEL	"With Xerces vesion 2.8 (shibboleth2 requires)" on
18
19
20
USE_OPENSSL=	yes
19
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
20
22
21
.if defined(WITH_XERCES_DEVEL)
23
.if defined(WITH_XERCES_DEVEL)
Lines 29-33 Link Here
29
USE_AUTOTOOLS=	libtool
31
USE_AUTOTOOLS=	libtool
30
USE_GMAKE=	yes
32
USE_GMAKE=	yes
31
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
32
34
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
33
.include <bsd.port.post.mk>
35
.include <bsd.port.post.mk>
(-)security/apache-xml-security-c/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (xml-security-c-1.4.0.tar.gz) = dd9accf6727eb008dbf1dd674d5d4dcc
1
SHA256 (xml-security-c-1.6.0.tar.gz) = ccc8abe614bfed814bc772e3904ba1708b5984ec1245500a0be409f8195e0831
2
SHA256 (xml-security-c-1.4.0.tar.gz) = 955c570a965ab58d021a797ad85ad052ec37d9b8739d9a926d1081fb96c6245f
2
SIZE (xml-security-c-1.6.0.tar.gz) = 865131
3
SIZE (xml-security-c-1.4.0.tar.gz) = 934876
(-)security/apache-xml-security-c/pkg-plist (-2 / +7 lines)
Lines 12-17 Link Here
12
include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp
12
include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp
13
include/xsec/dsig/DSIGConstants.hpp
13
include/xsec/dsig/DSIGConstants.hpp
14
include/xsec/dsig/DSIGKeyInfo.hpp
14
include/xsec/dsig/DSIGKeyInfo.hpp
15
include/xsec/dsig/DSIGKeyInfoDEREncoded.hpp
16
include/xsec/dsig/DSIGKeyInfoExt.hpp
15
include/xsec/dsig/DSIGKeyInfoList.hpp
17
include/xsec/dsig/DSIGKeyInfoList.hpp
16
include/xsec/dsig/DSIGKeyInfoMgmtData.hpp
18
include/xsec/dsig/DSIGKeyInfoMgmtData.hpp
17
include/xsec/dsig/DSIGKeyInfoName.hpp
19
include/xsec/dsig/DSIGKeyInfoName.hpp
Lines 46-51 Link Here
46
include/xsec/enc/OpenSSL/OpenSSLCryptoHash.hpp
48
include/xsec/enc/OpenSSL/OpenSSLCryptoHash.hpp
47
include/xsec/enc/OpenSSL/OpenSSLCryptoHashHMAC.hpp
49
include/xsec/enc/OpenSSL/OpenSSLCryptoHashHMAC.hpp
48
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyDSA.hpp
50
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyDSA.hpp
51
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.hpp
49
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyHMAC.hpp
52
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyHMAC.hpp
50
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.hpp
53
include/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.hpp
51
include/xsec/enc/OpenSSL/OpenSSLCryptoProvider.hpp
54
include/xsec/enc/OpenSSL/OpenSSLCryptoProvider.hpp
Lines 57-62 Link Here
57
include/xsec/enc/XSECCryptoHash.hpp
60
include/xsec/enc/XSECCryptoHash.hpp
58
include/xsec/enc/XSECCryptoKey.hpp
61
include/xsec/enc/XSECCryptoKey.hpp
59
include/xsec/enc/XSECCryptoKeyDSA.hpp
62
include/xsec/enc/XSECCryptoKeyDSA.hpp
63
include/xsec/enc/XSECCryptoKeyEC.hpp
60
include/xsec/enc/XSECCryptoKeyHMAC.hpp
64
include/xsec/enc/XSECCryptoKeyHMAC.hpp
61
include/xsec/enc/XSECCryptoKeyRSA.hpp
65
include/xsec/enc/XSECCryptoKeyRSA.hpp
62
include/xsec/enc/XSECCryptoProvider.hpp
66
include/xsec/enc/XSECCryptoProvider.hpp
Lines 75-80 Link Here
75
include/xsec/framework/XSECProvider.hpp
79
include/xsec/framework/XSECProvider.hpp
76
include/xsec/framework/XSECURIResolver.hpp
80
include/xsec/framework/XSECURIResolver.hpp
77
include/xsec/framework/XSECURIResolverXerces.hpp
81
include/xsec/framework/XSECURIResolverXerces.hpp
82
include/xsec/framework/XSECVersion.hpp
78
include/xsec/framework/XSECW32Config.hpp
83
include/xsec/framework/XSECW32Config.hpp
79
include/xsec/transformers/TXFMBase.hpp
84
include/xsec/transformers/TXFMBase.hpp
80
include/xsec/transformers/TXFMBase64.hpp
85
include/xsec/transformers/TXFMBase64.hpp
Lines 93-98 Link Here
93
include/xsec/transformers/TXFMXPath.hpp
98
include/xsec/transformers/TXFMXPath.hpp
94
include/xsec/transformers/TXFMXPathFilter.hpp
99
include/xsec/transformers/TXFMXPathFilter.hpp
95
include/xsec/transformers/TXFMXSL.hpp
100
include/xsec/transformers/TXFMXSL.hpp
101
include/xsec/utils/XSECAutoPtr.hpp
96
include/xsec/utils/XSECBinTXFMInputStream.hpp
102
include/xsec/utils/XSECBinTXFMInputStream.hpp
97
include/xsec/utils/XSECDOMUtils.hpp
103
include/xsec/utils/XSECDOMUtils.hpp
98
include/xsec/utils/XSECNameSpaceExpander.hpp
104
include/xsec/utils/XSECNameSpaceExpander.hpp
Lines 153-161 Link Here
153
include/xsec/xkms/XKMSValidateResult.hpp
159
include/xsec/xkms/XKMSValidateResult.hpp
154
include/xsec/xkms/XKMSValidityInterval.hpp
160
include/xsec/xkms/XKMSValidityInterval.hpp
155
lib/libxml-security-c.a
161
lib/libxml-security-c.a
156
lib/libxml-security-c.la
157
lib/libxml-security-c.so
162
lib/libxml-security-c.so
158
lib/libxml-security-c.so.14
163
lib/libxml-security-c.so.16
159
@dirrm include/xsec/xkms
164
@dirrm include/xsec/xkms
160
@dirrm include/xsec/xenc
165
@dirrm include/xsec/xenc
161
@dirrm include/xsec/utils/unixutils
166
@dirrm include/xsec/utils/unixutils
(-)security/opensaml2/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	opensaml2
8
PORTNAME=	opensaml2
9
PORTVERSION=	2.3
9
PORTVERSION=	2.4.1
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/
11
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/
13
DISTNAME=	opensaml-${PORTVERSION}
12
DISTNAME=	opensaml-${PORTVERSION}
Lines 18-24 Link Here
18
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
17
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
19
		log4shib.1:${PORTSDIR}/devel/log4shib \
18
		log4shib.1:${PORTSDIR}/devel/log4shib \
20
		xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \
19
		xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \
21
		xmltooling.4:${PORTSDIR}/devel/xmltooling
20
		xmltooling.5:${PORTSDIR}/devel/xmltooling
22
21
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
23
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
(-)security/opensaml2/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (opensaml-2.3.tar.gz) = 9695d40cb28519c2cde8211cd1c3dc69
1
SHA256 (opensaml-2.4.1.tar.gz) = 89289f882da19bab5d1476943d75c2f7fa97776980bfa86c7395b573603a2ecb
2
SHA256 (opensaml-2.3.tar.gz) = 027b3b9a6f5c147dd434d52e674ca238672412595dfa18675a70bafc5495e2fd
2
SIZE (opensaml-2.4.1.tar.gz) = 870509
3
SIZE (opensaml-2.3.tar.gz) = 926057
(-)security/opensaml2/pkg-plist (-1 / +7 lines)
Lines 22-27 Link Here
22
include/saml/saml2/core/Assertions.h
22
include/saml/saml2/core/Assertions.h
23
include/saml/saml2/core/Protocols.h
23
include/saml/saml2/core/Protocols.h
24
include/saml/saml2/metadata/AbstractMetadataProvider.h
24
include/saml/saml2/metadata/AbstractMetadataProvider.h
25
include/saml/saml2/metadata/DiscoverableMetadataProvider.h
25
include/saml/saml2/metadata/DynamicMetadataProvider.h
26
include/saml/saml2/metadata/DynamicMetadataProvider.h
26
include/saml/saml2/metadata/EndpointManager.h
27
include/saml/saml2/metadata/EndpointManager.h
27
include/saml/saml2/metadata/Metadata.h
28
include/saml/saml2/metadata/Metadata.h
Lines 45-52 Link Here
45
include/saml/signature/SignatureProfileValidator.h
46
include/saml/signature/SignatureProfileValidator.h
46
include/saml/util/CommonDomainCookie.h
47
include/saml/util/CommonDomainCookie.h
47
include/saml/util/SAMLConstants.h
48
include/saml/util/SAMLConstants.h
48
lib/libsaml.so.6
49
lib/libsaml.so.7
49
lib/libsaml.so
50
lib/libsaml.so
51
lib/pkgconfig/opensaml.pc
50
%%PORTDOCS%%%%DOCSDIR%%/README.txt
52
%%PORTDOCS%%%%DOCSDIR%%/README.txt
51
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
53
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
52
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
54
%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
Lines 55-62 Link Here
55
share/xml/opensaml/saml10-catalog.xml
57
share/xml/opensaml/saml10-catalog.xml
56
share/xml/opensaml/saml11-catalog.xml
58
share/xml/opensaml/saml11-catalog.xml
57
share/xml/opensaml/sstc-metadata-attr.xsd
59
share/xml/opensaml/sstc-metadata-attr.xsd
60
share/xml/opensaml/sstc-request-initiation.xsd
58
share/xml/opensaml/sstc-saml-attribute-ext.xsd
61
share/xml/opensaml/sstc-saml-attribute-ext.xsd
59
share/xml/opensaml/sstc-saml-delegation.xsd
62
share/xml/opensaml/sstc-saml-delegation.xsd
63
share/xml/opensaml/sstc-saml-idp-discovery.xsd
64
share/xml/opensaml/sstc-saml-metadata-algsupport-v1.0.xsd
65
share/xml/opensaml/sstc-saml-metadata-ui-v1.0.xsd
60
share/xml/opensaml/cs-sstc-schema-assertion-01.xsd
66
share/xml/opensaml/cs-sstc-schema-assertion-01.xsd
61
share/xml/opensaml/cs-sstc-schema-protocol-01.xsd
67
share/xml/opensaml/cs-sstc-schema-protocol-01.xsd
62
share/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd
68
share/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd
(-)security/shibboleth2-sp/Makefile (-3 / +2 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	shibboleth-sp
8
PORTNAME=	shibboleth-sp
9
PORTVERSION=	2.3.1
9
PORTVERSION=	2.4.2
10
PORTREVISION=	2
11
CATEGORIES=	security www
10
CATEGORIES=	security www
12
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/${PORTVERSION}/
11
MASTER_SITES=	http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/${PORTVERSION}/
13
12
14
MAINTAINER=	janos.mohacsi@bsd.hu
13
MAINTAINER=	janos.mohacsi@bsd.hu
15
COMMENT=	C++ Shibboleth Service Provider (Internet2) for Apache
14
COMMENT=	C++ Shibboleth Service Provider (Internet2) for Apache
16
15
17
LIB_DEPENDS=	saml.6:${PORTSDIR}/security/opensaml2
16
LIB_DEPENDS=	saml.7:${PORTSDIR}/security/opensaml2
18
17
19
OPTIONS=	APACHE22 "Use Apache version 2.2 instead of version 2.0" on
18
OPTIONS=	APACHE22 "Use Apache version 2.2 instead of version 2.0" on
20
19
(-)security/shibboleth2-sp/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (shibboleth-sp-2.3.1.tar.gz) = a292f1cc0aab3cfe3ecec0e9b2b30a10
1
SHA256 (shibboleth-sp-2.4.2.tar.gz) = 1e3c3281c8c0d9a1cec77eb62f89dd9d11ad83ec0dca2d12e195ace68aff8579
2
SHA256 (shibboleth-sp-2.3.1.tar.gz) = d1d0a3de0a9c383d1210fde7a7e60e464096950337512cab667f924322a122e2
2
SIZE (shibboleth-sp-2.4.2.tar.gz) = 854404
3
SIZE (shibboleth-sp-2.3.1.tar.gz) = 806177
(-)security/shibboleth2-sp/pkg-plist (-27 / +41 lines)
Lines 49-54 Link Here
49
@unexec if cmp -s %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; then rm -f %D/etc/shibboleth/sslError.html; fi
49
@unexec if cmp -s %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; then rm -f %D/etc/shibboleth/sslError.html; fi
50
etc/shibboleth/sslError.html.dist
50
etc/shibboleth/sslError.html.dist
51
@exec if [ ! -f %D/etc/shibboleth/sslError.html ] ; then cp -p %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; fi
51
@exec if [ ! -f %D/etc/shibboleth/sslError.html ] ; then cp -p %D/etc/shibboleth/sslError.html.dist %D/etc/shibboleth/sslError.html; fi
52
@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
53
etc/shibboleth/example-shibboleth2.xml.dist
54
@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
55
@unexec if cmp -s %D/etc/shibboleth/protocols.xml.dist %D/etc/shibboleth/protocols.xml; then rm -f %D/etc/shibboleth/protocols.xml; fi
56
etc/shibboleth/protocols.xml.dist
57
@exec if [ ! -f %D/etc/shibboleth/protocols.xml ] ; then cp -p %D/etc/shibboleth/protocols.xml.dist %D/etc/shibboleth/protocols.xml; fi
58
@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
59
etc/shibboleth/security-policy.xml.dist
60
@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
52
etc/shibboleth/shibd-redhat
61
etc/shibboleth/shibd-redhat
53
etc/shibboleth/shibd-debian
62
etc/shibboleth/shibd-debian
54
etc/shibboleth/shibd-suse
63
etc/shibboleth/shibd-suse
Lines 66-122 Link Here
66
@unexec if cmp -s %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; then rm -f %D/etc/shibboleth/partialLogout.html; fi
75
@unexec if cmp -s %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; then rm -f %D/etc/shibboleth/partialLogout.html; fi
67
etc/shibboleth/partialLogout.html.dist
76
etc/shibboleth/partialLogout.html.dist
68
@exec if [ ! -f %D/etc/shibboleth/partialLogout.html ] ; then cp -p %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; fi
77
@exec if [ ! -f %D/etc/shibboleth/partialLogout.html ] ; then cp -p %D/etc/shibboleth/partialLogout.html.dist %D/etc/shibboleth/partialLogout.html; fi
69
include/shibsp/attribute/filtering/AttributeFilter.h
78
include/shibsp/AbstractSPRequest.h
70
include/shibsp/attribute/filtering/BasicFilteringContext.h
79
include/shibsp/AccessControl.h
71
include/shibsp/attribute/filtering/FilteringContext.h
80
include/shibsp/Application.h
72
include/shibsp/attribute/filtering/FilterPolicyContext.h
81
include/shibsp/GSSRequest.h
73
include/shibsp/attribute/filtering/MatchFunctor.h
82
include/shibsp/RequestMapper.h
74
include/shibsp/attribute/ExtensibleAttribute.h
83
include/shibsp/SPConfig.h
84
include/shibsp/SPRequest.h
85
include/shibsp/ServiceProvider.h
86
include/shibsp/SessionCache.h
87
include/shibsp/SessionCacheEx.h
88
include/shibsp/TransactionLog.h
75
include/shibsp/attribute/Attribute.h
89
include/shibsp/attribute/Attribute.h
76
include/shibsp/attribute/AttributeDecoder.h
90
include/shibsp/attribute/AttributeDecoder.h
91
include/shibsp/attribute/ExtensibleAttribute.h
77
include/shibsp/attribute/NameIDAttribute.h
92
include/shibsp/attribute/NameIDAttribute.h
78
include/shibsp/attribute/ScopedAttribute.h
93
include/shibsp/attribute/ScopedAttribute.h
79
include/shibsp/attribute/SimpleAttribute.h
94
include/shibsp/attribute/SimpleAttribute.h
80
include/shibsp/attribute/XMLAttribute.h
95
include/shibsp/attribute/XMLAttribute.h
96
include/shibsp/attribute/filtering/AttributeFilter.h
97
include/shibsp/attribute/filtering/BasicFilteringContext.h
98
include/shibsp/attribute/filtering/FilterPolicyContext.h
99
include/shibsp/attribute/filtering/FilteringContext.h
100
include/shibsp/attribute/filtering/MatchFunctor.h
81
include/shibsp/attribute/resolver/AttributeExtractor.h
101
include/shibsp/attribute/resolver/AttributeExtractor.h
82
include/shibsp/attribute/resolver/AttributeResolver.h
102
include/shibsp/attribute/resolver/AttributeResolver.h
83
include/shibsp/attribute/resolver/ResolutionContext.h
103
include/shibsp/attribute/resolver/ResolutionContext.h
104
include/shibsp/base.h
84
include/shibsp/binding/ArtifactResolver.h
105
include/shibsp/binding/ArtifactResolver.h
106
include/shibsp/binding/ProtocolProvider.h
85
include/shibsp/binding/SOAPClient.h
107
include/shibsp/binding/SOAPClient.h
108
include/shibsp/exceptions.h
86
include/shibsp/handler/AbstractHandler.h
109
include/shibsp/handler/AbstractHandler.h
87
include/shibsp/handler/AssertionConsumerService.h
110
include/shibsp/handler/AssertionConsumerService.h
88
include/shibsp/handler/Handler.h
111
include/shibsp/handler/Handler.h
89
include/shibsp/handler/LogoutHandler.h
112
include/shibsp/handler/LogoutHandler.h
113
include/shibsp/handler/LogoutInitiator.h
90
include/shibsp/handler/RemotedHandler.h
114
include/shibsp/handler/RemotedHandler.h
91
include/shibsp/handler/SessionInitiator.h
115
include/shibsp/handler/SessionInitiator.h
92
include/shibsp/AbstractSPRequest.h
93
include/shibsp/AccessControl.h
94
include/shibsp/Application.h
95
include/shibsp/base.h
96
include/shibsp/exceptions.h
97
include/shibsp/paths.h
98
include/shibsp/RequestMapper.h
99
include/shibsp/ServiceProvider.h
100
include/shibsp/SessionCache.h
101
include/shibsp/SessionCacheEx.h
102
include/shibsp/SPConfig.h
103
include/shibsp/SPRequest.h
104
include/shibsp/TransactionLog.h
105
include/shibsp/version.h
106
include/shibsp/lite/CommonDomainCookie.h
116
include/shibsp/lite/CommonDomainCookie.h
107
include/shibsp/lite/SAMLConstants.h
117
include/shibsp/lite/SAMLConstants.h
108
include/shibsp/metadata/MetadataExt.h
118
include/shibsp/metadata/MetadataExt.h
109
include/shibsp/metadata/MetadataProviderCriteria.h
119
include/shibsp/metadata/MetadataProviderCriteria.h
110
include/shibsp/remoting/ddf.h
120
include/shibsp/paths.h
111
include/shibsp/remoting/ListenerService.h
121
include/shibsp/remoting/ListenerService.h
122
include/shibsp/remoting/ddf.h
112
include/shibsp/security/PKIXTrustEngine.h
123
include/shibsp/security/PKIXTrustEngine.h
113
include/shibsp/security/SecurityPolicy.h
124
include/shibsp/security/SecurityPolicy.h
125
include/shibsp/security/SecurityPolicyProvider.h
114
include/shibsp/util/CGIParser.h
126
include/shibsp/util/CGIParser.h
115
include/shibsp/util/DOMPropertySet.h
127
include/shibsp/util/DOMPropertySet.h
116
include/shibsp/util/PropertySet.h
128
include/shibsp/util/PropertySet.h
117
include/shibsp/util/SPConstants.h
129
include/shibsp/util/SPConstants.h
118
include/shibsp/util/TemplateParameters.h
130
include/shibsp/util/TemplateParameters.h
119
lib/libshibsp.so.4
131
include/shibsp/version.h
132
lib/libshibsp.so.5
120
lib/libshibsp.so
133
lib/libshibsp.so
121
lib/shibboleth/adfs.so
134
lib/shibboleth/adfs.so
122
lib/shibboleth/adfs.la
135
lib/shibboleth/adfs.la
Lines 126-143 Link Here
126
%%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.la
139
%%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.la
127
%%WITH_APACHE_20%%lib/shibboleth/mod_shib_20.so
140
%%WITH_APACHE_20%%lib/shibboleth/mod_shib_20.so
128
%%WITH_APACHE_20%%lib/shibboleth/mod_shib_20.la
141
%%WITH_APACHE_20%%lib/shibboleth/mod_shib_20.la
129
lib/libshibsp-lite.so.4
142
lib/libshibsp-lite.so.5
130
lib/libshibsp-lite.so
143
lib/libshibsp-lite.so
131
sbin/shibd
144
sbin/shibd
132
share/xml/shibboleth/catalog.xml
145
share/xml/shibboleth/catalog.xml
133
share/xml/shibboleth/shibboleth.xsd
134
share/xml/shibboleth/shibboleth-metadata-1.0.xsd
135
share/xml/shibboleth/shibboleth-2.0-native-sp-config.xsd
136
share/xml/shibboleth/shibboleth-2.0-afp.xsd
137
share/xml/shibboleth/shibboleth-2.0-afp-mf-basic.xsd
146
share/xml/shibboleth/shibboleth-2.0-afp-mf-basic.xsd
138
share/xml/shibboleth/shibboleth-2.0-afp-mf-saml.xsd
147
share/xml/shibboleth/shibboleth-2.0-afp-mf-saml.xsd
148
share/xml/shibboleth/shibboleth-2.0-afp.xsd
139
share/xml/shibboleth/shibboleth-2.0-attribute-map.xsd
149
share/xml/shibboleth/shibboleth-2.0-attribute-map.xsd
150
share/xml/shibboleth/shibboleth-2.0-native-sp-config.xsd
151
share/xml/shibboleth/shibboleth-2.0-native-sp-protocols.xsd
140
share/xml/shibboleth/shibboleth-2.0-sp-notify.xsd
152
share/xml/shibboleth/shibboleth-2.0-sp-notify.xsd
153
share/xml/shibboleth/shibboleth-metadata-1.0.xsd
154
share/xml/shibboleth/shibboleth.xsd
141
share/xml/shibboleth/WS-Trust.xsd
155
share/xml/shibboleth/WS-Trust.xsd
142
share/doc/shibboleth/CREDITS.txt
156
share/doc/shibboleth/CREDITS.txt
143
share/doc/shibboleth/LICENSE.txt
157
share/doc/shibboleth/LICENSE.txt

Return to bug 157822