Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2008 16:44:35 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tonymaher@optusnet.com.au
Subject:   ports/127324: [PATCH] security/apache-xml-security-c: update to 1.4.0
Message-ID:  <200809121444.m8CEiZjZ071886@csoki.ki.iif.hu>
Resent-Message-ID: <200809121450.m8CEo0u6075200@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127324
>Category:       ports
>Synopsis:       [PATCH] security/apache-xml-security-c: update to 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 12 14:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.4-PRERELEASE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD csoki.ki.iif.hu 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #7: Fri Sep  5 15:16:32 CEST
>Description:
- Update to 1.4.0
+ enable using the xerces-c version 2.8 - which is required by shibboleth2.

This patch is related to PR: 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/119556
and 
http://www.freebsd.org/cgi/query-pr.cgi?pr=127322


Port maintainer (tonymaher@optusnet.com.au) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- apache-xml-security-c-1.4.0.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	2007-02-15 00:10:27.000000000 +0100
+++ /usr/ports/security/apache-xml-security-c/Makefile	2008-09-12 16:36:14.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xml-security-c
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.0
 CATEGORIES=	security
 MASTER_SITES=	http://xml.apache.org/security/dist/c-library/
 PKGNAMEPREFIX=	apache-
@@ -14,7 +14,15 @@
 MAINTAINER=	tonymaher@optusnet.com.au
 COMMENT=	Apache XML security libraries C version
 
+OPTIONS=	XERCES_DEVEL	"With Xerces vesion 2.8 (shibboleth2 requires)" on
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_XERCES_DEVEL)
+LIB_DEPENDS=	xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel
+.else
 LIB_DEPENDS=	xerces-c.27:${PORTSDIR}/textproc/xerces-c2
+.endif
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
@@ -22,4 +30,4 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
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	2007-02-15 00:10:27.000000000 +0100
+++ /usr/ports/security/apache-xml-security-c/distinfo	2008-09-12 16:22:10.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (xml-security-c-1.3.1.tar.gz) = 1da072b76eaa69241b1e56da61e2e182
-SHA256 (xml-security-c-1.3.1.tar.gz) = c99f81bc18fbfa8043832abde09a9a750b2eefa7a3a9f1ed442952bde26bf7d5
-SIZE (xml-security-c-1.3.1.tar.gz) = 3170378
+MD5 (xml-security-c-1.4.0.tar.gz) = dd9accf6727eb008dbf1dd674d5d4dcc
+SHA256 (xml-security-c-1.4.0.tar.gz) = 955c570a965ab58d021a797ad85ad052ec37d9b8739d9a926d1081fb96c6245f
+SIZE (xml-security-c-1.4.0.tar.gz) = 934876
diff -ruN --exclude=CVS /usr/ports/security/apache-xml-security-c.orig/pkg-plist /usr/ports/security/apache-xml-security-c/pkg-plist
--- /usr/ports/security/apache-xml-security-c.orig/pkg-plist	2007-02-15 00:10:27.000000000 +0100
+++ /usr/ports/security/apache-xml-security-c/pkg-plist	2008-09-12 16:27:59.000000000 +0200
@@ -155,7 +155,7 @@
 lib/libxml-security-c.a
 lib/libxml-security-c.la
 lib/libxml-security-c.so
-lib/libxml-security-c.so.13
+lib/libxml-security-c.so.14
 @dirrm include/xsec/xkms
 @dirrm include/xsec/xenc
 @dirrm include/xsec/utils/unixutils
--- apache-xml-security-c-1.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809121444.m8CEiZjZ071886>