From 4e166415c35a0695217a8317331a0f3f1c39802d 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 Related: #1966479 Signed-off-by: Daiki Ueno --- gnutls.spec | 1 + hobble-gnutls | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index 3fecbef..0c491f9 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -298,6 +298,7 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null * Sat Jun 26 2021 Daiki Ueno - 3.7.2-2 - Remove %%defattr invocations which are no longer necessary - libpkcs11mock1.* is not installed anymore +- hobble-gnutls: Remove SRP removal * Fri Jun 25 2021 Daiki Ueno - 3.7.2-1 - Update to upstream 3.7.2 release (#1966479) 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 -