diff options
author | pettai <pettai@pkgsrc.org> | 2011-07-28 23:33:31 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-07-28 23:33:31 +0000 |
commit | 49170b299aaee8496504948c90c4be4bcb3069cf (patch) | |
tree | ed4b991087eb4dee21a2deddf70eb1c3f961e329 /security/xml-security-c | |
parent | 3d9adc2c5ce8e6202bcea2d2edbde5f8958e6a76 (diff) | |
download | pkgsrc-49170b299aaee8496504948c90c4be4bcb3069cf.tar.gz |
Changes since 1.6.0:
* [SANTUARIO-268] - TXFMXPathFilter->evaluateExpr crashes on Windows
* [SANTUARIO-270] - DSIGObject::load method crashes for ds:Object without Id att
ribute
* [SANTUARIO-271] - Bug when signing files with big RSA keys
* [SANTUARIO-272] - Memory bug inside XENCCipherImpl::deSerialise
* [SANTUARIO-274] - Function cleanURIEscapes always throws XSECException, when a
ny escape sequence occurs
* [SANTUARIO-275] - Function isHexDigit doesn't recognize invalid escape sequenc
es.
* [SANTUARIO-276] - Percent-encoded multibyte (UTF-8) sequences unrecognized
* [SANTUARIO-280] - RSA-OAEP handler only allows SHA-1 digests
Diffstat (limited to 'security/xml-security-c')
-rw-r--r-- | security/xml-security-c/Makefile | 8 | ||||
-rw-r--r-- | security/xml-security-c/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/xml-security-c/Makefile b/security/xml-security-c/Makefile index 41efa081b75..3a01ab2c184 100644 --- a/security/xml-security-c/Makefile +++ b/security/xml-security-c/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2011/02/28 14:53:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/07/28 23:33:31 pettai Exp $ -DISTNAME= xml-security-c-1.6.0 +DISTNAME= xml-security-c-1.6.1 CATEGORIES= security devel -MASTER_SITES= http://santuario.apache.org/dist/c-library/ +MASTER_SITES= http://apache.dataphone.se/santuario/c-library/ \ + http://www.apache.org/dist//santuario/c-library/ + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://santuario.apache.org/ diff --git a/security/xml-security-c/distinfo b/security/xml-security-c/distinfo index ca727525076..4d8b4145f81 100644 --- a/security/xml-security-c/distinfo +++ b/security/xml-security-c/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2011/02/23 09:02:07 adam Exp $ +$NetBSD: distinfo,v 1.4 2011/07/28 23:33:31 pettai Exp $ -SHA1 (xml-security-c-1.6.0.tar.gz) = df5f18bee1017b70da36e208dbe50e8e580c3eb4 -RMD160 (xml-security-c-1.6.0.tar.gz) = cbc460ab41c6e15cb37e15ea066d0cb23cdc9c6d -Size (xml-security-c-1.6.0.tar.gz) = 865131 bytes +SHA1 (xml-security-c-1.6.1.tar.gz) = 239304659752eb214f3516b6c457c99f0e6467c7 +RMD160 (xml-security-c-1.6.1.tar.gz) = 02c2e21a8ed2b3eab56b2b0635bc6513116c32b2 +Size (xml-security-c-1.6.1.tar.gz) = 864366 bytes SHA1 (patch-xsec_Makefile.in) = f610c63b888f8f744a5de5b47975eb7dc4aee55b |