From 4ad368032a08d752f910c052d847e1c385597c72 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Thu, 26 Sep 2019 09:51:19 +0200 Subject: [PATCH] New upstream release 5.55 --- stunnel-5.46-system-ciphers.patch | 12 ------------ stunnel-5.55-system-ciphers.patch | 12 ++++++++++++ stunnel.spec | 9 ++++++--- 3 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 stunnel-5.46-system-ciphers.patch create mode 100644 stunnel-5.55-system-ciphers.patch diff --git a/stunnel-5.46-system-ciphers.patch b/stunnel-5.46-system-ciphers.patch deleted file mode 100644 index 869c162..0000000 --- a/stunnel-5.46-system-ciphers.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up stunnel-5.46/src/options.c.system-ciphers stunnel-5.46/src/options.c ---- stunnel-5.46/src/options.c.system-ciphers 2018-05-29 08:58:03.601089886 +0200 -+++ stunnel-5.46/src/options.c 2018-05-29 08:59:00.880244728 +0200 -@@ -252,7 +252,7 @@ static char *option_not_found= - "Specified option name is not valid here"; - - static char *stunnel_cipher_list= -- "HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK"; -+ "PROFILE=SYSTEM"; - - /**************************************** parse commandline parameters */ - diff --git a/stunnel-5.55-system-ciphers.patch b/stunnel-5.55-system-ciphers.patch new file mode 100644 index 0000000..de8679c --- /dev/null +++ b/stunnel-5.55-system-ciphers.patch @@ -0,0 +1,12 @@ +diff -up stunnel-5.55/src/options.c.system-ciphers stunnel-5.55/src/options.c +--- stunnel-5.55/src/options.c.system-ciphers 2019-09-19 14:43:00.631059024 +0200 ++++ stunnel-5.55/src/options.c 2019-09-19 14:51:02.120053849 +0200 +@@ -277,7 +277,7 @@ static char *option_not_found= + "Specified option name is not valid here"; + + static char *stunnel_cipher_list= +- "HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK"; ++ "PROFILE=SYSTEM"; + + #ifndef OPENSSL_NO_TLS1_3 + static char *stunnel_ciphersuites= diff --git a/stunnel.spec b/stunnel.spec index 5646aef..83b5955 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -9,8 +9,8 @@ Summary: A TLS-encrypting socket wrapper Name: stunnel -Version: 5.50 -Release: 3%{?dist} +Version: 5.55 +Release: 1%{?dist} License: GPLv2 URL: http://www.stunnel.org/ Source0: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz @@ -23,7 +23,7 @@ Source6: stunnel-pop3s-client.conf Source7: stunnel@.service Patch0: stunnel-5.50-authpriv.patch Patch1: stunnel-5.50-systemd-service.patch -Patch3: stunnel-5.46-system-ciphers.patch +Patch3: stunnel-5.55-system-ciphers.patch # util-linux is needed for rename BuildRequires: gcc BuildRequires: openssl-devel, pkgconfig, util-linux @@ -134,6 +134,9 @@ make test %systemd_postun_with_restart %{name}.service %changelog +* Thu Sep 19 2019 Sahana Prasad - 5.55-1 +- New upstream release 5.55 + * Sat Jul 27 2019 Fedora Release Engineering - 5.50-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild