diff options
author | wiz <wiz> | 2006-05-17 21:50:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-17 21:50:22 +0000 |
commit | 1c2de57934506ba7fb2a0682d05f30fd0c582f43 (patch) | |
tree | 79e476b85f505a388f2270861f0219d036bf413b /security/gnutls/PLIST | |
parent | c41364938b3f99f3d26617477db378066056c3a1 (diff) | |
download | pkgsrc-1c2de57934506ba7fb2a0682d05f30fd0c582f43.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/gnutls/PLIST')
-rw-r--r-- | security/gnutls/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
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 |