pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Update to 1.6.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6fa9734d112
branches:  trunk
changeset: 529360:b6fa9734d112
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 01 20:12:44 2007 +0000

description:
Update to 1.6.3:

* Version 1.6.3 (released 2007-05-26)

** New API functions to extract DER encoded X.509 Subject/Issuer DN.
Suggested by Nate Nielsen <nielsen-list%memberwebs.com@localhost>.  Backported
from the 1.7.x branch, see
<http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.

** Have PKCS8 parser return better error codes.
Reported by Nate Nielsen <nielsen-list%memberwebs.com@localhost>, see
<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.

** Fix mem leak for sessions with client authentication via certificates.
Reported by Andrew W. Nosenko <andrew.w.nosenko%gmail.com@localhost>, see
<http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.

** Fix building of 'tlsia' self test.
Earlier some gcc are known to build tlsia linking to
$prefix/lib/libgnutls-extra.so rather than the libgnutls-extra.so in
the build directory, even though command line parameters look OK.
Changing order of some parameters fixes it.

** API and ABI modifications:
gnutls_x509_crt_get_raw_issuer_dn: ADD.
gnutls_x509_crt_get_raw_dn: ADD.

diffstat:

 security/gnutls/Makefile |  4 ++--
 security/gnutls/PLIST    |  4 +++-
 security/gnutls/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r b76c95feee76 -r b6fa9734d112 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Fri Jun 01 19:33:01 2007 +0000
+++ b/security/gnutls/Makefile  Fri Jun 01 20:12:44 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2007/04/20 06:07:15 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2007/06/01 20:12:44 wiz Exp $
 
-DISTNAME=      gnutls-1.6.2
+DISTNAME=      gnutls-1.6.3
 CATEGORIES=    security devel
 MASTER_SITES=  http://josefsson.org/gnutls/releases/ \
                ftp://ftp.gnutls.org/pub/gnutls/ \
diff -r b76c95feee76 -r b6fa9734d112 security/gnutls/PLIST
--- a/security/gnutls/PLIST     Fri Jun 01 19:33:01 2007 +0000
+++ b/security/gnutls/PLIST     Fri Jun 01 20:12:44 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2007/04/20 06:07:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.27 2007/06/01 20:12:44 wiz Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
@@ -376,6 +376,8 @@
 man/man3/gnutls_x509_crt_get_pk_algorithm.3
 man/man3/gnutls_x509_crt_get_pk_dsa_raw.3
 man/man3/gnutls_x509_crt_get_pk_rsa_raw.3
+man/man3/gnutls_x509_crt_get_raw_dn.3
+man/man3/gnutls_x509_crt_get_raw_issuer_dn.3
 man/man3/gnutls_x509_crt_get_serial.3
 man/man3/gnutls_x509_crt_get_signature_algorithm.3
 man/man3/gnutls_x509_crt_get_subject_alt_name.3
diff -r b76c95feee76 -r b6fa9734d112 security/gnutls/distinfo
--- a/security/gnutls/distinfo  Fri Jun 01 19:33:01 2007 +0000
+++ b/security/gnutls/distinfo  Fri Jun 01 20:12:44 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2007/04/20 06:07:16 wiz Exp $
+$NetBSD: distinfo,v 1.36 2007/06/01 20:12:45 wiz Exp $
 
-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 (gnutls-1.6.3.tar.bz2) = 7553b9f7ddd4982c0759b814bc6d9bf892cf7347
+RMD160 (gnutls-1.6.3.tar.bz2) = 31f9a5b5747b532199ecf6d6b45f0bf5f3b389f3
+Size (gnutls-1.6.3.tar.bz2) = 4286276 bytes
 SHA1 (patch-aa) = eb29cda3b79c6cf7303ebf53ace62a7834eac6bf
 SHA1 (patch-ab) = 088e7b11194dafeae0b6e2cf2736c6d34eecf6b6
 SHA1 (patch-ac) = 937b2ea324ffa0dccb37a0612d7ace8b0de9c00a



Home | Main Index | Thread Index | Old Index