SHA256
1
0
forked from pool/stunnel

Copy from home:asvetter:branches:security:Stunnel/stunnel via accept of submit request 7104

Request was accepted with message:
nice...

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=35
This commit is contained in:
Peter Poeml
2009-02-18 20:38:11 +00:00
committed by Git OBS Bridge
parent 21221f74a0
commit 153ebc7c6e
4 changed files with 30 additions and 5 deletions

View File

@@ -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