From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 11:40:10 2011 Return-Path: Delivered-To: freebsd-ports-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 453EA1065670 for ; Fri, 12 Aug 2011 11:40:10 +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 1BA668FC15 for ; Fri, 12 Aug 2011 11:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7CBe9FR003576 for ; Fri, 12 Aug 2011 11:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7CBe9dL003575; Fri, 12 Aug 2011 11:40:09 GMT (envelope-from gnats) Resent-Date: Fri, 12 Aug 2011 11:40:09 GMT Resent-Message-Id: <201108121140.p7CBe9dL003575@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Janos Mohacsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B490106564A for ; Fri, 12 Aug 2011 11:39:01 +0000 (UTC) (envelope-from mohacsi@csoki.ki.iif.hu) Received: from csoki.ki.iif.hu (csoki.ki.iif.hu [IPv6:2001:738:0:401::3]) by mx1.freebsd.org (Postfix) with ESMTP id 953FA8FC12 for ; Fri, 12 Aug 2011 11:39:00 +0000 (UTC) Received: from csoki.ki.iif.hu (localhost [127.0.0.1]) by csoki.ki.iif.hu (8.14.4/8.14.4) with ESMTP id p7CBcwp8034021 for ; Fri, 12 Aug 2011 13:38:58 +0200 (CEST) (envelope-from mohacsi@csoki.ki.iif.hu) Received: (from root@localhost) by csoki.ki.iif.hu (8.14.4/8.14.4/Submit) id p7CBcw4S034020; Fri, 12 Aug 2011 13:38:58 +0200 (CEST) (envelope-from mohacsi) Message-Id: <201108121138.p7CBcw4S034020@csoki.ki.iif.hu> Date: Fri, 12 Aug 2011 13:38:58 +0200 (CEST) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159711: [MAINTAINER] security/apache-xml-security-c: update to 1.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 11:40:10 -0000 >Number: 159711 >Category: ports >Synopsis: [MAINTAINER] security/apache-xml-security-c: update to 1.6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 12 11:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 7.4-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD csoki.ki.iif.hu 7.4-STABLE FreeBSD 7.4-STABLE #2: Mon May 30 17:17:44 CEST 2011 >Description: - Update to 1.6.1 - Updating for use xerces-c version 3.x - next shibboleth will require this! Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- apache-xml-security-c-1.6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/apache-xml-security-c.orig/Makefile /usr/ports/security/apache-xml-security-c/Makefile --- /usr/ports/security/apache-xml-security-c.orig/Makefile 2011-07-01 08:38:49.000000000 +0200 +++ /usr/ports/security/apache-xml-security-c/Makefile 2011-08-12 13:29:45.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= xml-security-c -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=santuario/c-library @@ -15,13 +15,13 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Apache XML security libraries C version -OPTIONS= XERCES_DEVEL "With Xerces vesion 2.8 (shibboleth2 requires)" on +OPTIONS= XERCES_3 "With Xerces vesion 3.x (shibboleth2 requires)" on USE_OPENSSL= yes .include -.if defined(WITH_XERCES_DEVEL) -LIB_DEPENDS+= xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel +.if defined(WITH_XERCES_3) +LIB_DEPENDS+= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 .else LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 .endif diff -ruN --exclude=CVS /usr/ports/security/apache-xml-security-c.orig/distinfo /usr/ports/security/apache-xml-security-c/distinfo --- /usr/ports/security/apache-xml-security-c.orig/distinfo 2011-07-01 08:38:49.000000000 +0200 +++ /usr/ports/security/apache-xml-security-c/distinfo 2011-08-12 13:30:09.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xml-security-c-1.6.0.tar.gz) = ccc8abe614bfed814bc772e3904ba1708b5984ec1245500a0be409f8195e0831 -SIZE (xml-security-c-1.6.0.tar.gz) = 865131 +SHA256 (xml-security-c-1.6.1.tar.gz) = 73931a55d6925a82416ea48f8d6f1b8ed591368e1dfc30574fe43904b7c62fcd +SIZE (xml-security-c-1.6.1.tar.gz) = 864366 --- apache-xml-security-c-1.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: