forked from pool/stunnel
This commit is contained in:
parent
2c7b8a371b
commit
e85b21f00e
36
stunnel.spec
36
stunnel.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package stunnel (Version 4.14)
|
||||
# spec file for package stunnel (Version 4.15)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,17 +12,19 @@
|
||||
|
||||
Name: stunnel
|
||||
BuildRequires: openssl-devel
|
||||
%if %{?suse_version:1}%{?!suse_version:0}
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: tcpd-devel
|
||||
%endif
|
||||
Summary: Universal SSL Tunnel
|
||||
License: LGPL, Other License(s), see package
|
||||
Version: 4.14
|
||||
Release: 14
|
||||
Version: 4.15
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
URL: http://www.stunnel.org/
|
||||
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
|
||||
Source1: stunnel.conf
|
||||
Source2: stunnel.README
|
||||
@ -52,6 +54,8 @@ without any changes to the program code.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
#autoreconf -fi
|
||||
sed -i 's/-m 1770 -g nogroup//g' tools/Makefile.in
|
||||
%if %{?suse_version:%suse_version}%{?!suse_version:99999} > 930
|
||||
fPIE="-fPIE"
|
||||
pie="-pie"
|
||||
@ -153,6 +157,30 @@ fi
|
||||
- build with fPIE/pie on SUSE 10.0 or newer, or on any other
|
||||
platform
|
||||
- fix BuildRequires for Fedora Core, and wrap suse_version macros
|
||||
- upstream 4.1.5 (out since 3 months, which makes me confident)
|
||||
* Release notes
|
||||
- There are a lot of new features in this version. I recommend
|
||||
to test it well before upgrading your mission-critical systems.
|
||||
* Bugfixes
|
||||
- Default threading model changed to pthread for better portability.
|
||||
- DH parameters are not included in the certificate by default.
|
||||
* New features sponsored by Software House http://www.swhouse.com/
|
||||
- Most SSL-related options (including client, cert, key) are now
|
||||
available on service level, so it is possible to have an SSL
|
||||
client and an SSL server in a single stunnel process.
|
||||
* New features
|
||||
- Client mode CONNECT protocol support (RFC 2817 section 5.2).
|
||||
http://www.ietf.org/rfc/rfc2817.txt
|
||||
- Retrying exec+connect services added.
|
||||
* File locations are more compliant to Filesystem Hierarchy Standard 2.3
|
||||
- configuration and certificates are in $prefix/etc/stunnel/
|
||||
- binaries are in $prefix/sbin/
|
||||
- default pid file is $prefix/var/run/stunnel.pid
|
||||
- manual is $prefix/man/man8/stunnel.8
|
||||
- other docs are in $prefix/share/doc/stunnel/
|
||||
- libstunnel is in $prefix/lib
|
||||
- chroot directory is setup in $prefix/var/lib/stunnel/
|
||||
this directory is chmoded 1770 and group nogroup
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sun Nov 27 2005 - lmuelle@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user