From 00d27283e52ad775249bbc75bf0a9e94fee542f0665c4aae968bf58afce3d50e Mon Sep 17 00:00:00 2001 From: Daniel Rahn Date: Thu, 6 Mar 2014 16:20:19 +0000 Subject: [PATCH] - update to final v5.00 code - security fix: Added PRNG state update in fork threading (CVE-2014-0016). - Patches: - stunnel-listenqueue-option.patch refreshed. OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=65 --- stunnel-5.00.tar.bz2 | 3 +++ stunnel-5.00b1.tar.bz2 | 3 --- stunnel-listenqueue-option.patch | 8 ++++---- stunnel.changes | 8 ++++++++ stunnel.spec | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 stunnel-5.00.tar.bz2 delete mode 100644 stunnel-5.00b1.tar.bz2 diff --git a/stunnel-5.00.tar.bz2 b/stunnel-5.00.tar.bz2 new file mode 100644 index 0000000..0dc0d92 --- /dev/null +++ b/stunnel-5.00.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d7bf45b8943cfcbc681ff6a4bb465697bb3bded42198c97fa29465cb7aa134 +size 475803 diff --git a/stunnel-5.00b1.tar.bz2 b/stunnel-5.00b1.tar.bz2 deleted file mode 100644 index 9f3dad3..0000000 --- a/stunnel-5.00b1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d58708d075b75fd999815a85c4378c76a5c6f87b7d0b30846bb52f566e2e8cd -size 468718 diff --git a/stunnel-listenqueue-option.patch b/stunnel-listenqueue-option.patch index efbb4fc..63dd010 100644 --- a/stunnel-listenqueue-option.patch +++ b/stunnel-listenqueue-option.patch @@ -27,17 +27,17 @@ /* OCSP */ --- src/prototypes.h +++ src/prototypes.h -@@ -183,6 +183,7 @@ +@@ -207,6 +207,7 @@ int timeout_close; /* maximum close_notify time */ int timeout_connect; /* maximum connect() time */ int timeout_idle; /* maximum idle connection time */ -+ int listenqueue; /* Listen backlog */ ++ int listenqueue; /* Listen backlog */ enum {FAILOVER_RR, FAILOVER_PRIO} failover; /* failover strategy */ + char *username; - /* service-specific data for protocol.c */ --- src/stunnel.c +++ src/stunnel.c -@@ -410,7 +410,7 @@ +@@ -414,7 +414,7 @@ str_free(local_address); return 1; } diff --git a/stunnel.changes b/stunnel.changes index 7896342..1f8058f 100644 --- a/stunnel.changes +++ b/stunnel.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 6 16:06:04 UTC 2014 - drahn@suse.com + +- update to final v5.00 code +- security fix: Added PRNG state update in fork threading (CVE-2014-0016). +- Patches: + - stunnel-listenqueue-option.patch refreshed. + ------------------------------------------------------------------- Wed Feb 5 12:13:44 UTC 2014 - drahn@suse.com diff --git a/stunnel.spec b/stunnel.spec index 17ac735..ab64de4 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -19,7 +19,7 @@ BuildRequires: gcc-c++ tcp_wrappers %endif Summary: Universal SSL Tunnel License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) -Version: 5.00b1 +Version: 5.00 Release: 0 Group: Productivity/Networking/Security URL: http://www.stunnel.org/