1163349: New upstream release 5.08
This commit is contained in:
parent
5880693fa2
commit
b58461ebee
3
.gitignore
vendored
3
.gitignore
vendored
@ -57,3 +57,6 @@ stunnel-4.33.tar.gz.asc
|
|||||||
/stunnel-5.07.tar.gz.asc
|
/stunnel-5.07.tar.gz.asc
|
||||||
/stunnel-5.07.tar.gz.sha256
|
/stunnel-5.07.tar.gz.sha256
|
||||||
/stunnel-5.08b6.tar.gz
|
/stunnel-5.08b6.tar.gz
|
||||||
|
/stunnel-5.08.tar.gz
|
||||||
|
/stunnel-5.08.tar.gz.asc
|
||||||
|
/stunnel-5.08.tar.gz.sha256
|
||||||
|
4
sources
4
sources
@ -1 +1,3 @@
|
|||||||
44d832462a9ad54f21897a3930a5451c stunnel-5.08b6.tar.gz
|
0028462e7e7cade0bd3b5196498d6051 stunnel-5.08.tar.gz
|
||||||
|
f3bfb10c477528adfa7de54f5acc6df4 stunnel-5.08.tar.gz.asc
|
||||||
|
47c2a1f079d6867c3c84600962a16554 stunnel-5.08.tar.gz.sha256
|
||||||
|
13
stunnel.spec
13
stunnel.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper
|
Summary: An SSL-encrypting socket wrapper
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 5.08b6
|
Version: 5.08
|
||||||
Release: 1%{?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/beta/stunnel-%{version}.tar.gz
|
Source0: https://www.stunnel.org/downloads/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
|
||||||
@ -38,7 +38,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 -n stunnel-5.08
|
%setup -q
|
||||||
%patch0 -p1 -b .authpriv
|
%patch0 -p1 -b .authpriv
|
||||||
%patch1 -p1 -b .sample
|
%patch1 -p1 -b .sample
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -112,6 +112,9 @@ cp $RPM_BUILD_ROOT%{_datadir}/doc/stunnel/examples/%{name}.service $RPM_BUILD_RO
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 11 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.08-1
|
||||||
|
- 1163349: New upstream release 5.08
|
||||||
|
|
||||||
* Sun Nov 23 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.08b6-1
|
* Sun Nov 23 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.08b6-1
|
||||||
- 1163349: New upstream beta release 5.08b6
|
- 1163349: New upstream beta release 5.08b6
|
||||||
- Fixed incorrect reporting of fips status in configure.ac
|
- Fixed incorrect reporting of fips status in configure.ac
|
||||||
|
Loading…
Reference in New Issue
Block a user