summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-04-20 06:07:15 +0000
committerwiz <wiz@pkgsrc.org>2007-04-20 06:07:15 +0000
commitbe84695db32f92c845344e06aaa074308ac35b4c (patch)
tree76efa37764ad79d11985fc56648a26a41108eb76 /security/gnutls/patches/patch-ab
parentd6528f7eb8067d31472c220379930ad3e1812e54 (diff)
downloadpkgsrc-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/gnutls/patches/patch-ab')
-rw-r--r--security/gnutls/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
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