commit pure-ftpd for openSUSE:Factory
Hello community, here is the log from the commit of package pure-ftpd for openSUSE:Factory checked in at Mon May 31 18:21:40 CEST 2010. -------- --- pure-ftpd/pure-ftpd.changes 2010-02-12 15:35:20.000000000 +0100 +++ /mounts/work_src_done/STABLE/pure-ftpd/pure-ftpd.changes 2010-05-25 15:10:56.000000000 +0200 @@ -1,0 +2,37 @@ +Tue May 25 13:10:33 UTC 2010 - cristian.rodriguez@opensuse.org + +- $remote_fs --> network-remotefs + +------------------------------------------------------------------- +Fri May 14 18:34:37 UTC 2010 - alexandre@exatati.com.br + +- Added "--with-virtualchroot" option; +- Spec file cleaned with spec-cleaner; +- updated to version 1.0.29: + - max_dlmap_size was size_t instead off_t, causing misalignment while + downloading > 4 Gb files on a 32-bits arch. + - pread() vs lseek()+read() was a useless optimization, since pread() + doesn't change the file position and further reads weren't going through + plain read() calls. + - iconv_fd_* should be initialized by (iconv_t) -1 as we test them upon + exit. Fixes segfaults on glibc. + - pure-uploadscript tries to reach the pipe during 30 seconds instead of 10. +- changes in version 1.0.28: + - FTPD_PAM_SERVICE_NAME can be defined in order to change the PAM service + name. + - When an upload gets renamed (--autorename), send the new name to the + uploadscript instead of the original one. + - The ALLO command now checks for the actual disk space in addition to the + virtal quota. + - Work around OSX broken poll() + - After an atomic resumed upload, don't append the previous file size to the + quota. + - Always accept OPTS UTF8 ON, but refuse OPTS UTF8 OFF if client_charset is + UTF8. + - Fix AUTHD_ENCRYPTED + - Reset the CWD failures counter after a successful directory has been + created. It avoids spurious disconnections with ncftp. + - Support for iPhone has been moved to another branch. + - Fix crash with PostgreSQL. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pure-ftpd-1.0.27.tar.bz2 New: ---- pure-ftpd-1.0.29.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pure-ftpd.spec ++++++ --- /var/tmp/diff_new_pack.XZFDup/_old 2010-05-31 18:21:30.000000000 +0200 +++ /var/tmp/diff_new_pack.XZFDup/_new 2010-05-31 18:21:30.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package pure-ftpd (Version 1.0.27) +# spec file for package pure-ftpd (Version 1.0.29) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,34 +15,41 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: pure-ftpd -BuildRequires: mysql-devel openldap2-devel pam-devel postgresql-devel -Version: 1.0.27 +Version: 1.0.29 Release: 1 +License: BSD3c +Summary: A Lightweight, Fast, and Secure FTP Server Url: http://www.pureftpd.org +Group: Productivity/Networking/Ftp/Servers Source: ftp://ftp.pureftpd.org/pub/%{name}/releases/%{name}-%version.tar.bz2 Source1: %{name}.init Source2: %{name}.pamd Source3: %{name}.xinetd Source4: %{name}.xml Source5: %{name}.firewall +# PATCH-FEATURE-OPENSUSE %{name}-1.0.20_config.patch -- Custom service configs. Patch: %{name}-1.0.20_config.patch +# PATCH-FEATURE-OPENSUSE %{name}-1.0.20_doc.patch -- Adjust command paths on documentation. Patch1: %{name}-1.0.20_doc.patch +# PATCH-FEATURE-OPENSUSE %{name}-1.0.20_virtualhosts.patch -- Custom VHOST_PATH on openSUSE. Patch2: %{name}-1.0.20_virtualhosts.patch Patch5: %{name}-1.0.20_ftpwho_path.patch Patch7: %{name}-1.0.22-default_tcp_sedrcv_buffer_size.patch +# PATCH-FEATURE-OPENSUSE %{name}-1.0.21-portrange.patch -- Add PassivePortRange to "%numpairc_switch_for". Patch8: %{name}-1.0.21-portrange.patch Patch100: %{name}-1.0.20-oes_remote_server.patch -Group: Productivity/Networking/Ftp/Servers -License: BSD3c -Provides: ftp-server pureftpd +BuildRequires: mysql-devel +BuildRequires: openldap2-devel +BuildRequires: pam-devel +BuildRequires: postgresql-devel PreReq: %insserv_prereq -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: A Lightweight, Fast, and Secure FTP Server PreReq: coreutils +Provides: ftp-server +Provides: pureftpd +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Pure-FTPd is a fast, production-quality, and standard-conforming FTP @@ -54,8 +61,6 @@ FXP, bounded ports for passive downloads, upload and download ratios, Apache log files, and more. - - %prep %setup -q %patch @@ -92,7 +97,8 @@ --with-tls \ --with-boring \ --with-peruserlimits \ - --with-largefile %_target_cpu-suse-linux + --with-largefile %_target_cpu-suse-linux \ + --with-virtualchroot %{__make} cat configuration-file/pure-config.pl |grep -v "^print" | grep -v "^exec" > configuration-file/pure-config-args echo "print join(\" \", @flg);" >> configuration-file/pure-config-args @@ -118,7 +124,7 @@ %{__install} -m 644 %{S:5} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%name %clean -%{__rm} -rf "%{buildroot}" +%{__rm} -rf %{buildroot} %preun %stop_on_removal %{name} ++++++ pure-ftpd-1.0.27.tar.bz2 -> pure-ftpd-1.0.29.tar.bz2 ++++++ ++++ 2565 lines of diff (skipped) ++++++ pure-ftpd.init ++++++ --- /var/tmp/diff_new_pack.XZFDup/_old 2010-05-31 18:21:31.000000000 +0200 +++ /var/tmp/diff_new_pack.XZFDup/_new 2010-05-31 18:21:31.000000000 +0200 @@ -13,8 +13,8 @@ # ### BEGIN INIT INFO # Provides: pure-ftpd -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: network-remotefs $syslog +# Required-Stop: network-remotefs $syslog # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Start pure-ftpd ftp server. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de