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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d25eedf61ca
branches:  trunk
changeset: 512953:7d25eedf61ca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 17 21:50:22 2006 +0000

description:
Update to 1.4.0:

* Version 1.4.0 (released 2006-05-15)

** Remove GnuTLS 0.8.x compatibility functions.

** The libgcrypt RNG is initialized in gnutls_global_init().

** TLS/IA API changes from Emile van Bergen.
A dummy credential structure is not needed now, if you wish to use the
low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
a session.

** The self-tests are now run under valgrind, if it is installed.

** Libtasn1 is updated to 0.3.4, and that version is now required.

** The command line tools now use getaddrinfo and support IPv6.

** API and ABI modifications:
_gnutls_x509_get_raw_crt_activation_time,
_gnutls_x509_get_raw_crt_expiration_time: Removed.
gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
gnutls_ia_enable: Added.

diffstat:

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

diffs (60 lines):

diff -r d24783a43446 -r 7d25eedf61ca security/gnutls/Makefile
--- a/security/gnutls/Makefile  Wed May 17 21:49:54 2006 +0000
+++ b/security/gnutls/Makefile  Wed May 17 21:50:22 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2006/04/06 06:22:38 reed Exp $
+# $NetBSD: Makefile,v 1.49 2006/05/17 21:50:22 wiz Exp $
 
-DISTNAME=      gnutls-1.3.5
+DISTNAME=      gnutls-1.4.0
 CATEGORIES=    security devel
 MASTER_SITES=  http://josefsson.org/gnutls/releases/ \
                ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -25,7 +25,7 @@
 PKGCONFIG_OVERRIDE+=   libextra/gnutls-extra.pc.in
 
 BUILDLINK_API_DEPENDS.opencdk+=        opencdk>=0.5.5
-BUILDLINK_API_DEPENDS.libtasn1+=       libtasn1>=0.3.1
+BUILDLINK_API_DEPENDS.libtasn1+=       libtasn1>=0.3.4
 BUILDLINK_API_DEPENDS.libgcrypt+=      libgcrypt>=1.2.2
 
 MAKE_ENV+=             RM=${RM:Q}
diff -r d24783a43446 -r 7d25eedf61ca security/gnutls/PLIST
--- a/security/gnutls/PLIST     Wed May 17 21:49:54 2006 +0000
+++ b/security/gnutls/PLIST     Wed May 17 21:50:22 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2006/04/17 07:07:33 jlam Exp $
+@comment $NetBSD: PLIST,v 1.21 2006/05/17 21:50:22 wiz Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
@@ -137,6 +137,7 @@
 man/man3/gnutls_hex_encode.3
 man/man3/gnutls_ia_allocate_client_credentials.3
 man/man3/gnutls_ia_allocate_server_credentials.3
+man/man3/gnutls_ia_enable.3
 man/man3/gnutls_ia_endphase_send.3
 man/man3/gnutls_ia_extract_inner_secret.3
 man/man3/gnutls_ia_free_client_credentials.3
@@ -148,7 +149,6 @@
 man/man3/gnutls_ia_handshake_p.3
 man/man3/gnutls_ia_permute_inner_secret.3
 man/man3/gnutls_ia_recv.3
-man/man3/gnutls_ia_require_inner_phase.3
 man/man3/gnutls_ia_send.3
 man/man3/gnutls_ia_set_client_avp_function.3
 man/man3/gnutls_ia_set_client_avp_ptr.3
diff -r d24783a43446 -r 7d25eedf61ca security/gnutls/distinfo
--- a/security/gnutls/distinfo  Wed May 17 21:49:54 2006 +0000
+++ b/security/gnutls/distinfo  Wed May 17 21:50:22 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2006/03/09 17:25:54 cube Exp $
+$NetBSD: distinfo,v 1.28 2006/05/17 21:50:22 wiz Exp $
 
-SHA1 (gnutls-1.3.5.tar.bz2) = 21fa619515cd9997c9d84bd3b0555e86a0a1d44f
-RMD160 (gnutls-1.3.5.tar.bz2) = 18c5e760336d162d23707997d773ccd2ba0e8e07
-Size (gnutls-1.3.5.tar.bz2) = 3256630 bytes
+SHA1 (gnutls-1.4.0.tar.bz2) = 71c2df8072796592bb20910f3554923b4178b352
+RMD160 (gnutls-1.4.0.tar.bz2) = f3af3a76a630244e82461cdb804b09218f79eff5
+Size (gnutls-1.4.0.tar.bz2) = 3281324 bytes
 SHA1 (patch-ab) = 503bf7fa154341504db7ba3b5c6602627ff27dc5



Home | Main Index | Thread Index | Old Index