FreeBSD Bugzilla – Attachment 97311 Details for
Bug 136034
new port: security/shibboleth2-sp: C++ Shibboleth Service Provider (Internet2) for Apache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shibboleth2-sp.shar.txt
shibboleth2-sp.shar.txt (text/plain), 10.59 KB, created by
Steve Wills
on 2010-01-04 19:43:14 UTC
(
hide
)
Description:
shibboleth2-sp.shar.txt
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2010-01-04 19:43:14 UTC
Size:
10.59 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># security/shibboleth2-sp ># security/shibboleth2-sp/files ># security/shibboleth2-sp/files/shibboleth-sp.in ># security/shibboleth2-sp/files/patch-shibsp_remoting_impl_TCPListener.cpp ># security/shibboleth2-sp/Makefile ># security/shibboleth2-sp/distinfo ># security/shibboleth2-sp/pkg-descr ># security/shibboleth2-sp/pkg-plist ># >echo c - security/shibboleth2-sp >mkdir -p security/shibboleth2-sp > /dev/null 2>&1 >echo c - security/shibboleth2-sp/files >mkdir -p security/shibboleth2-sp/files > /dev/null 2>&1 >echo x - security/shibboleth2-sp/files/shibboleth-sp.in >sed 's/^X//' >security/shibboleth2-sp/files/shibboleth-sp.in << 'af9edeb0f029ca1828fd90752660584f' >X#!/bin/sh >X# >X# $FreeBSD: ports/security/shibboleth-sp/files/shibboleth-sp.in,v 1.1 2007/08/03 23:21:25 pav Exp $ >X# >X# PROVIDE: shibboleth_sp >X# REQUIRE: DAEMON >X# >X >X. %%RC_SUBR%% >X >Xname="shibboleth_sp" >Xrcvar=${name}_enable >X >X[ -z "$shibboleth_sp_enable" ] && shibboleth_sp_enable="NO" >Xpidfile="/var/run/${name}.pid" >Xcommand="%%PREFIX%%/sbin/shibd" >Xstart_cmd="${command} -f -p ${pidfile} &" >X >Xload_rc_config $name >Xrun_rc_command "$1" >af9edeb0f029ca1828fd90752660584f >echo x - security/shibboleth2-sp/files/patch-shibsp_remoting_impl_TCPListener.cpp >sed 's/^X//' >security/shibboleth2-sp/files/patch-shibsp_remoting_impl_TCPListener.cpp << '45f11fd80ddc3d00ffc746797f68481b' >X >X$FreeBSD$ >X >X--- shibsp/remoting/impl/TCPListener.cpp.orig >X+++ shibsp/remoting/impl/TCPListener.cpp >X@@ -38,6 +38,7 @@ >X #include <stdio.h> >X #include <stdlib.h> >X #include <errno.h> >X+#include <netinet/in.h> >X >X using namespace shibsp; >X using namespace xmltooling; >45f11fd80ddc3d00ffc746797f68481b >echo x - security/shibboleth2-sp/Makefile >sed 's/^X//' >security/shibboleth2-sp/Makefile << '9806db19e7005872056c42505de65c77' >X# New ports collection makefile for: security/shibboleth2-sp >X# Date created: 17 Sept2008 >X# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= shibboleth-sp >XPORTVERSION= 2.3.1 >XCATEGORIES= security www >XMASTER_SITES= http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/${PORTVERSION}/ >X >XMAINTAINER= janos.mohacsi@bsd.hu >XCOMMENT= C++ Shibboleth Service Provider (Internet2) for Apache >X >XLIB_DEPENDS= saml.6:${PORTSDIR}/security/opensaml2 >X >XOPTIONS= APACHE22 "Use Apache version 2.2 instead of version 2.0" on >X >XMAKE_JOBS_SAFE= yes >XUSE_GMAKE= yes >XGNU_CONFIGURE= yes >XUSE_LDCONFIG= yes >XUSE_RC_SUBR= shibboleth-sp >XUSE_AUTOTOOLS= autoconf:262 automake:110:env libtool:22:env >XWRKSRC= ${WRKDIR}/shibboleth-${PORTVERSION} >X >XLATEST_LINK= shibboleth2-sp >X >X.include <bsd.port.pre.mk> >X >X.if defined(WITH_APACHE22) >XUSE_APACHE= 22 >XCONFIGURE_ARGS= --enable-apache-22 --with-apxs22=${APXS} >X.else >XUSE_APACHE= 20 >XCONFIGURE_ARGS= --enable-apache-20 --with-apxs2=${APXS} >X.endif >XCONFIGURE_ARGS+= --localstatedir=/var --with-log4shib=${LOCALBASE} >XCONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} --with-xmltooling=${LOCALBASE} >XCONFIGURE_ARGS+= --disable-doxygen-doc >X >Xpre-configure: >X @${REINPLACE_CMD} -e 's|/run|/run/shibboleth|' ${WRKSRC}/configs/Makefile.in >X @${REINPLACE_CMD} -e 's|/doc/@PACKAGE@-@PACKAGE_VERSION@|/doc/@PACKAGE@|' \ >X ${WRKSRC}/configs/Makefile.am ${WRKSRC}/configs/Makefile.in \ >X ${WRKSRC}/doc/Makefile.am ${WRKSRC}/doc/Makefile.in >X rm ${WRKSRC}/aclocal.m4 >X @cd ${WRKSRC} && ${AUTORECONF} -fvi >X >X.include <bsd.port.post.mk> >9806db19e7005872056c42505de65c77 >echo x - security/shibboleth2-sp/distinfo >sed 's/^X//' >security/shibboleth2-sp/distinfo << '02d32ea8e1cca5f5d5b420a1d088d567' >XMD5 (shibboleth-sp-2.3.1.tar.gz) = a292f1cc0aab3cfe3ecec0e9b2b30a10 >XSHA256 (shibboleth-sp-2.3.1.tar.gz) = d1d0a3de0a9c383d1210fde7a7e60e464096950337512cab667f924322a122e2 >XSIZE (shibboleth-sp-2.3.1.tar.gz) = 806177 >02d32ea8e1cca5f5d5b420a1d088d567 >echo x - security/shibboleth2-sp/pkg-descr >sed 's/^X//' >security/shibboleth2-sp/pkg-descr << 'de5aaa873eaff6dc5143fd6d711d69db' >XShibboleth is standards-based, open source middleware software which >Xprovides Web Single SignOn (SSO) across or within organizational >Xboundaries. It allows sites to make informed authorization decisions >Xfor individual access of protected online resources in a >Xprivacy-preserving manner. >X >XThis software is a C++ implementation of the Service Provider version 2 >Xcomponent of the Shibboleth can be used in Apache Web servers. The >Xservice provider manages secured resources. User access to resources >Xis based on assertions received by the service provider (SP) from >Xan identity provider. >X >XWWW: http://shibboleth.internet2.edu/ >de5aaa873eaff6dc5143fd6d711d69db >echo x - security/shibboleth2-sp/pkg-plist >sed 's/^X//' >security/shibboleth2-sp/pkg-plist << '2822a9fb25878e0f9a3b69e08ccada5b' >Xbin/mdquery >Xbin/resolvertest >Xetc/shibboleth/metagen.sh >Xetc/shibboleth/native.logger >Xetc/shibboleth/native.logger.dist >Xetc/shibboleth/shibd.logger >Xetc/shibboleth/shibd.logger.dist >Xetc/shibboleth/shibboleth2.xml >Xetc/shibboleth/shibboleth2.xml.dist >Xetc/shibboleth/attribute-map.xml >Xetc/shibboleth/attribute-map.xml.dist >Xetc/shibboleth/attribute-policy.xml >Xetc/shibboleth/attribute-policy.xml.dist >Xetc/shibboleth/example-metadata.xml >Xetc/shibboleth/example-metadata.xml.dist >Xetc/shibboleth/console.logger >Xetc/shibboleth/console.logger.dist >Xetc/shibboleth/syslog.logger >Xetc/shibboleth/syslog.logger.dist >Xetc/shibboleth/accessError.html >Xetc/shibboleth/accessError.html.dist >Xetc/shibboleth/sessionError.html >Xetc/shibboleth/sessionError.html.dist >Xetc/shibboleth/metadataError.html >Xetc/shibboleth/metadataError.html.dist >Xetc/shibboleth/bindingTemplate.html >Xetc/shibboleth/bindingTemplate.html.dist >Xetc/shibboleth/discoveryTemplate.html >Xetc/shibboleth/discoveryTemplate.html.dist >Xetc/shibboleth/localLogout.html >Xetc/shibboleth/localLogout.html.dist >Xetc/shibboleth/globalLogout.html >Xetc/shibboleth/globalLogout.html.dist >Xetc/shibboleth/sslError.html >Xetc/shibboleth/sslError.html.dist >Xetc/shibboleth/shibd-redhat >Xetc/shibboleth/shibd-debian >Xetc/shibboleth/shibd-suse >Xetc/shibboleth/shibd-osx.plist >Xetc/shibboleth/apache.config >Xetc/shibboleth/apache2.config >Xetc/shibboleth/apache22.config >Xetc/shibboleth/keygen.sh >Xetc/shibboleth/upgrade.xsl >Xetc/shibboleth/sp-key.pem >Xetc/shibboleth/sp-cert.pem >Xetc/shibboleth/postTemplate.html >Xetc/shibboleth/postTemplate.html.dist >Xetc/shibboleth/partialLogout.html >Xetc/shibboleth/partialLogout.html.dist >Xinclude/shibsp/attribute/filtering/AttributeFilter.h >Xinclude/shibsp/attribute/filtering/BasicFilteringContext.h >Xinclude/shibsp/attribute/filtering/FilteringContext.h >Xinclude/shibsp/attribute/filtering/FilterPolicyContext.h >Xinclude/shibsp/attribute/filtering/MatchFunctor.h >Xinclude/shibsp/attribute/ExtensibleAttribute.h >Xinclude/shibsp/attribute/Attribute.h >Xinclude/shibsp/attribute/AttributeDecoder.h >Xinclude/shibsp/attribute/NameIDAttribute.h >Xinclude/shibsp/attribute/ScopedAttribute.h >Xinclude/shibsp/attribute/SimpleAttribute.h >Xinclude/shibsp/attribute/XMLAttribute.h >Xinclude/shibsp/attribute/resolver/AttributeExtractor.h >Xinclude/shibsp/attribute/resolver/AttributeResolver.h >Xinclude/shibsp/attribute/resolver/ResolutionContext.h >Xinclude/shibsp/binding/ArtifactResolver.h >Xinclude/shibsp/binding/SOAPClient.h >Xinclude/shibsp/handler/AbstractHandler.h >Xinclude/shibsp/handler/AssertionConsumerService.h >Xinclude/shibsp/handler/Handler.h >Xinclude/shibsp/handler/LogoutHandler.h >Xinclude/shibsp/handler/RemotedHandler.h >Xinclude/shibsp/handler/SessionInitiator.h >Xinclude/shibsp/AbstractSPRequest.h >Xinclude/shibsp/AccessControl.h >Xinclude/shibsp/Application.h >Xinclude/shibsp/base.h >Xinclude/shibsp/exceptions.h >Xinclude/shibsp/paths.h >Xinclude/shibsp/RequestMapper.h >Xinclude/shibsp/ServiceProvider.h >Xinclude/shibsp/SessionCache.h >Xinclude/shibsp/SessionCacheEx.h >Xinclude/shibsp/SPConfig.h >Xinclude/shibsp/SPRequest.h >Xinclude/shibsp/TransactionLog.h >Xinclude/shibsp/version.h >Xinclude/shibsp/lite/CommonDomainCookie.h >Xinclude/shibsp/lite/SAMLConstants.h >Xinclude/shibsp/metadata/MetadataExt.h >Xinclude/shibsp/metadata/MetadataProviderCriteria.h >Xinclude/shibsp/remoting/ddf.h >Xinclude/shibsp/remoting/ListenerService.h >Xinclude/shibsp/security/PKIXTrustEngine.h >Xinclude/shibsp/security/SecurityPolicy.h >Xinclude/shibsp/util/CGIParser.h >Xinclude/shibsp/util/DOMPropertySet.h >Xinclude/shibsp/util/PropertySet.h >Xinclude/shibsp/util/SPConstants.h >Xinclude/shibsp/util/TemplateParameters.h >Xlib/libshibsp.so.4 >Xlib/libshibsp.so >Xlib/shibboleth/adfs.so >Xlib/shibboleth/adfs.la >Xlib/shibboleth/adfs-lite.so >Xlib/shibboleth/adfs-lite.la >Xlib/shibboleth/mod_shib_22.so >Xlib/shibboleth/mod_shib_22.la >Xlib/libshibsp-lite.so.4 >Xlib/libshibsp-lite.so >Xsbin/shibd >Xshare/xml/shibboleth/catalog.xml >Xshare/xml/shibboleth/shibboleth.xsd >Xshare/xml/shibboleth/shibboleth-metadata-1.0.xsd >Xshare/xml/shibboleth/shibboleth-2.0-native-sp-config.xsd >Xshare/xml/shibboleth/shibboleth-2.0-afp.xsd >Xshare/xml/shibboleth/shibboleth-2.0-afp-mf-basic.xsd >Xshare/xml/shibboleth/shibboleth-2.0-afp-mf-saml.xsd >Xshare/xml/shibboleth/shibboleth-2.0-attribute-map.xsd >Xshare/xml/shibboleth/shibboleth-2.0-sp-notify.xsd >Xshare/xml/shibboleth/WS-Trust.xsd >Xshare/doc/shibboleth/CREDITS.txt >Xshare/doc/shibboleth/LICENSE.txt >Xshare/doc/shibboleth/NOTICE.txt >Xshare/doc/shibboleth/README.txt >Xshare/doc/shibboleth/RELEASE.txt >Xshare/doc/shibboleth/FASTCGI.LICENSE >Xshare/doc/shibboleth/OPENSSL.LICENSE >Xshare/doc/shibboleth/LOG4CPP.LICENSE >Xshare/doc/shibboleth/main.css >Xshare/doc/shibboleth/logo.jpg >X@exec mkdir -p %D/data >X@exec mkdir -p /var/log/shibboleth >X@exec mkdir -p /var/run/shibboleth >X@exec chmod -R ug=rwx,o= /var/run/shibboleth >X@unexec rm -rf /var/run/shibboleth 2>&1 >/dev/null || true >X@dirrmtry share/doc/shibboleth/api >X@dirrmtry share/doc/shibboleth >X@dirrmtry lib/shibboleth >X@dirrmtry share/xml/shibboleth >X@dirrmtry include/shibsp/util >X@dirrmtry include/shibsp/security >X@dirrmtry include/shibsp/remoting >X@dirrmtry include/shibsp/metadata >X@dirrmtry include/shibsp/lite >X@dirrmtry include/shibsp/handler >X@dirrmtry include/shibsp/binding >X@dirrmtry include/shibsp/attribute/resolver >X@dirrmtry include/shibsp/attribute/filtering >X@dirrmtry include/shibsp/attribute >X@dirrmtry include/shibsp >X@dirrmtry etc/shibboleth >X@dirrmtry data >2822a9fb25878e0f9a3b69e08ccada5b >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 136034
:
97308
|
97309
|
97310
| 97311 |
97312
|
97313