diff --git a/sources b/sources index bc5f8ed..26b7e9a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -812a3e8275bc67f430dcb097c2e14442 stunnel-4.08.tar.gz -cc497bf3b2ee6176f3f44ac69704754c stunnel-4.08.tar.gz.asc +9de7a62a44083114779ca4e109d70776 stunnel-4.10.tar.gz +fc12dd911fb82f7e6bd2befe6c279a18 stunnel-4.10.tar.gz.asc diff --git a/stunnel.spec b/stunnel.spec index 840322c..35089c6 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,7 +1,7 @@ Summary: An SSL-encrypting socket wrapper. Name: stunnel -Version: 4.08 -Release: 2 +Version: 4.10 +Release: 1 License: GPL Group: Applications/Internet URL: http://stunnel.mirt.net/ @@ -14,8 +14,8 @@ Source5: stunnel-sfinger.conf Source6: pop3-redirect.xinetd Source7: stunnel-pop3s-client.conf Patch0: stunnel-4.08-authpriv.patch -Patch1: stunnel-4.05-nopem.patch -Patch2: stunnel-4.08-sample.patch +Patch1: stunnel-4.08-sample.patch +Patch2: stunnel-4.10-noprompt.patch Buildroot: %{_tmppath}/stunnel-root BuildPrereq: automake, autoconf, libtool, openssl-devel, perl, pkgconfig, # util-linux is needed for rename @@ -32,8 +32,8 @@ in conjunction with imapd to create an SSL secure IMAP server. %prep %setup -q %patch0 -p1 -b .authpriv -%patch1 -p1 -b .nopem -%patch2 -p1 -b .sample +%patch1 -p1 -b .sample +%patch2 -p1 -b .noprompt 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 @@ -60,6 +60,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la rm -f $RPM_BUILD_ROOT/%{_libdir}/*.so.? 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 # language suffixes. for lang in fr pl ; do @@ -94,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/%{name} %changelog +* Tue Apr 26 2005 Nalin Dahyabhai 4.10-1 +- update to 4.10 + * Tue Apr 26 2005 Nalin Dahyabhai 4.08-2 - add buildprereqs on libtool, util-linux; change textutils/fileutils dep to coreutils (#133961)