[packit] 3.7.8 upstream release
Upstream tag: 3.7.8 Upstream commit: f527ed0e Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
This commit is contained in:
parent
a64b049712
commit
2d72c1273b
1
.gitignore
vendored
1
.gitignore
vendored
@ -140,3 +140,4 @@ gnutls-2.10.1-nosrp.tar.bz2
|
||||
/gnutls-3.7.5.tar.xz
|
||||
/gnutls-3.7.6.tar.xz
|
||||
/gnutls-3.7.7.tar.xz
|
||||
/gnutls-3.7.8.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.55.0.
|
||||
The file was generated using packit 0.60.0.
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --color -rup a/lib/handshake.c b/lib/handshake.c
|
||||
--- a/lib/handshake.c 2022-07-28 12:44:40.000000000 +0200
|
||||
+++ b/lib/handshake.c 2022-07-29 12:30:00.110002282 +0200
|
||||
@@ -2861,7 +2861,8 @@ int gnutls_handshake(gnutls_session_t se
|
||||
|
||||
#ifdef ENABLE_KTLS
|
||||
if (_gnutls_config_is_ktls_enabled()) {
|
||||
- if (session->internals.pull_func ||
|
||||
+ if ((session->internals.pull_func &&
|
||||
+ session->internals.pull_func != system_read) ||
|
||||
session->internals.push_func) {
|
||||
_gnutls_audit_log(session,
|
||||
"Not enabling KTLS with "
|
BIN
gnutls-3.7.8.tar.xz.sig
Normal file
BIN
gnutls-3.7.8.tar.xz.sig
Normal file
Binary file not shown.
@ -12,11 +12,10 @@ sha256sum:close()
|
||||
print(string.sub(hash, 0, 16))
|
||||
}
|
||||
|
||||
Version: 3.7.7
|
||||
Version: 3.7.8
|
||||
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
|
||||
Patch: gnutls-3.6.7-no-now-guile.patch
|
||||
Patch: gnutls-3.2.7-rpath.patch
|
||||
Patch: gnutls-3.7.7-fix-ktls.patch
|
||||
|
||||
%bcond_without bootstrap
|
||||
%bcond_without dane
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnutls-3.7.7.tar.xz) = ba00b20126379ec7e96c6bfa606cfb7bb0d9a5853318b29b5278a42a85ae40d39d8442778938e1f165debcdb1adaf9c63bcec59a4eb3387dd1ac99b08bcc5c08
|
||||
SHA512 (gnutls-3.7.8.tar.xz) = 4199bcf7c9e3aab2f52266aadceefc563dfe2d938d0ea1f3ec3be95d66f4a8c8e5494d3a800c03dd02ad386dec1738bd63e1fe0d8b394a2ccfc7d6c6a0cc9359
|
||||
|
Loading…
Reference in New Issue
Block a user