kevin pushed to ngircd (f21). "Set default gnutls ciphers to "@SYSTEM". Fixes bug #1179328"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 3 20:23:12 UTC 2015


>From 812522027186331b73adbaa120911bd1435e3129 Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin at scrye.com>
Date: Mon, 19 Jan 2015 20:59:27 -0700
Subject: Set default gnutls ciphers to "@SYSTEM". Fixes bug #1179328


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ngircd.git/commit/?h=f21&id=812522027186331b73adbaa120911bd1435e3129


More information about the scm-commits mailing list