head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q4:1.2.0.4 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.2 pkgsrc-2010Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2011.04.01.12.27.45; author wiz; state dead; branches; next 1.2; 1.2 date 2010.10.04.12.46.26; author obache; state Exp; branches; next 1.1; 1.1 date 2010.10.04.12.32.16; author obache; state Exp; branches; next ; desc @@ 1.3 log @Update to 1.2.17, for security reasons. * Preparations for 1.2.17 release * Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire) * Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto) * Fixed comments (based on patch from Wolfgang Woehl) * Fixed extra quotes in configure (bug #631258) * Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory * Fixed gcrypt init/shutdown (patch from Roumen) @ text @$NetBSD: patch-ae,v 1.2 2010/10/04 12:46:26 obache Exp $ remove redundant escape slash. --- xmlsec-gnutls.pc.in.orig 2010-05-25 21:52:46.000000000 +0000 +++ xmlsec-gnutls.pc.in @@@@ -7,5 +7,5 @@@@ Name: xmlsec1-gnutls Version: @@VERSION@@ Description: XML Security Library implements XML Signature and XML Encryption standards Requires: libxml-2.0 >= @@LIBXML_MIN_VERSION@@ libxslt >= @@LIBXSLT_MIN_VERSION@@ -Cflags: -DXMLSEC_CRYPTO=\\\"gnutls\\\" @@XMLSEC_GNUTLS_CFLAGS@@ +Cflags: -DXMLSEC_CRYPTO=\"gnutls\" @@XMLSEC_GNUTLS_CFLAGS@@ Libs: @@XMLSEC_GNUTLS_LIBS@@ @ 1.2 log @fixes patches for previous commit, not for generated file. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Remove redundant escape slash from *.pc file. It's shell script style escape, not required in *.pc file and break build of security/lasso. Bump PKGREVISION. @ text @d5 4 a8 4 --- xmlsec1-gcrypt.pc.orig 2010-05-25 21:53:21.000000000 +0000 +++ xmlsec1-gcrypt.pc @@@@ -7,5 +7,5 @@@@ Name: xmlsec1-gcrypt Version: 1.2.16 d10 4 a13 4 Requires: libxml-2.0 >= 2.7.4 libxslt >= 1.0.20 -Cflags: -DXMLSEC_CRYPTO=\\\"gcrypt\\\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_CRYPTO_GCRYPT=1 +Cflags: -DXMLSEC_CRYPTO=\"gcrypt\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_CRYPTO_GCRYPT=1 Libs: -L${exec_prefix}/lib -lxmlsec1-gcrypt -lxmlsec1 -lltdl -lgcrypt @