New upstream release 5.46
This commit is contained in:
parent
405b6492dc
commit
ddcf4c2773
2
.gitignore
vendored
2
.gitignore
vendored
@ -104,3 +104,5 @@ stunnel-4.33.tar.gz.asc
|
||||
/stunnel-5.42.tar.gz.asc
|
||||
/stunnel-5.44.tar.gz
|
||||
/stunnel-5.44.tar.gz.asc
|
||||
/stunnel-5.46.tar.gz
|
||||
/stunnel-5.46.tar.gz.asc
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (stunnel-5.44.tar.gz) = a1aa4f234926208bf1b2c9acc0bf83dc0f2c8f575bc57f5ce89b32b4e3fde0412ea0ef7c2edb364fbe0b52fdd89773fab4df53950c58797c11b7668f3e4e7638
|
||||
SHA512 (stunnel-5.44.tar.gz.asc) = 1efabb5248866823690ffec8df20208defa6e9b34be170b8ca77d6992861ed03766bee063f740c8ba05c27b4629b82ee21fbe73b04bdf386ac1bd3bfa378fcfa
|
||||
SHA512 (stunnel-5.46.tar.gz) = 2000e36d4d011a83e47afcaf19473e083da010d7b3909cb831c51975512257888615b5d64f4a4d78f48529d68c6740ea2be7f7935b0ab86de4535e290f78cc97
|
||||
SHA512 (stunnel-5.46.tar.gz.asc) = 4ca642b9d7bd170690c32ed44b9e4e452e78192a0004c0bcada2edad523724a7d96e6d522b0cd0f5cde4d64102fda119791354e5d92df5dd6b0f2f2357644a08
|
||||
|
11
stunnel.spec
11
stunnel.spec
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: A TLS-encrypting socket wrapper
|
||||
Name: stunnel
|
||||
Version: 5.44
|
||||
Release: 5%{?dist}
|
||||
Version: 5.46
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/Internet
|
||||
URL: http://www.stunnel.org/
|
||||
@ -24,8 +24,7 @@ Source6: stunnel-pop3s-client.conf
|
||||
Source7: stunnel@.service
|
||||
Patch0: stunnel-5.40-authpriv.patch
|
||||
Patch1: stunnel-5.40-systemd-service.patch
|
||||
Patch3: stunnel-5.42-system-ciphers.patch
|
||||
Patch4: stunnel-5.44-bind.patch
|
||||
Patch3: stunnel-5.46-system-ciphers.patch
|
||||
# util-linux is needed for rename
|
||||
BuildRequires: gcc
|
||||
BuildRequires: openssl-devel, pkgconfig, util-linux
|
||||
@ -49,7 +48,6 @@ conjunction with imapd to create a TLS secure IMAP server.
|
||||
%patch0 -p1 -b .authpriv
|
||||
%patch1 -p1 -b .systemd-service
|
||||
%patch3 -p1 -b .system-ciphers
|
||||
%patch4 -p1 -b .bind
|
||||
|
||||
# Fix the configure script output for FIPS mode
|
||||
sed -i '/yes).*result: no/,+1{s/result: no/result: yes/;s/as_echo "no"/as_echo "yes"/}' configure
|
||||
@ -124,6 +122,9 @@ make test
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%changelog
|
||||
* Thu May 31 2018 Tomáš Mráz <tmraz@redhat.com> - 5.46-1
|
||||
- New upstream release 5.46
|
||||
|
||||
* Fri Mar 2 2018 Tomáš Mráz <tmraz@redhat.com> - 5.44-5
|
||||
- Fix bind to localhost (patch backport by Christian Kujau) (#1542361)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user