Prepare a test compile for 64-bit archs
This commit is contained in:
parent
253199ddad
commit
85e318ad39
@ -1,2 +1,2 @@
|
|||||||
stunnel-4.11.tar.gz
|
stunnel-4.12.tar.gz
|
||||||
stunnel-4.11.tar.gz.asc
|
stunnel-4.12.tar.gz.asc
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
253c50435d4d81cba6f19ca34266e6dc stunnel-4.11.tar.gz
|
0eaef6573d5fb96021d5a003fc0c7d91 stunnel-4.12.tar.gz
|
||||||
a8674e178ef42330dea442a72f258518 stunnel-4.11.tar.gz.asc
|
a69b3551a39c5cbe6a289eed22a2e415 stunnel-4.12.tar.gz.asc
|
||||||
|
11
stunnel.spec
11
stunnel.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper.
|
Summary: An SSL-encrypting socket wrapper.
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 4.11
|
Version: 4.12
|
||||||
Release: 2
|
Release: 0.testcompile
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://stunnel.mirt.net/
|
URL: http://stunnel.mirt.net/
|
||||||
@ -14,7 +14,7 @@ Source5: stunnel-sfinger.conf
|
|||||||
Source6: pop3-redirect.xinetd
|
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.12-sample.patch
|
||||||
Patch2: stunnel-4.11-printf.patch
|
Patch2: stunnel-4.11-printf.patch
|
||||||
Buildroot: %{_tmppath}/stunnel-root
|
Buildroot: %{_tmppath}/stunnel-root
|
||||||
# util-linux is needed for rename
|
# util-linux is needed for rename
|
||||||
@ -29,7 +29,7 @@ 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 .printf
|
#patch2 -p1 -b .printf
|
||||||
|
|
||||||
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
|
||||||
@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_sysconfdir}/stunnel/*
|
%exclude %{_sysconfdir}/stunnel/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 30 2005 Miloslav Trmac <mitr@redhat.com> - 4.12-1
|
||||||
|
- Update to stunnel-4.12
|
||||||
|
|
||||||
* Thu Sep 22 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-2
|
* Thu Sep 22 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-2
|
||||||
- Enable IPv6 (#169050, patch by Peter Bieringer)
|
- Enable IPv6 (#169050, patch by Peter Bieringer)
|
||||||
- Don't ship another copy of man pages in HTML
|
- Don't ship another copy of man pages in HTML
|
||||||
|
Loading…
Reference in New Issue
Block a user