rhbz #1144393: New upstream beta release
- systemd socket activation support
This commit is contained in:
parent
44158a3b84
commit
b2638abf36
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ stunnel-4.33.tar.gz.asc
|
|||||||
/stunnel-5.04.tar.gz
|
/stunnel-5.04.tar.gz
|
||||||
/stunnel-5.04.tar.gz.asc
|
/stunnel-5.04.tar.gz.asc
|
||||||
/stunnel-5.04.tar.gz.sha256
|
/stunnel-5.04.tar.gz.sha256
|
||||||
|
/stunnel-5.05b5.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,3 +1 @@
|
|||||||
53ac78cedabb00ec09564cbd20eaa7c8 stunnel-5.04.tar.gz
|
76a4ee63430d154c9d38717527404a84 stunnel-5.05b5.tar.gz
|
||||||
878029cddc35587cd7111bde7daad722 stunnel-5.04.tar.gz.asc
|
|
||||||
75f4bed7b12707c68e1e22c22e1d42a1 stunnel-5.04.tar.gz.sha256
|
|
||||||
|
18
stunnel.spec
18
stunnel.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper
|
Summary: An SSL-encrypting socket wrapper
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 5.04
|
Version: 5.05b5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://www.stunnel.org/
|
URL: http://www.stunnel.org/
|
||||||
Source0: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz
|
Source0: https://www.stunnel.org/downloads/beta/stunnel-%{version}.tar.gz
|
||||||
Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc
|
#Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc
|
||||||
Source7: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.sha256
|
#Source7: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.sha256
|
||||||
Source2: Certificate-Creation
|
Source2: Certificate-Creation
|
||||||
Source3: sfinger.xinetd
|
Source3: sfinger.xinetd
|
||||||
Source4: stunnel-sfinger.conf
|
Source4: stunnel-sfinger.conf
|
||||||
@ -23,7 +23,7 @@ BuildRequires: openssl-devel, pkgconfig, tcp_wrappers-devel, util-linux
|
|||||||
BuildRequires: perl-podlators
|
BuildRequires: perl-podlators
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
|
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd, systemd-devel
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -35,7 +35,7 @@ Layer) support to ordinary applications. For example, it can be used
|
|||||||
in conjunction with imapd to create an SSL secure IMAP server.
|
in conjunction with imapd to create an SSL secure IMAP server.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n stunnel-5.05
|
||||||
%patch0 -p1 -b .authpriv
|
%patch0 -p1 -b .authpriv
|
||||||
%patch1 -p1 -b .sample
|
%patch1 -p1 -b .sample
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -106,6 +106,10 @@ cp $RPM_BUILD_ROOT%{_datadir}/doc/stunnel/examples/%{name}.service $RPM_BUILD_RO
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 8 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.05b5-1
|
||||||
|
- rhbz #1144393: New upstream beta release
|
||||||
|
- systemd socket activation support
|
||||||
|
|
||||||
* Fri Sep 26 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.04-2
|
* Fri Sep 26 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.04-2
|
||||||
- Fixes packaging issues mentioned in rhbz#226439
|
- Fixes packaging issues mentioned in rhbz#226439
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user