From 76002de6bcf34758e48d672607457a136454af3c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 02 2010 14:42:23 +0000 Subject: - Update to 1.3.3a - Added Japanese translation - Many mod_sftp bugfixes - Fixed SSL_shutdown() errors caused by OpenSSL 0.9.8m and later - Fixed handling of utmp/utmpx format changes on FreeBSD --- diff --git a/.cvsignore b/.cvsignore index 1e96af4..945aba0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -proftpd-1.3.3.tar.bz2 +proftpd-1.3.3a.tar.bz2 proftpd-mod-vroot-0.8.5.tar.gz diff --git a/proftpd.spec b/proftpd.spec index 5ca9586..ad96f81 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -1,4 +1,4 @@ -# Use certs in %{_sysconfdir}/pki/tls/certs if available (FC4, RHEL5 onwards) +# Use certs in %%{_sysconfdir}/pki/tls/certs if available (FC4, RHEL5 onwards) %global use_pki %(if [ -d %{_sysconfdir}/pki/tls/certs ]; then echo 1; else echo 0; fi) %if %{use_pki} %global pkidir %{_sysconfdir}/pki/tls @@ -11,7 +11,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd -Version: 1.3.3 +Version: 1.3.3a Release: %{?prever:0.}%{rpmrel}%{?prever:.%{prever}}%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -44,7 +44,7 @@ syntax, and a highly customizable server infrastructure, including support for multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory visibility. -This package defaults to the standalone behaviour of ProFTPD, but all the +This package defaults to the standalone behavior of ProFTPD, but all the needed scripts to have it run by xinetd instead are included. %package ldap @@ -279,6 +279,13 @@ fi %{_libexecdir}/proftpd/mod_sql_postgres.so %changelog +* Fri Jul 2 2010 Paul Howarth 1.3.3a-1 +- Update to 1.3.3a + - Added Japanese translation + - Many mod_sftp bugfixes + - Fixed SSL_shutdown() errors caused by OpenSSL 0.9.8m and later + - Fixed handling of utmp/utmpx format changes on FreeBSD + * Thu Feb 25 2010 Paul Howarth 1.3.3-1 - Update to 1.3.3 (see NEWS for list of fixed bugs) - Update PID file location in initscript diff --git a/sources b/sources index 8c32d6d..e2b51de 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -3951244f1940f0a40e8af142a9cf67fe proftpd-1.3.3.tar.bz2 +55ae8b32c9f5c00340188b7094c36ffc proftpd-1.3.3a.tar.bz2 139fc328c43a9afbe290ec787713096b proftpd-mod-vroot-0.8.5.tar.gz