[crypto-policies] Corrected typo in gnutls' future settings

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Tue Dec 16 12:12:52 UTC 2014


commit d1ef6b16809348946ac691175ca745a94853332d
Author: Nikos Mavrogiannopoulos <nmav at gnutls.org>
Date:   Tue Dec 16 12:35:58 2014 +0100

    Corrected typo in gnutls' future settings
    
    Resolves: rhbz#1173886

 crypto-policies.spec     |    8 +++++++-
 gnutls-future-typo.patch |   12 ++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/crypto-policies.spec b/crypto-policies.spec
index 7d0d1f2..3a96a47 100644
--- a/crypto-policies.spec
+++ b/crypto-policies.spec
@@ -5,7 +5,7 @@
 
 Name:           crypto-policies
 Version:        %{git_date}
-Release:        1.git%{git_commit_hash}%{?dist}
+Release:        2.git%{git_commit_hash}%{?dist}
 Summary:        Crypto policies package for Fedora
 
 License:        LGPLv2+
@@ -15,6 +15,7 @@ URL:            https://github.com/nmav/fedora-crypto-policies
 # directory.
 Source0:        crypto-policies-git%{git_commit_hash}.tar.gz
 Source1:	config
+Patch0:		gnutls-future-typo.patch
 
 BuildArch: noarch
 BuildRequires: asciidoc
@@ -34,6 +35,8 @@ https://fedoraproject.org/wiki/Changes/CryptoPolicy
 %prep
 %setup -q -n %{aname}
 
+%patch0 -p1 -b .typo
+
 %build
 make %{?_smp_mflags} update-crypto-policies.8
 
@@ -67,6 +70,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/crypto-policies/config
 %license COPYING.LESSER
 
 %changelog
+* Tue Dec 16 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 20141124-2-gitd4aa178
+- Corrected typo in gnutls' future policy (#1173886)
+
 * Mon Nov 24 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> - 20141124-1-gitd4aa178
 - re-enable SSL 3.0 (until its removal is coordinated with a Fedora change request)
 
diff --git a/gnutls-future-typo.patch b/gnutls-future-typo.patch
new file mode 100644
index 0000000..fae5d58
--- /dev/null
+++ b/gnutls-future-typo.patch
@@ -0,0 +1,12 @@
+diff -ur crypto-policies.orig/profiles/FUTURE.settings crypto-policies/profiles/FUTURE.settings
+--- crypto-policies.orig/profiles/FUTURE.settings	2014-11-24 09:00:20.000000000 +0100
++++ crypto-policies/profiles/FUTURE.settings	2014-12-16 12:32:43.128332484 +0100
+@@ -21,7 +21,7 @@
+ "+ECDHE-RSA:+ECDHE-ECDSA:+RSA:+DHE-RSA:+DHE-DSS:"\
+ "+AES-128-GCM:+AES-128-CBC:+CAMELLIA-128-GCM:+CAMELLIA-128-CBC:"\
+ "+AES-256-GCM:+AES-256-CBC:+CAMELLIA-256-GCM:+CAMELLIA-256-CBC:"\
+-"+SIGN-ALL:-SIGN-RSA-MD5:-SIGN-RSA-SHA1:-SIGN-DSA-SHA1:-SIGN-ECDSA-SHA1"\
++"+SIGN-ALL:-SIGN-RSA-MD5:-SIGN-RSA-SHA1:-SIGN-DSA-SHA1:-SIGN-ECDSA-SHA1:"\
+ "+CURVE-SECP256R1:+CURVE-SECP384R1:+CURVE-SECP521R1:+COMP-NULL:%PROFILE_MEDIUM"
+ 
+ # By using "!SSLv2:!SSLv3" we get the TLS 1.2-only ciphersuites;


More information about the scm-commits mailing list