- Update to stunnel-4.11

- Update Certificate-Creation for /etc/pki
This commit is contained in:
Miloslav Trmac 2005-07-12 09:30:02 +00:00
parent a43187da6b
commit 6060423439
4 changed files with 12 additions and 10 deletions

View File

@ -1,2 +1,2 @@
stunnel-4.10.tar.gz stunnel-4.11.tar.gz
stunnel-4.10.tar.gz.asc stunnel-4.11.tar.gz.asc

View File

@ -1,6 +1,6 @@
To generate a key and self signed certificate, execute the following commands: To generate a key and self signed certificate, execute the following commands:
cd /usr/share/ssl/certs cd /etc/pki/tls/certs
make stunnel.pem make stunnel.pem
Note that by default, the file containing the key and certificate has its Note that by default, the file containing the key and certificate has its

View File

@ -1,2 +1,2 @@
9de7a62a44083114779ca4e109d70776 stunnel-4.10.tar.gz 253c50435d4d81cba6f19ca34266e6dc stunnel-4.11.tar.gz
fc12dd911fb82f7e6bd2befe6c279a18 stunnel-4.10.tar.gz.asc a8674e178ef42330dea442a72f258518 stunnel-4.11.tar.gz.asc

View File

@ -1,7 +1,7 @@
Summary: An SSL-encrypting socket wrapper. Summary: An SSL-encrypting socket wrapper.
Name: stunnel Name: stunnel
Version: 4.10 Version: 4.11
Release: 2 Release: 1
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
URL: http://stunnel.mirt.net/ URL: http://stunnel.mirt.net/
@ -15,7 +15,6 @@ Source6: pop3-redirect.xinetd
Source7: stunnel-pop3s-client.conf Source7: stunnel-pop3s-client.conf
Patch0: stunnel-4.08-authpriv.patch Patch0: stunnel-4.08-authpriv.patch
Patch1: stunnel-4.08-sample.patch Patch1: stunnel-4.08-sample.patch
Patch2: stunnel-4.10-inetd.patch
Buildroot: %{_tmppath}/stunnel-root Buildroot: %{_tmppath}/stunnel-root
# util-linux is needed for rename # util-linux is needed for rename
BuildRequires: openssl-devel, pkgconfig, tcp_wrappers, util-linux BuildRequires: openssl-devel, pkgconfig, tcp_wrappers, util-linux
@ -29,7 +28,6 @@ in conjunction with imapd to create an SSL secure IMAP server.
%setup -q %setup -q
%patch0 -p1 -b .authpriv %patch0 -p1 -b .authpriv
%patch1 -p1 -b .sample %patch1 -p1 -b .sample
%patch2 -p1 -b .inetd
iconv -f iso-8859-1 -t utf-8 < doc/stunnel.fr.8 > doc/stunnel.fr.8_ iconv -f iso-8859-1 -t utf-8 < doc/stunnel.fr.8 > doc/stunnel.fr.8_
mv doc/stunnel.fr.8_ doc/stunnel.fr.8 mv doc/stunnel.fr.8_ doc/stunnel.fr.8
@ -42,7 +40,7 @@ if pkg-config openssl ; then
CFLAGS="$CFLAGS `pkg-config --cflags openssl`"; CFLAGS="$CFLAGS `pkg-config --cflags openssl`";
LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS
fi fi
%configure --with-tcp-wrappers %configure
make LDADD="-pie -Wl,-z,defs,-z,relro" make LDADD="-pie -Wl,-z,defs,-z,relro"
%install %install
@ -87,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_sysconfdir}/stunnel/* %exclude %{_sysconfdir}/stunnel/*
%changelog %changelog
* Tue Jul 12 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-1
- Update to stunnel-4.11
- Update Certificate-Creation for /etc/pki
* Wed Jun 1 2005 Miloslav Trmac <mitr@redhat.com> - 4.10-2 * Wed Jun 1 2005 Miloslav Trmac <mitr@redhat.com> - 4.10-2
- Fix inetd mode - Fix inetd mode
- Remove unnecessary Requires: and BuildRequires: - Remove unnecessary Requires: and BuildRequires: