diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-17 21:50:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-17 21:50:22 +0000 |
commit | 402ad5a53103b26e1702b62bcceb31ccb5776cb6 (patch) | |
tree | 79e476b85f505a388f2270861f0219d036bf413b /security | |
parent | 2cd17b86c3e63665c1dffe01ffba88c74dec134d (diff) | |
download | pkgsrc-402ad5a53103b26e1702b62bcceb31ccb5776cb6.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 6 | ||||
-rw-r--r-- | security/gnutls/PLIST | 4 | ||||
-rw-r--r-- | security/gnutls/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 94c97b08775..7cbc6dd242b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -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= lib/gnutls.pc.in 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 --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 2c0eac76645..a823184f4e5 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -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_decode.3 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.3 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 --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 4940df7fd6e..cdae81eca9a 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -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 |