[ngircd] Set default gnutls ciphers to "@SYSTEM". Fixes bug #1179328

Kevin Fenzi kevin at fedoraproject.org
Tue Jan 20 03:59:04 UTC 2015


commit 812522027186331b73adbaa120911bd1435e3129
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Jan 19 20:59:27 2015 -0700

    Set default gnutls ciphers to "@SYSTEM". Fixes bug #1179328

 ngircd.conf |    2 ++
 ngircd.spec |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ngircd.conf b/ngircd.conf
index 0775060..5e62db9 100644
--- a/ngircd.conf
+++ b/ngircd.conf
@@ -256,6 +256,8 @@
 	;CipherList = HIGH:!aNULL:@STRENGTH
 	# For GnuTLS:
 	;CipherList = SECURE128
+        # Set the default to use Fedora's site wide crypto policy. 
+	CipherList = @SYSTEM
 
 	# Diffie-Hellman parameters
 	;DHFile = :ETCDIR:/ssl/dhparams.pem
diff --git a/ngircd.spec b/ngircd.spec
index d45b68b..4880d17 100644
--- a/ngircd.spec
+++ b/ngircd.spec
@@ -1,6 +1,6 @@
 Name:           ngircd
 Version:        22
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Next Generation IRC Daemon
 Group:          System Environment/Daemons
 License:        GPLv2+
@@ -124,6 +124,9 @@ fi
 %dir %attr(775, root, ngircd) %{_localstatedir}/run/ngircd/
 
 %changelog
+* Mon Jan 19 2015 Kevin Fenzi <kevin at scrye.com> 22-2
+- Set default gnutls ciphers to "@SYSTEM". Fixes bug #1179328
+
 * Mon Oct 13 2014 Kevin Fenzi <kevin at scrye.com> 22-1
 - Update to 22. Fixes bug #1152080
 


More information about the scm-commits mailing list