New upstream release 5.34

This commit is contained in:
Tomas Mraz 2016-07-13 17:02:24 +02:00
parent 0132657974
commit 661b0c0f0c
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -92,3 +92,5 @@ stunnel-4.33.tar.gz.asc
/stunnel-5.18.tar.gz.sha256
/stunnel-5.30.tar.gz
/stunnel-5.30.tar.gz.asc
/stunnel-5.34.tar.gz
/stunnel-5.34.tar.gz.asc

View File

@ -1,2 +1,2 @@
7bbf27296a83c0b752f6bb6d1b750b19 stunnel-5.30.tar.gz
9c96dabbb4b3742a6de51a23cb75fa1c stunnel-5.30.tar.gz.asc
d6992c707c4f1d9130ac7e6dcfc1405c stunnel-5.34.tar.gz
efe4c4e6dcc0950f83e46d415a947123 stunnel-5.34.tar.gz.asc

View File

@ -1,6 +1,6 @@
Summary: An SSL-encrypting socket wrapper
Name: stunnel
Version: 5.30
Version: 5.34
Release: 1%{?dist}
License: GPLv2
Group: Applications/Internet
@ -50,7 +50,7 @@ if pkg-config openssl ; then
fi
%configure --enable-fips --enable-ipv6 --with-ssl=%{_prefix}\
CPPFLAGS="-UPIDFILE -DPIDFILE='\"%{_localstatedir}/run/stunnel.pid\"'"
make LDADD="-pie -Wl,-z,defs,-z,relro,-z,now"
make V=1 LDADD="-pie -Wl,-z,defs,-z,relro,-z,now"
%install
#rm -rf $RPM_BUILD_ROOT
@ -108,6 +108,9 @@ cp %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}/%{name}@.service
%endif
%changelog
* Wed Jul 13 2016 Tomáš Mráz <tmraz@redhat.com> - 5.34-1
- New upstream release 5.34
* Wed Feb 3 2016 Tomáš Mráz <tmraz@redhat.com> - 5.30-1
- New upstream release 5.30
- Add generic stunnel@.service provided by Štefan Gurský (#1195742)