forked from pool/stunnel
This commit is contained in:
committed by
Git OBS Bridge
parent
1bca88151d
commit
aaf6ad6674
53
stunnel.spec
53
stunnel.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package stunnel (Version 4.15)
|
||||
# spec file for package stunnel (Version 4.16)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,12 +12,14 @@
|
||||
|
||||
Name: stunnel
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?suse_version:1}
|
||||
BuildRequires: tcpd-devel
|
||||
%else
|
||||
BuildRequires: gcc-c++ tcp_wrappers
|
||||
%endif
|
||||
Summary: Universal SSL Tunnel
|
||||
License: LGPL, Other License(s), see package
|
||||
Version: 4.15
|
||||
Version: 4.16
|
||||
Release: 1
|
||||
Group: Productivity/Networking/Security
|
||||
URL: http://www.stunnel.org/
|
||||
@@ -85,6 +87,7 @@ ln -s ../../etc/init.d/stunnel $RPM_BUILD_ROOT/usr/sbin/rcstunnel
|
||||
ln -s stunnel3 $RPM_BUILD_ROOT/usr/sbin/stunnel3_wrapper
|
||||
rm $RPM_BUILD_ROOT/%{_sysconfdir}/stunnel/stunnel.pem
|
||||
rm $RPM_BUILD_ROOT/%{_sysconfdir}/stunnel/stunnel.conf-sample
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/doc/stunnel
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@@ -148,15 +151,46 @@ fi
|
||||
%config /etc/init.d/*
|
||||
|
||||
%changelog -n stunnel
|
||||
* Wed Sep 27 2006 - poeml@suse.de
|
||||
- upstream 4.16
|
||||
* New features sponsored by Hewlett-Packard
|
||||
- A new global option to control engine: engineCtrl = <command>[:<parameter>]
|
||||
- A new service-level option to select engine to read private key: engineNum = <engine number>
|
||||
- OCSP support: ocsp = <URL>
|
||||
* New features
|
||||
- A new option to select version of SSL protocol: sslVersion = all|SSLv2|SSLv3|TLSv1
|
||||
- Visual Studio vc.mak by David Gillingham <dgillingham@gmail.com>.
|
||||
- OS2 support by Paul Smedley (http://smedley.info)
|
||||
* Bugfixes
|
||||
- An ordinary user can install stunnel again.
|
||||
- Compilation problem with --enable-dh fixed.
|
||||
- Some minor compilation warnings fixed.
|
||||
- Service-level CRL cert store implemented.
|
||||
- GPF on protocol negotiations fixed.
|
||||
- Problem detecting addrinfo() on Tru64 fixed.
|
||||
- Default group is now detected by configure script.
|
||||
- Check for maximum number of defined services added.
|
||||
- OpenSSL_add_all_algorithms() added to SSL initialization.
|
||||
- configure script sections reordered to detect pthread library funcions.
|
||||
- RFC 2487 autdetection improved (thx to Hans Werner Strube). High
|
||||
resolution s_poll_wait() not currently supported by UCONTEXT threading.
|
||||
- More precise description of cert directory file names (thx to Muhammad
|
||||
Muquit).
|
||||
* Other changes
|
||||
- Maximum number of services increased from 64 to 256 when poll() is used.
|
||||
- add BuildRequires: tcp_wrappers gcc-c++ for building on Fedora
|
||||
- remove doc files installed by make install, which are picked up
|
||||
by %%doc
|
||||
* Fri Jun 23 2006 - poeml@suse.de
|
||||
- build as non-root
|
||||
- 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)
|
||||
- upstream 4.15
|
||||
* Release notes
|
||||
- There are a lot of new features in this version. I recommend
|
||||
to test it well before upgrading your mission-critical systems.
|
||||
[note by packager: out since 3 months, without major problems]
|
||||
* Bugfixes
|
||||
- Default threading model changed to pthread for better portability.
|
||||
- DH parameters are not included in the certificate by default.
|
||||
@@ -168,15 +202,8 @@ fi
|
||||
- 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
|
||||
- make install now tries to create /var/lib/stunnel chmoded 1770
|
||||
and group nogroup, which we don't do.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sun Nov 27 2005 - lmuelle@suse.de
|
||||
|
Reference in New Issue
Block a user