Fri Jul 24 20:33:16 2009 UTC ()
Update to 1.5.1. No detailed changelog, but from announcements:

1.5.1 release provides some bug fixes and a fix for the recently announced
HMAC vulnerability in the XML Signature specification (CVE-2009-0217).

1.5.0 release provides more bug fixes, partial support for Inclusive
Canonicalization 1.1, and support for the Xerces 3.x official release and
32/64-bit portability APIs.


(hasso)
diff -r1.2 -r1.3 pkgsrc/security/xml-security-c/Makefile
diff -r1.2 -r1.3 pkgsrc/security/xml-security-c/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/security/xml-security-c/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/xml-security-c/Makefile (expand / switch to unified diff)

--- pkgsrc/security/xml-security-c/Makefile 2009/06/08 19:11:30 1.2
+++ pkgsrc/security/xml-security-c/Makefile 2009/07/24 20:33:16 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $ 1# $NetBSD: Makefile,v 1.3 2009/07/24 20:33:16 hasso Exp $
2 2
3DISTNAME= xml-security-c-1.4.0 3DISTNAME= xml-security-c-1.5.1
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= http://santuario.apache.org/dist/c-library/ 5MASTER_SITES= http://santuario.apache.org/dist/c-library/
6 6
7MAINTAINER= hasso@NetBSD.org 7MAINTAINER= hasso@NetBSD.org
8HOMEPAGE= http://santuario.apache.org/c/index.html 8HOMEPAGE= http://santuario.apache.org/c/index.html
9COMMENT= XML Digital Signature specification implementation 9COMMENT= XML Digital Signature specification implementation
10LICENSE= apache-2.0 10LICENSE= apache-2.0
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.2 -r1.3 pkgsrc/security/xml-security-c/PLIST (expand / switch to unified diff)

--- pkgsrc/security/xml-security-c/PLIST 2009/06/14 18:13:41 1.2
+++ pkgsrc/security/xml-security-c/PLIST 2009/07/24 20:33:16 1.3
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:41 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/07/24 20:33:16 hasso Exp $
2bin/c14n 2bin/c14n
3bin/checksig 3bin/checksig
4bin/cipher 4bin/cipher
5bin/siginf 5bin/siginf
6bin/templatesign 6bin/templatesign
7bin/txfmout 7bin/txfmout
8bin/xklient 8bin/xklient
9bin/xtest 9bin/xtest
10include/xsec/canon/XSECC14n20010315.hpp 10include/xsec/canon/XSECC14n20010315.hpp
11include/xsec/canon/XSECCanon.hpp 11include/xsec/canon/XSECCanon.hpp
12include/xsec/canon/XSECXMLNSStack.hpp 12include/xsec/canon/XSECXMLNSStack.hpp
13include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp 13include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp
14include/xsec/dsig/DSIGConstants.hpp 14include/xsec/dsig/DSIGConstants.hpp
15include/xsec/dsig/DSIGKeyInfo.hpp 15include/xsec/dsig/DSIGKeyInfo.hpp
 16include/xsec/dsig/DSIGKeyInfoExt.hpp
16include/xsec/dsig/DSIGKeyInfoList.hpp 17include/xsec/dsig/DSIGKeyInfoList.hpp
17include/xsec/dsig/DSIGKeyInfoMgmtData.hpp 18include/xsec/dsig/DSIGKeyInfoMgmtData.hpp
18include/xsec/dsig/DSIGKeyInfoName.hpp 19include/xsec/dsig/DSIGKeyInfoName.hpp
19include/xsec/dsig/DSIGKeyInfoPGPData.hpp 20include/xsec/dsig/DSIGKeyInfoPGPData.hpp
20include/xsec/dsig/DSIGKeyInfoSPKIData.hpp 21include/xsec/dsig/DSIGKeyInfoSPKIData.hpp
21include/xsec/dsig/DSIGKeyInfoValue.hpp 22include/xsec/dsig/DSIGKeyInfoValue.hpp
22include/xsec/dsig/DSIGKeyInfoX509.hpp 23include/xsec/dsig/DSIGKeyInfoX509.hpp
23include/xsec/dsig/DSIGObject.hpp 24include/xsec/dsig/DSIGObject.hpp
24include/xsec/dsig/DSIGReference.hpp 25include/xsec/dsig/DSIGReference.hpp
25include/xsec/dsig/DSIGReferenceList.hpp 26include/xsec/dsig/DSIGReferenceList.hpp
26include/xsec/dsig/DSIGSignature.hpp 27include/xsec/dsig/DSIGSignature.hpp
27include/xsec/dsig/DSIGSignedInfo.hpp 28include/xsec/dsig/DSIGSignedInfo.hpp
28include/xsec/dsig/DSIGTransform.hpp 29include/xsec/dsig/DSIGTransform.hpp

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/xml-security-c/distinfo (expand / switch to unified diff)

--- pkgsrc/security/xml-security-c/distinfo 2009/05/10 12:23:36 1.1.1.1
+++ pkgsrc/security/xml-security-c/distinfo 2009/07/24 20:33:16 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/05/10 12:23:36 hasso Exp $ 1$NetBSD: distinfo,v 1.2 2009/07/24 20:33:16 hasso Exp $
2 2
3SHA1 (xml-security-c-1.4.0.tar.gz) = 0e4b189aeb890693c9f97e3331cf66332c62be27 3SHA1 (xml-security-c-1.5.1.tar.gz) = e51d3dca7f32cfcc2090d4d20cf8a1d032d95d79
4RMD160 (xml-security-c-1.4.0.tar.gz) = 6a9279c6b24583096523ab4d8b61941690c95954 4RMD160 (xml-security-c-1.5.1.tar.gz) = eadeb25398d6a0fa6cd22d531470bc1dea1632d3
5Size (xml-security-c-1.4.0.tar.gz) = 934876 bytes 5Size (xml-security-c-1.5.1.tar.gz) = 957928 bytes
6SHA1 (patch-aa) = 71f089b555f755eedfecf174d418487de5c5b589 6SHA1 (patch-aa) = 71f089b555f755eedfecf174d418487de5c5b589