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.0.22:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10d37105f2c0
branches:  trunk
changeset: 483172:10d37105f2c0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Nov 08 19:34:46 2004 +0000

description:
Update to 1.0.22:

Version 1.0.22 (28/10/2004)
- Print DN of certificates with unknown characters in them, but in hexform
  only.
- Corrected bug in _gnutls_x509_get_dn_oid(), and returns the actual OID.
- Added second precision to the X.509 parsing functions.
- Add parameter --la-file to libgnutls-config and libgnutls-extra-config,
  tiny patch contributed by Joe Orton <joe%manyfish.co.uk@localhost>.
- Add pkg-config meta files, suggested by Stéphane LOEUILLET
  <stephane.loeuillet%tiscali.fr@localhost>.
- Fix memory initializaion bug in gnutls_certificate_set_x509_trust,
  tiny patch by Aleix Conchillo Flaque <aleix%member.fsf.org@localhost>.
- Fix certtool --password for PKCS #12, back ported from 1.1.x branch.
- Fix library order in libgnutls*-config --libs output, to permit
  static linking, reported by Yoann Vandoorselaere
  <yoann%prelude-ids.org@localhost>.

Version 1.0.21 (07/10/2004)
- Fix memory leak in gnutls_certificate_verify_peers and
  gnutls_certificate_free_credentials, report and patch by Simon
  Posnjak <simon.posnjak%cetrtapot.si@localhost>.
- Fix crash in `certtool --to-p12 --load-privkey foo', i.e. exporting
  a key and no certificate to PKCS#12.
- Fix objdir != srcdir builds, reported by "Gerrit P. Haase"
  <gp%familiehaase.de@localhost>.
- Avoid redefining getpass if system already has it, reported by
  Yoann Vandoorselaere <yoann%prelude-ids.org@localhost>.
- Add new example "ex-rfc2818" for certificate verification, from Nikos.
- Known bug: the library require snprintf.

diffstat:

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

diffs (53 lines):

diff -r d80a5c9c96fe -r 10d37105f2c0 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Mon Nov 08 19:24:37 2004 +0000
+++ b/security/gnutls/Makefile  Mon Nov 08 19:34:46 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2004/10/06 10:17:06 grant Exp $
+# $NetBSD: Makefile,v 1.22 2004/11/08 19:34:46 jmmv Exp $
 
-DISTNAME=      gnutls-1.0.20
-PKGREVISION=   2
+DISTNAME=      gnutls-1.0.22
 CATEGORIES=    security devel
 MASTER_SITES=  ftp://ftp.gnutls.org/pub/gnutls/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \
@@ -18,6 +17,9 @@
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
+PKGCONFIG_OVERRIDE=    lib/gnutls.pc.in
+PKGCONFIG_OVERRIDE+=   libextra/gnutls-extra.pc.in
+
 BUILDLINK_DEPENDS.opencdk=     opencdk>=0.5.5
 
 MAKE_ENV+=             RM="${RM}"
diff -r d80a5c9c96fe -r 10d37105f2c0 security/gnutls/PLIST
--- a/security/gnutls/PLIST     Mon Nov 08 19:24:37 2004 +0000
+++ b/security/gnutls/PLIST     Mon Nov 08 19:34:46 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/09/22 08:09:52 jlam Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/11/08 19:34:46 jmmv Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
@@ -18,6 +18,8 @@
 lib/libgnutls-extra.la
 lib/libgnutls-openssl.la
 lib/libgnutls.la
+lib/pkgconfig/gnutls-extra.pc
+lib/pkgconfig/gnutls.pc
 man/man1/certtool.1
 man/man1/gnutls-cli-debug.1
 man/man1/gnutls-cli.1
diff -r d80a5c9c96fe -r 10d37105f2c0 security/gnutls/distinfo
--- a/security/gnutls/distinfo  Mon Nov 08 19:24:37 2004 +0000
+++ b/security/gnutls/distinfo  Mon Nov 08 19:34:46 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2004/08/27 13:16:16 drochner Exp $
+$NetBSD: distinfo,v 1.10 2004/11/08 19:34:46 jmmv Exp $
 
-SHA1 (gnutls-1.0.20.tar.gz) = ef2ea2a444b2d2004a8a8ebc7770e70802b20e9a
-Size (gnutls-1.0.20.tar.gz) = 1614092 bytes
+SHA1 (gnutls-1.0.22.tar.gz) = d7ced2f236e79ad7657272581b0e0d26ec712072
+Size (gnutls-1.0.22.tar.gz) = 1623541 bytes
 SHA1 (patch-aa) = c0731bf36ace47b5bb489c243cd557668d7d4955



Home | Main Index | Thread Index | Old Index