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:
5651d6db31

OpenSSL also does no longer disable it since:
1ff978b22e

Related: #1966479
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2021-03-14 11:07:59 +01:00
parent 4a71fb0b4d
commit 4e166415c3
2 changed files with 1 additions and 7 deletions

View File

@ -298,6 +298,7 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
* Sat Jun 26 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-2 * Sat Jun 26 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-2
- Remove %%defattr invocations which are no longer necessary - Remove %%defattr invocations which are no longer necessary
- libpkcs11mock1.* is not installed anymore - libpkcs11mock1.* is not installed anymore
- hobble-gnutls: Remove SRP removal
* Fri Jun 25 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-1 * Fri Jun 25 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-1
- Update to upstream 3.7.2 release (#1966479) - Update to upstream 3.7.2 release (#1966479)

View File

@ -6,10 +6,3 @@ if [ "$1" = "-e" ] ; then
else else
CMD="rm -f" CMD="rm -f"
fi 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