diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-01 20:12:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-01 20:12:44 +0000 |
commit | d9680b89318d4156b6e94c44973b20940afaa3c2 (patch) | |
tree | 606458458225a1571d0aac1b28be2cc85ce26dc1 /security | |
parent | bd33c06cbdef84a5ebc73b15ea8f91dc1393e20d (diff) | |
download | pkgsrc-d9680b89318d4156b6e94c44973b20940afaa3c2.tar.gz |
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>. 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>, 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>, 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 (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls/PLIST | 4 | ||||
-rw-r--r-- | security/gnutls/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index cefc70b2cb0..8aff2b7564b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -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 --git a/security/gnutls/PLIST b/security/gnutls/PLIST index ecc7226887e..7ef2fd1f437 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -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_key_usage.3 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 --git a/security/gnutls/distinfo b/security/gnutls/distinfo index a2c038d4d9a..09be5983770 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -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 |