[mingw-gnutls] Remove obsolete fips patch

mooninite mooninite at fedoraproject.org
Sun Aug 17 23:04:54 UTC 2014


commit e3db4dedc5026f16e08d079e229d67021e9aa801
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Sun Aug 17 18:04:43 2014 -0500

    Remove obsolete fips patch

 mingw-gnutls.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/mingw-gnutls.spec b/mingw-gnutls.spec
index 35824af..60eae69 100644
--- a/mingw-gnutls.spec
+++ b/mingw-gnutls.spec
@@ -18,10 +18,8 @@ Source2:        hobble-gnutls
 BuildArch:      noarch
 
 Patch1: gnutls-3.2.7-rpath.patch
-# Use only FIPS approved ciphers in the FIPS mode
-Patch2: gnutls-2.12.21-fips-algorithms.patch
-Patch3: gnutls-3.1.11-nosrp.patch
-Patch4: gnutls-3.3.6-default-policy.patch
+Patch2: gnutls-3.1.11-nosrp.patch
+Patch3: gnutls-3.3.6-default-policy.patch
 
 # MinGW-specific patches.
 Patch1000:      gnutls-fix-external-libtasn1-detection.patch
@@ -95,11 +93,8 @@ for MinGW.
 %setup -q -n gnutls-%{version}
 
 %patch1 -p1 -b .rpath
-# This patch is not applicable as we use nettle now but some parts will be
-# later reused.
-#%patch2 -p1 -b .fips
-%patch3 -p1 -b .nosrp
-%patch4 -p1 -b .default-policy
+%patch2 -p1 -b .nosrp
+%patch3 -p1 -b .default-policy
 
 %patch1000 -p0 -b .libtasn1
 %patch1001 -p1 -b .mingw-fixes


More information about the scm-commits mailing list