From 46d865d8451be0f4576dcc56841175a9faa06d1a Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 14 Mar 2021 11:07:59 +0100 Subject: [PATCH] hobble-gnutls: Remove SRP removal The SRP patent expired in May 2015 so this doesn't make any sense. We actually haven't used this hobble-gnutls script since 3.5.12 update in 2017: https://src.fedoraproject.org/rpms/gnutls/c/5651d6db313d5d2a15f7efe6b05c7eb85cfdb30b OpenSSL also does no longer disable it since: https://src.fedoraproject.org/rpms/openssl/c/1ff978b22e53e729cb86c4b8783b2d13cf3734b6 --- gnutls.spec | 1 + hobble-gnutls | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 64ca31d..bed226a 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -288,6 +288,7 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null * Sun Mar 28 2021 Daiki Ueno - 3.7.1-3 - Remove %%defattr invocations which are no longer necessary - libpkcs11mock1.* is not installed anymore +- hobble-gnutls: Remove SRP removal * Tue Mar 16 2021 Daiki Ueno - 3.7.1-2 - Restore fipscheck dependency diff --git a/hobble-gnutls b/hobble-gnutls index 0989b6c..dd914a5 100755 --- a/hobble-gnutls +++ b/hobble-gnutls @@ -6,10 +6,3 @@ if [ "$1" = "-e" ] ; then else CMD="rm -f" fi - -# SRP -for f in auth/srp_sb64.c auth/srp_passwd.c auth/srp_rsa.c \ - srp.c auth/srp.c ext/srp.c ; do - eval "$CMD lib/$f" -done -