update to 4.10
This commit is contained in:
parent
52f4882c99
commit
39031c369b
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
812a3e8275bc67f430dcb097c2e14442 stunnel-4.08.tar.gz
|
9de7a62a44083114779ca4e109d70776 stunnel-4.10.tar.gz
|
||||||
cc497bf3b2ee6176f3f44ac69704754c stunnel-4.08.tar.gz.asc
|
fc12dd911fb82f7e6bd2befe6c279a18 stunnel-4.10.tar.gz.asc
|
||||||
|
16
stunnel.spec
16
stunnel.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper.
|
Summary: An SSL-encrypting socket wrapper.
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 4.08
|
Version: 4.10
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://stunnel.mirt.net/
|
URL: http://stunnel.mirt.net/
|
||||||
@ -14,8 +14,8 @@ 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.05-nopem.patch
|
Patch1: stunnel-4.08-sample.patch
|
||||||
Patch2: stunnel-4.08-sample.patch
|
Patch2: stunnel-4.10-noprompt.patch
|
||||||
Buildroot: %{_tmppath}/stunnel-root
|
Buildroot: %{_tmppath}/stunnel-root
|
||||||
BuildPrereq: automake, autoconf, libtool, openssl-devel, perl, pkgconfig,
|
BuildPrereq: automake, autoconf, libtool, openssl-devel, perl, pkgconfig,
|
||||||
# util-linux is needed for rename
|
# util-linux is needed for rename
|
||||||
@ -32,8 +32,8 @@ in conjunction with imapd to create an SSL secure IMAP server.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .authpriv
|
%patch0 -p1 -b .authpriv
|
||||||
%patch1 -p1 -b .nopem
|
%patch1 -p1 -b .sample
|
||||||
%patch2 -p1 -b .sample
|
%patch2 -p1 -b .noprompt
|
||||||
|
|
||||||
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
|
||||||
@ -60,6 +60,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.so.?
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.so.?
|
||||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/stunnel/*sample*
|
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/stunnel/*sample*
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/stunnel/stunnel.pem
|
||||||
# Move the translated man pages to the right subdirectories, and strip off the
|
# Move the translated man pages to the right subdirectories, and strip off the
|
||||||
# language suffixes.
|
# language suffixes.
|
||||||
for lang in fr pl ; do
|
for lang in fr pl ; do
|
||||||
@ -94,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 4.10-1
|
||||||
|
- update to 4.10
|
||||||
|
|
||||||
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 4.08-2
|
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 4.08-2
|
||||||
- add buildprereqs on libtool, util-linux; change textutils/fileutils dep to
|
- add buildprereqs on libtool, util-linux; change textutils/fileutils dep to
|
||||||
coreutils (#133961)
|
coreutils (#133961)
|
||||||
|
Loading…
Reference in New Issue
Block a user