SHA256
1
0
forked from pool/stunnel

- update package to 4.38

* New features:
  - Server-side SNI implemented (RFC 3546 section 3.1) with a new 
    service-level option "nsi".  
  - "socket" option also accepts "yes" and "no" for flags. 
  - Nagle's algorithm is now disabled by default for improved 
    interactivity.
* Bugfixes:
  - A compilation fix was added for OpenSSL version < 1.0.0. 
  - Signal pipe set to non-blocking mode. This bug caused hangs 
    of stunnel features based on signals, e.g. local mode, FORK 
    threading, or configuration file reload on Unix.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=46
This commit is contained in:
Daniel Rahn
2011-06-29 06:12:14 +00:00
committed by Git OBS Bridge
parent 920e0efb18
commit 9b570cba76
6 changed files with 21 additions and 904 deletions

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.36
Version: 4.38
Release: 0.<RELEASE6>
Group: Productivity/Networking/Security
URL: http://www.stunnel.org/
@@ -27,14 +27,12 @@ Autoreqprov: on
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
PreReq: /usr/sbin/useradd fileutils textutils %insserv_prereq %fillup_prereq
%endif
Source: ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.bz2
Source: ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
Source1: stunnel.conf
Source2: stunnel.README
Source3: sysconfig.syslog-stunnel
Source4: stunnel.rc
Patch0: stunnel-listenqueue-option.patch
Patch1: non-blocking-socket-handling.patch
Patch2: fix-ucontext-handling.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define VENDOR SUSE
%debug_package
@@ -53,9 +51,7 @@ without any changes to the program code.
%prep
%setup -q
# %patch1 -p0
%patch0 -p0
# %patch2 -p0
%build
#autoreconf -fi