From 78a8f2e60e97d4086dac2adee0c098b0e08fc006 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Dec 01 2018 09:27:24 +0000 Subject: removed unnecessary patch --- diff --git a/gnutls-3.6.4-fix-rehandshake.patch b/gnutls-3.6.4-fix-rehandshake.patch deleted file mode 100644 index fceed70..0000000 --- a/gnutls-3.6.4-fix-rehandshake.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/lib/priority.c b/lib/priority.c -index 53c0d55..e727fcf 100644 ---- a/lib/priority.c -+++ b/lib/priority.c -@@ -592,7 +592,9 @@ gnutls_priority_set(gnutls_session_t session, gnutls_priority_t priority) - /* set the current version to the first in the chain. - * This will be overridden later. - */ -- if (session->internals.priorities->protocol.algorithms > 0) { -+ if (session->internals.priorities->protocol.algorithms > 0 && -+ !session->internals.handshake_in_progress && -+ !session->internals.initial_negotiation_completed) { - if (_gnutls_set_current_version(session, - session->internals.priorities-> - protocol.priority[0]) < 0) { diff --git a/gnutls.spec b/gnutls.spec index a0513d7..c03f7d0 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -3,7 +3,6 @@ Version: 3.6.4 Release: 5%{?dist} Patch1: gnutls-3.2.7-rpath.patch Patch2: gnutls-3.6.4-no-now-guile.patch -Patch3: gnutls-3.6.4-fix-rehandshake.patch %bcond_without dane %if 0%{?rhel} %bcond_with guile