From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 4 19:40:02 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 654931065672 for ; Mon, 4 Jan 2010 19:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22DCB8FC1B for ; Mon, 4 Jan 2010 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o04Je1hs021337 for ; Mon, 4 Jan 2010 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o04Je1Xa021336; Mon, 4 Jan 2010 19:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 4 Jan 2010 19:40:01 GMT Resent-Message-Id: <201001041940.o04Je1Xa021336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48F3F1065692 for ; Mon, 4 Jan 2010 19:35:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 37A1F8FC2B for ; Mon, 4 Jan 2010 19:35:23 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o04JZNrA054315 for ; Mon, 4 Jan 2010 19:35:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o04JZNFo054314; Mon, 4 Jan 2010 19:35:23 GMT (envelope-from nobody) Message-Id: <201001041935.o04JZNFo054314@www.freebsd.org> Date: Mon, 4 Jan 2010 19:35:23 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/142325: update port: security/opensaml2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 19:40:02 -0000 >Number: 142325 >Category: misc >Synopsis: update port: security/opensaml2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 04 19:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: 8.0-amd64 >Organization: >Environment: >Description: update port, see attached >How-To-Repeat: >Fix: Patch attached with submission follows: # 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/opensaml2 # security/opensaml2/files # security/opensaml2/files/patch-doc_Makefile.in # security/opensaml2/Makefile # security/opensaml2/distinfo # security/opensaml2/pkg-descr # security/opensaml2/pkg-plist # echo c - security/opensaml2 mkdir -p security/opensaml2 > /dev/null 2>&1 echo c - security/opensaml2/files mkdir -p security/opensaml2/files > /dev/null 2>&1 echo x - security/opensaml2/files/patch-doc_Makefile.in sed 's/^X//' >security/opensaml2/files/patch-doc_Makefile.in << 'f051c71e4a83ec8248a26806e95c2998' X X$FreeBSD: ports/security/opensaml2/files/patch-doc_Makefile.in,v 1.1 2008/11/22 15:56:15 miwi Exp $ X X--- doc/Makefile.in.orig X+++ doc/Makefile.in X@@ -231,7 +231,7 @@ X LOG4CPP.LICENSE X X pkgdoc_DATA = $(docfiles) X-EXTRA_DIST = $(docfiles) api X+EXTRA_DIST = $(docfiles) X all: all-am X X .SUFFIXES: f051c71e4a83ec8248a26806e95c2998 echo x - security/opensaml2/Makefile sed 's/^X//' >security/opensaml2/Makefile << '3cc4b753c22ea84debb03aab9ce2f563' X# New ports collection makefile for: opensaml2 X# Date created: 15 September 2008 X# Whom: Janos Mohacsi X# X# $FreeBSD: ports/security/opensaml2/Makefile,v 1.8 2009/07/10 01:16:10 wxs Exp $ X# X XPORTNAME= opensaml2 XPORTVERSION= 2.3 XCATEGORIES= security XMASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/ XDISTNAME= opensaml-${PORTVERSION} X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Open source implentation of SAML2 X XLIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ X log4shib.1:${PORTSDIR}/devel/log4shib \ X xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ X xmltooling.4:${PORTSDIR}/devel/xmltooling X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ X --with-xmltooling=${LOCALBASE} --disable-doxygen-doc XUSE_GMAKE= yes XUSE_LDCONFIG= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ X ${WRKSRC}/doc/Makefile.in X @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ X ${WRKSRC}/configure X X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in X.endif X X.include 3cc4b753c22ea84debb03aab9ce2f563 echo x - security/opensaml2/distinfo sed 's/^X//' >security/opensaml2/distinfo << 'a786123b516a03923b6ea4a9e6b1359e' XMD5 (opensaml-2.3.tar.gz) = 9695d40cb28519c2cde8211cd1c3dc69 XSHA256 (opensaml-2.3.tar.gz) = 027b3b9a6f5c147dd434d52e674ca238672412595dfa18675a70bafc5495e2fd XSIZE (opensaml-2.3.tar.gz) = 926057 a786123b516a03923b6ea4a9e6b1359e echo x - security/opensaml2/pkg-descr sed 's/^X//' >security/opensaml2/pkg-descr << 'cafb1cbb9d0f94bb27e054689094e5f9' XOpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is Xnot backwards compatible with OpenSAML 1. X XWWW: https://spaces.internet2.edu/display/OpenSAML/Home cafb1cbb9d0f94bb27e054689094e5f9 echo x - security/opensaml2/pkg-plist sed 's/^X//' >security/opensaml2/pkg-plist << '76bb42af7b66067a4f73e88f9f03ba95' Xbin/samlsign Xinclude/saml/encryption/EncryptedKeyResolver.h Xinclude/saml/Assertion.h Xinclude/saml/base.h Xinclude/saml/exceptions.h Xinclude/saml/version.h Xinclude/saml/RootObject.h Xinclude/saml/SAMLConfig.h Xinclude/saml/saml1/binding/SAMLArtifactType0001.h Xinclude/saml/saml1/binding/SAMLArtifactType0002.h Xinclude/saml/saml1/binding/SAML1MessageDecoder.h Xinclude/saml/saml1/binding/SAML1SOAPClient.h Xinclude/saml/saml1/core/Assertions.h Xinclude/saml/saml1/core/Protocols.h Xinclude/saml/saml1/profile/AssertionValidator.h Xinclude/saml/saml1/profile/BrowserSSOProfileValidator.h Xinclude/saml/saml2/binding/SAML2Artifact.h Xinclude/saml/saml2/binding/SAML2ArtifactType0004.h Xinclude/saml/saml2/binding/SAML2MessageDecoder.h Xinclude/saml/saml2/binding/SAML2Redirect.h Xinclude/saml/saml2/binding/SAML2SOAPClient.h Xinclude/saml/saml2/core/Assertions.h Xinclude/saml/saml2/core/Protocols.h Xinclude/saml/saml2/metadata/AbstractMetadataProvider.h Xinclude/saml/saml2/metadata/DynamicMetadataProvider.h Xinclude/saml/saml2/metadata/EndpointManager.h Xinclude/saml/saml2/metadata/Metadata.h Xinclude/saml/saml2/metadata/MetadataCredentialContext.h Xinclude/saml/saml2/metadata/MetadataCredentialCriteria.h Xinclude/saml/saml2/metadata/MetadataFilter.h Xinclude/saml/saml2/metadata/MetadataProvider.h Xinclude/saml/saml2/metadata/ObservableMetadataProvider.h Xinclude/saml/saml2/profile/AssertionValidator.h Xinclude/saml/saml2/profile/BrowserSSOProfileValidator.h Xinclude/saml/saml2/profile/SAML2AssertionPolicy.h Xinclude/saml/binding/ArtifactMap.h Xinclude/saml/binding/MessageDecoder.h Xinclude/saml/binding/MessageEncoder.h Xinclude/saml/binding/SAMLArtifact.h Xinclude/saml/binding/SecurityPolicy.h Xinclude/saml/binding/SecurityPolicyRule.h Xinclude/saml/binding/SOAPClient.h Xinclude/saml/signature/ContentReference.h Xinclude/saml/signature/SignableObject.h Xinclude/saml/signature/SignatureProfileValidator.h Xinclude/saml/util/CommonDomainCookie.h Xinclude/saml/util/SAMLConstants.h Xlib/libsaml.so.6 Xlib/libsaml.so X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt X%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt X%%PORTDOCS%%%%DOCSDIR%%/LOG4CPP.LICENSE Xshare/xml/opensaml/saml20-catalog.xml Xshare/xml/opensaml/saml10-catalog.xml Xshare/xml/opensaml/saml11-catalog.xml Xshare/xml/opensaml/sstc-metadata-attr.xsd Xshare/xml/opensaml/sstc-saml-attribute-ext.xsd Xshare/xml/opensaml/sstc-saml-delegation.xsd Xshare/xml/opensaml/cs-sstc-schema-assertion-01.xsd Xshare/xml/opensaml/cs-sstc-schema-protocol-01.xsd Xshare/xml/opensaml/cs-sstc-schema-assertion-1.1.xsd Xshare/xml/opensaml/cs-sstc-schema-protocol-1.1.xsd Xshare/xml/opensaml/saml-schema-assertion-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-auth-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-ip-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-pgp-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-ippword-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-kerberos-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-nomad-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-personal-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-ppt-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-pword-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-session-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-smartcard-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-smartcardpki-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-softwarepki-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-spki-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-srp-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-sslcert-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-telephony-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-timesync-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-types-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-x509-2.0.xsd Xshare/xml/opensaml/saml-schema-authn-context-xmldsig-2.0.xsd Xshare/xml/opensaml/saml-schema-dce-2.0.xsd Xshare/xml/opensaml/saml-schema-ecp-2.0.xsd Xshare/xml/opensaml/saml-schema-metadata-2.0.xsd Xshare/xml/opensaml/saml-schema-protocol-2.0.xsd Xshare/xml/opensaml/saml-schema-x500-2.0.xsd Xshare/xml/opensaml/saml-schema-xacml-2.0.xsd Xshare/xml/opensaml/sstc-saml1x-metadata.xsd Xshare/xml/opensaml/sstc-saml-metadata-ext-query.xsd Xshare/xml/opensaml/sstc-saml-protocol-ext-thirdparty.xsd X@dirrm share/xml/opensaml X%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/api X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm include/saml/util X@dirrm include/saml/signature X@dirrm include/saml/saml2/profile X@dirrm include/saml/saml2/metadata X@dirrm include/saml/saml2/core X@dirrm include/saml/saml2/binding X@dirrm include/saml/saml2 X@dirrm include/saml/saml1/profile X@dirrm include/saml/saml1/core X@dirrm include/saml/saml1/binding X@dirrm include/saml/saml1 X@dirrm include/saml/encryption X@dirrm include/saml/binding X@dirrm include/saml 76bb42af7b66067a4f73e88f9f03ba95 exit >Release-Note: >Audit-Trail: >Unformatted: