diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-20 06:07:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-20 06:07:15 +0000 |
commit | be84695db32f92c845344e06aaa074308ac35b4c (patch) | |
tree | 76efa37764ad79d11985fc56648a26a41108eb76 /security | |
parent | d6528f7eb8067d31472c220379930ad3e1812e54 (diff) | |
download | pkgsrc-be84695db32f92c845344e06aaa074308ac35b4c.tar.gz |
Update to 1.6.2:
* Version 1.6.2 (released 2007-04-18)
** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields.
Before, we remove the parameters field, which resulted in a slightly
different DER encoding which in turn caused signature verification
failures of GnuTLS-generated RSA certificates in some other
implementations (e.g., GnuPG 2.x's gpgsm). Depending on which RFCs
you read, this may or may not be correct, but our new behaviour appear
to be consistent with other widely used implementations.
** Regenerate the PKIX ASN.1 syntax tree.
For some reason, after changing the ASN.1 type of ldap-UID in the last
release, the generated C file built from the ASN.1 schema was not
refreshed. This can cause problems when reading/writing UID
components inside X.500 Distinguished Names. Reported by devel
<dev001@pas-world.com>.
** Updated translations.
** API and ABI modifications:
No changes since last version.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 5 | ||||
-rw-r--r-- | security/gnutls/PLIST | 3 | ||||
-rw-r--r-- | security/gnutls/distinfo | 10 | ||||
-rw-r--r-- | security/gnutls/patches/patch-ab | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 30a9947bc44..cefc70b2cb0 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2007/01/24 15:58:04 tron Exp $ +# $NetBSD: Makefile,v 1.59 2007/04/20 06:07:15 wiz Exp $ -DISTNAME= gnutls-1.6.1 -PKGREVISION= 1 +DISTNAME= gnutls-1.6.2 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 98bdbc6025f..ecc7226887e 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2007/01/24 15:58:04 tron Exp $ +@comment $NetBSD: PLIST,v 1.26 2007/04/20 06:07:16 wiz Exp $ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug @@ -450,6 +450,7 @@ share/examples/gnutls/ex-session-info.c share/examples/gnutls/ex-verify.c share/examples/gnutls/ex-x509-info.c share/examples/gnutls/tcp.c +share/locale/de/LC_MESSAGES/gnutls.mo share/locale/en@boldquot/LC_MESSAGES/gnutls.mo share/locale/en@quot/LC_MESSAGES/gnutls.mo share/locale/pl/LC_MESSAGES/gnutls.mo diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index d77c99183b5..a2c038d4d9a 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2007/01/24 15:58:04 tron Exp $ +$NetBSD: distinfo,v 1.35 2007/04/20 06:07:16 wiz Exp $ -SHA1 (gnutls-1.6.1.tar.bz2) = e9517a6ad324245a5ebf8d86a16fc1486cd0b6ee -RMD160 (gnutls-1.6.1.tar.bz2) = e1b780885dadc6cb355af53a4e69172f1037e06c -Size (gnutls-1.6.1.tar.bz2) = 4226536 bytes +SHA1 (gnutls-1.6.2.tar.bz2) = d9b0cc20d10d4f0d4f2427a111b0481ae3cbb7da +RMD160 (gnutls-1.6.2.tar.bz2) = 8f24683bea7bf973a6df5b5249a4471801834935 +Size (gnutls-1.6.2.tar.bz2) = 4285763 bytes SHA1 (patch-aa) = eb29cda3b79c6cf7303ebf53ace62a7834eac6bf -SHA1 (patch-ab) = 503bf7fa154341504db7ba3b5c6602627ff27dc5 +SHA1 (patch-ab) = 088e7b11194dafeae0b6e2cf2736c6d34eecf6b6 SHA1 (patch-ac) = 937b2ea324ffa0dccb37a0612d7ace8b0de9c00a diff --git a/security/gnutls/patches/patch-ab b/security/gnutls/patches/patch-ab index cafe3ae344e..aae8164fa39 100644 --- a/security/gnutls/patches/patch-ab +++ b/security/gnutls/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.5 2006/01/20 21:14:04 adam Exp $ +$NetBSD: patch-ab,v 1.6 2007/04/20 06:07:16 wiz Exp $ ---- doc/Makefile.in.orig 2006-01-12 18:13:50.000000000 +0100 +--- doc/Makefile.in.orig 2007-04-18 12:35:11.000000000 +0000 +++ doc/Makefile.in -@@ -413,7 +413,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio +@@ -483,7 +483,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) $(srcdir)/version.texi: $(srcdir)/stamp-vti |