diff options
author | adam <adam@pkgsrc.org> | 2020-04-01 08:24:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-04-01 08:24:07 +0000 |
commit | f5a7bf2d384f78eb3e379c1101e9e4212c992add (patch) | |
tree | 6f78aabf3332cf3fe9e746593e714404c481808c /security/gnutls/patches | |
parent | 3ce38cb709cb3b87356e39e3142965ea44a8c459 (diff) | |
download | pkgsrc-f5a7bf2d384f78eb3e379c1101e9e4212c992add.tar.gz |
gnutls: updated to 3.6.13
Version 3.6.13:
** libgnutls: Fix a DTLS-protocol regression (caused by TLS1.3 support), since 3.6.3.
The DTLS client would not contribute any randomness to the DTLS negotiation,
breaking the security guarantees of the DTLS protocol
[GNUTLS-SA-2020-03-31, CVSS: high]
** libgnutls: Added new APIs to access KDF algorithms.
** libgnutls: Added new callback gnutls_keylog_func that enables a custom
logging functionality.
** libgnutls: Added support for non-null terminated usernames in PSK
negotiation.
** gnutls-cli-debug: Improved support for old servers that only support
SSL 3.0.
** API and ABI modifications:
gnutls_hkdf_extract: Added
gnutls_hkdf_expand: Added
gnutls_pbkdf2: Added
gnutls_session_get_keylog_function: Added
gnutls_session_set_keylog_function: Added
gnutls_prf_hash_get: Added
gnutls_psk_server_get_username2: Added
gnutls_psk_set_client_credentials2: Added
gnutls_psk_set_client_credentials_function2: Added
gnutls_psk_set_server_credentials_function2: Added
Diffstat (limited to 'security/gnutls/patches')
-rw-r--r-- | security/gnutls/patches/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/gnutls/patches/patch-configure b/security/gnutls/patches/patch-configure new file mode 100644 index 00000000000..de6c2622d0f --- /dev/null +++ b/security/gnutls/patches/patch-configure @@ -0,0 +1,14 @@ +$NetBSD: patch-configure,v 1.5 2020/04/01 08:24:07 adam Exp $ + +Fix linking on Darwin. + +--- configure.orig 2020-03-19 15:24:05.000000000 +0000 ++++ configure +@@ -9698,7 +9698,6 @@ $as_echo "#define _UNICODE 1" >>confdefs + *darwin*) + have_macosx=yes + save_LDFLAGS="$LDFLAGS" +- LDFLAGS="$LDFLAGS -Wl,-no_weak_imports" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker supports -Wl,-no_weak_imports" >&5 + $as_echo_n "checking whether the linker supports -Wl,-no_weak_imports... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |