SHA256
1
0
forked from pool/stunnel

- 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
This commit is contained in:
Daniel Rahn 2014-03-06 16:20:19 +00:00 committed by Git OBS Bridge
parent 61d997db96
commit 00d27283e5
5 changed files with 16 additions and 8 deletions

3
stunnel-5.00.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84d7bf45b8943cfcbc681ff6a4bb465697bb3bded42198c97fa29465cb7aa134
size 475803

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d58708d075b75fd999815a85c4378c76a5c6f87b7d0b30846bb52f566e2e8cd
size 468718

View File

@ -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;
}

View File

@ -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

View File

@ -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/