diff --git a/stunnel-4.25.tar.gz b/stunnel-4.25.tar.gz deleted file mode 100644 index eb924ba..0000000 --- a/stunnel-4.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c966a18124ad2c28773fe096b767071320bdb07db69f480df36cbca80069480 -size 532343 diff --git a/stunnel-4.26.tar.gz b/stunnel-4.26.tar.gz new file mode 100644 index 0000000..92089fa --- /dev/null +++ b/stunnel-4.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e6795072e84fa031a67fe5de3030014031f2d84ec85b26d6e1b33c8b686bd3 +size 531804 diff --git a/stunnel.changes b/stunnel.changes index 504b7ff..7b585c0 100644 --- a/stunnel.changes +++ b/stunnel.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Feb 18 20:15:22 CEST 2009 - vetter@physik.uni-wuerzburg.de + +- set ownership of /var/lib/stunnel/var/run to stunnel for pid file + +- update to 4.26: + + Version 4.26, 2008.09.20, urgency: MEDIUM: + * New features + - Win32 DLLs for OpenSSL 0.9.8i. + - /etc/hosts.allow and /etc/hosts.deny no longer need to be copied to + the chrooted directory, as the libwrap processes are no longer + chrooted. + - A more informative error messages for invalid port number specified + in stunnel.conf file. + - Support for Microsoft Visual C++ 9.0 Express Edition. + * Bugfixes + - Killing all libwrap processes at stunnel shutdown fixed. + - A minor bug in stunnel.init sample SysV startup file fixed. + + ------------------------------------------------------------------- Tue Sep 16 00:10:22 CEST 2008 - poeml@suse.de diff --git a/stunnel.spec b/stunnel.spec index 5d1cd22..2324a5e 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -19,8 +19,8 @@ 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.25 -Release: 1 +Version: 4.26 +Release: 1.1 Group: Productivity/Networking/Security URL: http://www.stunnel.org/ Autoreqprov: on @@ -148,10 +148,14 @@ fi %dir %attr(755,root,root) /var/lib/stunnel/%_lib %dir %attr(755,root,root) /var/lib/stunnel/sbin %dir %attr(755,root,root) /var/lib/stunnel/var +%dir %attr(755,stunnel,root) /var/lib/stunnel/var/run /var/adm/fillup-templates/sysconfig.syslog-stunnel %config /etc/init.d/* %changelog +* Wed Feb 18 2009 - vetter@physik.uni-wuerzburg.de +- updated to 4.26 +- adjust ownership of /var/lib/stunnel/var/run (pid file creation) * Thu May 10 2007 - ro@suse.de - added openssl to buildrequires * Mon Apr 02 2007 - rguenther@suse.de