Accepting request 60220 from home:asvetter:branches:security:Stunnel

OBS-URL: https://build.opensuse.org/request/show/60220
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=38
This commit is contained in:
Peter Poeml 2011-02-08 21:10:56 +00:00 committed by Git OBS Bridge
parent 301d2bf64d
commit 8ceb7d3e5d
4 changed files with 32 additions and 5 deletions

View File

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

3
stunnel-4.35.tar.gz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Feb 7 15:10:17 CET 2011 - asvetter@cip.physik.uni-wuerzburg.de
- update to 4.35:
* New features
- Updated Win32 DLLs for OpenSSL 1.0.0c.
- Transparent source (non-local bind) added for FreeBSD 8.x.
- Transparent destination ("transparent = destination") added for Linux.
* Bugfixes
- Fixed reload of FIPS-enabled stunnel.
- Compiler options are now auto-detected by ./configure script
in order to support obsolete versions of gcc.
- Async-signal-unsafe s_log() removed from SIGTERM/SIGQUIT/SIGINT handler.
- CLOEXEC file descriptor leaks fixed on Linux >= 2.6.28 with glibc >= 2.10.
Irreparable race condition leaks remain on other Unix platforms.
This issue may have security implications on some deployments.
- Directory lib64 included in the OpenSSL library search path.
- Windows CE compilation fixes (thx to Pierre Delaage).
- Deprecated RSA_generate_key() replaced with RSA_generate_key_ex().
* Domain name changes (courtesy of Bri Hatch)
- http://stunnel.mirt.net/ --> http://www.stunnel.org/
- ftp://stunnel.mirt.net/ --> http://ftp.stunnel.org/
- stunnel.mirt.net::stunnel --> rsync.stunnel.org::stunnel
- stunnel-users@mirt.net --> stunnel-users@stunnel.org
- stunnel-announce@mirt.net --> stunnel-announce@stunnel.org
-------------------------------------------------------------------
Tue Sep 28 23:06:16 CEST 2010 - dmueller@suse.de

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: 4.34
Version: 4.35
Release: 1.1
Group: Productivity/Networking/Security
URL: http://www.stunnel.org/
@ -27,7 +27,8 @@ Autoreqprov: on
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
PreReq: /usr/sbin/useradd fileutils textutils %insserv_prereq %fillup_prereq
%endif
Source: http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.bz2
Source: ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
# Source: http://www.stunnel.org/download/stunnel/src/%{name}-%{version}.tar.bz2 does not work
Source1: stunnel.conf
Source2: stunnel.README
Source3: sysconfig.syslog-stunnel