[DRE-commits] [rhc] 05/08: Force ssl_version=tlsv1_2 as a default

Chow Loong Jin hyperair at debian.org
Sat Nov 29 14:15:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

hyperair pushed a commit to branch master
in repository rhc.

commit 2be6d1f240ed30d71b2c77e3b7dfabda232e3cd3
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Wed Nov 5 16:39:08 2014 +0800

    Force ssl_version=tlsv1_2 as a default
    
    SSLv3 is broken, but rhc seems to want to use it.
---
 debian/patches/Default-to-ssl_version-tlsv1_2.patch | 18 ++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/Default-to-ssl_version-tlsv1_2.patch b/debian/patches/Default-to-ssl_version-tlsv1_2.patch
new file mode 100644
index 0000000..d7c8ca9
--- /dev/null
+++ b/debian/patches/Default-to-ssl_version-tlsv1_2.patch
@@ -0,0 +1,18 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Wed, 5 Nov 2014 16:27:43 +0800
+Subject: Default to ssl_version=tlsv1_2
+
+---
+ conf/express.conf | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/conf/express.conf b/conf/express.conf
+index 0f7904c..6c924a4 100644
+--- a/conf/express.conf
++++ b/conf/express.conf
+@@ -6,3 +6,5 @@ debug = 'false'
+ 
+ # Timeout
+ #timeout = '10'
++
++ssl_version = tlsv1_2
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7e9d20c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Default-to-ssl_version-tlsv1_2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rhc.git



More information about the Pkg-ruby-extras-commits mailing list