forked from pool/gnutls
1c961377a9
- Update to 3.6.15 * libgnutls: Fixed "no_renegotiation" alert handling at incorrect timing. [GNUTLS-SA-2020-09-04, CVSS: medium] * libgnutls: If FIPS self-tests are failed, gnutls_fips140_mode_enabled() now indicates that with a false return value (!1306). * libgnutls: Under FIPS mode, the generated ECDH/DH public keys are checked accordingly to SP800-56A rev 3 (!1295, !1299). * libgnutls: gnutls_x509_crt_export2() now returns 0 upon success, rather than the size of the internal base64 blob (#1025). * libgnutls: Certificate verification failue due to OCSP must-stapling is not honered is now correctly marked with the GNUTLS_CERT_INVALID flag * libgnutls: The audit log message for weak hashes is no longer printed twice * libgnutls: Fixed version negotiation when TLS 1.3 is enabled and TLS 1.2 is disabled in the priority string. Previously, even when TLS 1.2 is explicitly disabled with "-VERS-TLS1.2", the server still offered TLS 1.2 if TLS 1.3 is enabled (#1054). - drop upstreamed patches: * gnutls-detect_nettle_so.patch * 0001-crypto-api-always-allocate-memory-when-serializing-i.patch OBS-URL: https://build.opensuse.org/request/show/832939 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=39
14 lines
663 B
Diff
14 lines
663 B
Diff
Index: gnutls-3.6.15/configure
|
|
===================================================================
|
|
--- gnutls-3.6.15.orig/configure 2020-09-08 10:24:22.362083215 +0200
|
|
+++ gnutls-3.6.15/configure 2020-09-08 10:24:28.510124171 +0200
|
|
@@ -69365,7 +69365,7 @@ fi
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Guile site directory" >&5
|
|
$as_echo_n "checking for Guile site directory... " >&6; }
|
|
- GUILE_SITE=`$PKG_CONFIG --print-errors --variable=sitedir guile-$GUILE_EFFECTIVE_VERSION`
|
|
+ GUILE_SITE=/usr/share/guile
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_SITE" >&5
|
|
$as_echo "$GUILE_SITE" >&6; }
|
|
if test "$GUILE_SITE" = ""; then
|