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.
This commit is contained in:
parent
bda50a993b
commit
3d84da253a
3 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/07/24 20:33:16 hasso Exp $
|
||||
|
||||
DISTNAME= xml-security-c-1.4.0
|
||||
DISTNAME= xml-security-c-1.5.1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://santuario.apache.org/dist/c-library/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:41 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2009/07/24 20:33:16 hasso Exp $
|
||||
bin/c14n
|
||||
bin/checksig
|
||||
bin/cipher
|
||||
|
@ -13,6 +13,7 @@ include/xsec/canon/XSECXMLNSStack.hpp
|
|||
include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp
|
||||
include/xsec/dsig/DSIGConstants.hpp
|
||||
include/xsec/dsig/DSIGKeyInfo.hpp
|
||||
include/xsec/dsig/DSIGKeyInfoExt.hpp
|
||||
include/xsec/dsig/DSIGKeyInfoList.hpp
|
||||
include/xsec/dsig/DSIGKeyInfoMgmtData.hpp
|
||||
include/xsec/dsig/DSIGKeyInfoName.hpp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/10 12:23:36 hasso Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/07/24 20:33:16 hasso Exp $
|
||||
|
||||
SHA1 (xml-security-c-1.4.0.tar.gz) = 0e4b189aeb890693c9f97e3331cf66332c62be27
|
||||
RMD160 (xml-security-c-1.4.0.tar.gz) = 6a9279c6b24583096523ab4d8b61941690c95954
|
||||
Size (xml-security-c-1.4.0.tar.gz) = 934876 bytes
|
||||
SHA1 (xml-security-c-1.5.1.tar.gz) = e51d3dca7f32cfcc2090d4d20cf8a1d032d95d79
|
||||
RMD160 (xml-security-c-1.5.1.tar.gz) = eadeb25398d6a0fa6cd22d531470bc1dea1632d3
|
||||
Size (xml-security-c-1.5.1.tar.gz) = 957928 bytes
|
||||
SHA1 (patch-aa) = 71f089b555f755eedfecf174d418487de5c5b589
|
||||
|
|
Loading…
Reference in a new issue