diff --git a/.gitignore b/.gitignore index 14f6dbc..183d2fc 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ stunnel-4.33.tar.gz.asc /stunnel-5.04.tar.gz /stunnel-5.04.tar.gz.asc /stunnel-5.04.tar.gz.sha256 +/stunnel-5.05b5.tar.gz diff --git a/sources b/sources index e27afc6..8b119f1 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -53ac78cedabb00ec09564cbd20eaa7c8 stunnel-5.04.tar.gz -878029cddc35587cd7111bde7daad722 stunnel-5.04.tar.gz.asc -75f4bed7b12707c68e1e22c22e1d42a1 stunnel-5.04.tar.gz.sha256 +76a4ee63430d154c9d38717527404a84 stunnel-5.05b5.tar.gz diff --git a/stunnel.spec b/stunnel.spec index bbdf8cf..0eb936c 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,13 +1,13 @@ Summary: An SSL-encrypting socket wrapper Name: stunnel -Version: 5.04 -Release: 2%{?dist} +Version: 5.05b5 +Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.stunnel.org/ -Source0: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz -Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc -Source7: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.sha256 +Source0: https://www.stunnel.org/downloads/beta/stunnel-%{version}.tar.gz +#Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc +#Source7: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.sha256 Source2: Certificate-Creation Source3: sfinger.xinetd Source4: stunnel-sfinger.conf @@ -23,7 +23,7 @@ BuildRequires: openssl-devel, pkgconfig, tcp_wrappers-devel, util-linux BuildRequires: perl-podlators %endif %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 -BuildRequires: systemd +BuildRequires: systemd, systemd-devel Requires(post): systemd Requires(preun): 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. %prep -%setup -q +%setup -q -n stunnel-5.05 %patch0 -p1 -b .authpriv %patch1 -p1 -b .sample %patch2 -p1 @@ -106,6 +106,10 @@ cp $RPM_BUILD_ROOT%{_datadir}/doc/stunnel/examples/%{name}.service $RPM_BUILD_RO %endif %changelog +* Wed Oct 8 2014 Avesh Agarwal - 5.05b5-1 +- rhbz #1144393: New upstream beta release +- systemd socket activation support + * Fri Sep 26 2014 Avesh Agarwal - 5.04-2 - Fixes packaging issues mentioned in rhbz#226439