Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

proftpd-1.3.3g-2.el5 RPM for i386

From Extras Packages for Enterprise Linux 5 for i386

Name: proftpd Distribution: Fedora Project
Version: 1.3.3g Vendor: Fedora Project
Release: 2.el5 Build date: Fri Jan 18 17:58:28 2013
Group: System Environment/Daemons Build host: buildvm-35.phx2.fedoraproject.org
Size: 8489372 Source RPM: proftpd-1.3.3g-2.el5.src.rpm
Packager: Fedora Project
Url: http://www.proftpd.org/
Summary: Flexible, stable and highly-configurable FTP server
ProFTPD is an enhanced FTP server with a focus toward simplicity, security,
and ease of configuration. It features a very Apache-like configuration
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 behavior of ProFTPD, but all the
needed scripts to have it run by xinetd instead are included.

Provides

Requires

License

GPLv2+

Changelog

* Fri Jan 18 2013 Paul Howarth <paul@city-fan.org> 1.3.3g-2
  - Fix possible symlink race when applying UserOwner to newly created directory
    (CVE-2012-6095, #892715, http://bugs.proftpd.org/show_bug.cgi?id=3841)
  - Add -fno-strict-aliasing, needed for mod_radius
  - Drop %defattr, redundant since rpm 4.4
* Thu Nov 10 2011 Paul Howarth <paul@city-fan.org> 1.3.3g-1
  - Update to 1.3.3g, fixing the following bugs:
    - ProFTPD with mod_sql_mysql dies of "Alarm clock" on FreeBSD (bug 3702)
    - Enable OpenSSL countermeasure against SSLv3/TLSv1 BEAST attacks (bug 3704);
      to disable this countermeasure, which may cause interoperability issues
      with some clients, use the NoEmptyFragments TLSOption
    - Response pool use-after-free memory corruption error
      (bug 3711, #752812, ZDI-CAN-1420, CVE-2011-4130)
* Tue Sep 27 2011 Paul Howarth <paul@city-fan.org> 1.3.3f-1
  - Update to 1.3.3f, fixing a large number of bugs reported upstream:
    - Avoid spinning proftpd process if read(2) returns EAGAIN (bug 3639)
    - Segfault seen in mod_sql_mysql if "SQLAuthenticate groupsetfast" used
      (bug 3642)
    - Disable signal handling for exiting session processes (bug 3644)
    - TCPAccessSyslogLevel directive broken by Bug#3317 (bug 3652)
    - TLSVerifyOrder directive is broken (bug 3658)
    - Segmentation fault if there is regex <IfUser> section in a <VirtualHost>
      section; this is a regression caused by a bad backport of the fix for
      Bug#3625 to the 1.3.3 branch (bug 3659)
    - Filenames with embedded IAC do not get processed correctly (bug 3697)
  - Drop upstreamed nostrip patch
  - Use new --disable-strip option to retain debugging symbols
  - Use upstream LDAP quota table schema rather than our own copy
* Mon Apr 04 2011 Paul Howarth <paul@city-fan.org> 1.3.3e-1
  - Update to 1.3.3e, fixing a large number of bugs reported upstream:
    - Process privileges may not handled properly when --enable-autoshadow is
      used (bug 3757)
    - mod_sftp closes channel too early after scp download (bug 3544)
    - mod_sftp_pam may tell client to disable echoing erroneously (bug 3579)
    - mod_sftp behaves badly when receiving badly formed SSH messages (bug 3586,
      CVE-2011-1137)
    - Using "$shell $libtool" in prxs does not work for all shells (bug 3593)
    - WrapAllowMsg directive broken due to bug 3423 (bug 3538)
    - SocketOptions receive/send buffer size parameters no longer work (bug 3607)
    - mod_wrap2 needs to support netmask rules for IPv6 addresses (bug 3606)
    - APPE/STOU upload flags erroneously preserved across upload commands
      (bug 3612)
    - Malicious module can use sreplace() function to overflow buffer (bug 3614)
    - Exiting sessions don't seem to die properly (bug 3619)
    - mod_delay sometimes logs "unable to load DelayTable into memory" (bug 3622)
    - Plaintext command injection in FTPS support (bug 3624)
    - mod_ifsession rules using regular expressions do not work (bug 3625)
    - Truncated client name saved in ScoreboardFile (bug 3623)
    - %w variable populated with non-absolute path in SQLLog statement (bug 3627)
    - Unnecessarily verbose "warning: unable to throttle bandwidth: Interrupted
      system call" (bug 3628)
    - SSH DISCONNECT messages sent by mod_sftp even for FTP connections in some
      cases (bug 3630)
    - mod_sql should log "unrecoverable database error" at a higher priority
      (bug 3632)
    - Proftpd is eating CPU when reparsing configuration file on SIGHUP (bug 3610)
    - Incorrect generation of DSA signature for SSH sessions (bug 3634)
  - Nobody else likes macros for commands
* Wed Jan 19 2011 Paul Howarth <paul@city-fan.org> 1.3.3d-1
  - Updated to 1.3.3d
    - Fixed sql_prepare_where() buffer overflow (bug 3536, CVE-2010-4652)
    - Fixed CPU spike when handling .ftpaccess files
    - Fixed handling of SFTP uploads when compression is used
  - Add Default-Stop LSB keyword in initscript (for runlevels 0, 1, and 6)
  - Fix typos in config file and initscript
* Mon Nov 01 2010 Paul Howarth <paul@city-fan.org> 1.3.3c-1
  - Update to 1.3.3c (#647965)
    - Fixed Telnet IAC stack overflow vulnerability (CVE-2010-4221)
    - Fixed directory traversal bug in mod_site_misc (CVE-2010-3867)
    - Fixed SQLite authentications using "SQLAuthType Backend"
  - New DSO module: mod_geoip
* Fri Sep 10 2010 Paul Howarth <paul@city-fan.org> 1.3.3b-1
  - Update to 1.3.3b
    - Fixed SFTP directory listing bug
    - Avoid corrupting utmpx databases on FreeBSD
    - Avoid null pointer dereferences during data transfers
    - Fixed "AuthAliasOnly on" anonymous login
* Fri Jul 02 2010 Paul Howarth <paul@city-fan.org> 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 <paul@city-fan.org> 1.3.3-1
  - Update to 1.3.3 (see NEWS for list of fixed bugs)
  - Update PID file location in initscript
  - Drop upstreamed patches
  - Upstream distribution now includes mod_exec, so drop unbundled source
  - New DSO modules:
    - mod_sftp
    - mod_sftp_pam
    - mod_sftp_sql
    - mod_shaper
    - mod_sql_passwd
    - mod_tls_shmcache
  - Configure script no longer appends "/proftpd" to --localstatedir option
  - New utility ftpscrub for scrubbing the scoreboard file
  - Include public key blacklist and Diffie-Hellman parameter files for mod_sftp
    in %{_sysconfdir}
  - Remove IdentLookups from config file - disabled by default now
* Mon Feb 15 2010 Paul Howarth <paul@city-fan.org> 1.3.2d-1
  - Update to 1.3.2d, addressing the following issues: 
    - mod_tls doesn't compile with pre-0.9.7 openssl (bug 3358) 
    - Lack of PID protection in ScoreboardFile (bug 3370) 
    - Crash when retrying a failed login with mod_radius being used (bug 3372) 
    - RADIUS authentication broken on 64-bit platforms (bug 3381) 
    - SIGHUP eventually causes certain DSO modules to segfault (bug 3387)
* Thu Dec 10 2009 Paul Howarth <paul@city-fan.org> 1.3.2c-1
  - Update to 1.3.2c, addressing the following issues:
    - SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324)
    - Failed database transaction can cause mod_quotatab to loop (bug 3228)
    - Segfault in mod_wrap (bug 3332)
    - <Directory> sections can have <Limit> problems (bug 3337)
    - mod_wrap2 segfaults when a valid user retries the USER command (bug 3341)
    - mod_auth_file handles 'getgroups' request incorrectly (bug 3347)
    - Segfault caused by scrubbing zero-length portion of memory (bug 3350)
  - Drop upstreamed segfault patch
* Thu Dec 10 2009 Paul Howarth <paul@city-fan.org> 1.3.2b-3
  - Add patch for upstream bug 3350 - segfault on auth failures
* Wed Dec 09 2009 Paul Howarth <paul@city-fan.org> 1.3.2b-2
  - Reduce the mod_facts patch to the single commit addressing the issue with
    directory names with glob characters (#521634), avoiding introducing a
    further problem with <Limit> (#544002)
* Wed Oct 21 2009 Paul Howarth <paul@city-fan.org> 1.3.2b-1
  - Update to 1.3.2b
    - Fixed regression causing command-line define options not to work (bug 3221)
    - Fixed SSL/TLS cert subjectAltName verification (bug 3275, CVE-2009-3639)
    - Use correct cached user values with "SQLNegativeCache on" (bug 3282)
    - Fix slower transfers of multiple small files (bug 3284)
    - Support MaxTransfersPerHost, MaxTransfersPerUser properly (bug 3287)
    - Handle symlinks to directories with trailing slashes properly (bug 3297)
  - Drop upstreamed defines patch (bug 3221)
* Thu Sep 17 2009 Paul Howarth <paul@city-fan.org> 1.3.2a-7
  - Restore backward SRPM compatibility broken by previous change
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> 1.3.2a-6
  - Use password-auth common PAM configuration instead of system-auth
* Mon Sep 07 2009 Paul Howarth <paul@city-fan.org> 1.3.2a-5
  - Add upstream patch for MLSD with dirnames containing glob chars (#521634)
* Wed Sep 02 2009 Paul Howarth <paul@city-fan.org> 1.3.2a-4
  - New DSO module: mod_exec (#520214)
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> 1.3.2a-3.1
  - Rebuilt with new openssl
* Wed Aug 19 2009 Paul Howarth <paul@city-fan.org> 1.3.2a-3
  - Use mod_vroot to work around PAM/chroot issues (#477120, #506735)
* Fri Jul 31 2009 Paul Howarth <paul@city-fan.org> 1.3.2a-2
  - Add upstream patch to fix parallel build (http://bugs.proftpd.org/3189)
* Mon Jul 27 2009 Paul Howarth <paul@city-fan.org> 1.3.2a-1
  - Update to 1.3.2a
  - Add patch to reinstate support for -DPARAMETER (http://bugs.proftpd.org/3221)
  - Retain CAP_AUDIT_WRITE, needed for pam_loginuid (#506735, fixed upstream)
  - Remove ScoreboardFile directive from configuration file - default value
    works better with SELinux (#498375)
  - Ship mod_quotatab_sql.so in the main package rather than the SQL backend
    subpackages
  - New DSO modules:
    - mod_ctrls_admin
    - mod_facl
    - mod_load
    - mod_quotatab_radius
    - mod_radius
    - mod_ratio
    - mod_rewrite
    - mod_site_misc
    - mod_wrap2
    - mod_wrap2_file
    - mod_wrap2_sql
  - Enable mod_lang/nls support for RFC 2640 (and buildreq gettext)
  - Add /etc/sysconfig/proftpd to set PROFTPD_OPTIONS and update initscript to
    use this value so we can use a define to enable (e.g.) anonymous FTP support
    rather than having a huge commented-out section in the config file
  - Rewrite config file to remove most settings that don't change upstream
    defaults, and add brief descriptions for all available loadable modules
  - Move Umask and IdentLookups settings from server config to <Global> context
    so that they apply to all servers, including virtual hosts (#509251)
  - Ensure mod_ifsession is always the last one specified, which makes sure that
    mod_ifsession's changes are seen properly by other modules
  - Drop pam version requirement - all targets have sufficiently recent version
  - Drop redundant explicit dependency on pam
  - Subpackages don't need to own %{_libexecdir}/proftpd directory
  - Drop redundant krb5-devel buildreq
  - Make SRPM back-compatible with EPEL-4 (TLS cert dirs, PAM config)
  - Don't include README files for non-Linux platforms
  - Recode ChangeLog as UTF-8
  - Don't ship the prxs tool for building custom DSO's since we don't ship the
    headers either
  - Prevent stripping of binaries in a slightly more robust way
  - Fix release tag to be ready for future beta/rc versions
  - Define RPM macros in global scope
  - BuildRequire libcap-devel so that we use the system library rather than the
    bundled one, and eliminate log messages like:
    kernel: warning: `proftpd' uses 32-bit capabilities (legacy support in use)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.3.2-3.1
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Apr 09 2009 Matthias Saou <http://freshrpms.net/> 1.3.2-2.1
  - Update the tcp_wrappers BR to be just /usr/include/tcpd.h instead.
* Thu Apr 09 2009 Matthias Saou <http://freshrpms.net/> 1.3.2-2
  - Fix tcp_wrappers-devel BR conditional.
* Mon Apr 06 2009 Matthias Saou <http://freshrpms.net/> 1.3.2-1
  - Update to 1.3.2.
  - Include mod_wrap (#479813).
  - Tried to include mod_wrap2* modules but build failed.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Jan 24 2009 Caolán McNamara 1.3.2-0.3.rc3
  - Rebuild for dependencies
* Fri Jan 02 2009 Matthias Saou <http://freshrpms.net/> 1.3.2-0.2.rc3
  - Update default configuration to have a lit of available modules and more
    example configuration for them.
* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.3.2-0.1.rc3
  - Update to 1.3.2rc3 (fixes security issue #464127)
  - Exclude new pkgconfig file, as we already exclude header files (if someone
    ever needs to rebuild something against this proftpd, just ask and I'll split
    out a devel package... but it seems pretty useless currently).
  - Remove no longer needed find-umode_t patch.
* Fri Aug 08 2008 Matthias Saou <http://freshrpms.net/> 1.3.1-6
  - Add mod_ban support (#457289, Philip Prindeville).
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
  - Autorebuild for GCC 4.3
* Wed Feb 13 2008 Matthias Saou <http://freshrpms.net/> 1.3.1-4
  - Pass --enable-shadow to also have it available, not just PAM (#378981).
  - Add mod_ifsession as DSO (#432539).
* Mon Dec 17 2007 Matthias Saou <http://freshrpms.net/> 1.3.1-3
  - Rebuild for new openssl, patch from Paul Howarth.
* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 1.3.1-2
  - Include openldap schema file for quota support (Fran Taylor, #291891).
  - Include FDS compatible LDIF file for quota support (converted).
  - Prefix source welcome.msg for consistency.
* Tue Oct 09 2007 Matthias Saou <http://freshrpms.net/> 1.3.1-1
  - Update to 1.3.1 final.
  - Remove all patches (upstream).
* Sun Aug 19 2007 Matthias Saou <http://freshrpms.net/> 1.3.1-0.2.rc3
  - Update to 1.3.1rc3 (the only version to fix #237533 aka CVE-2007-2165).
  - Remove all patches, none are useful anymore.
  - Patch sstrncpy.c for config.h not being included (reported upstream #2964).
  - Patch mod_sql_mysql.c to fix a typo (already fixed in CVS upstream).
  - Exclude new headers, at least until some first 3rd party module shows up.
  - Clean up old leftover CVS strings from our extra files.
  - LSB-ize the init script (#247033).
  - Explicitly pass --enable-openssl since configure tells us "(default=no)".
  - Include patch to fix open calls on F8.
* Sun Aug 12 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-8
  - Fix logrotate entry to silence error when proftpd isn't running (#246392).
* Mon Aug 06 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-7
  - Include patch to fix "open" calls with recent glibc.
* Mon Aug 06 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-6
  - Update License field.
* Fri Jun 15 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-5
  - Remove _smp_mflags to (hopefully) fix build failure.
* Fri Jun 15 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-4
  - Fix PAM entry for F7+ (#244168). Still doesn't work with selinux, though.
* Fri May 04 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-4
  - Fix auth bypass vulnerability (#237533, upstream #2922)... not! :-(
* Tue Feb 06 2007 Matthias Saou <http://freshrpms.net/> 1.3.0a-3
  - Patch to fix local user buffer overflow in controls request handling, rhbz
    bug #219938, proftpd bug #2867.
* Mon Dec 11 2006 Matthias Saou <http://freshrpms.net/> 1.3.0a-2
  - Rebuild against new PostgreSQL.
* Mon Nov 27 2006 Matthias Saou <http://freshrpms.net/> 1.3.0a-1
  - Update to 1.3.0a, which actually fixes CVE-2006-5815... yes, #214820!).
* Thu Nov 16 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-10
  - Fix cmdbufsize patch for missing CommandBufferSize case (#214820 once more).
* Thu Nov 16 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-9
  - Include mod_tls patch (#214820 too).
* Mon Nov 13 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-8
  - Include cmdbufsize patch (#214820).
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-7
  - FC6 rebuild.
* Mon Aug 21 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-6
  - Add mod_quotatab, _file, _ldap and _sql (#134291).
* Mon Jul 03 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-5
  - Disable sendfile by default since it breaks displaying the download speed in
    ftptop and ftpwho (#196913).
* Mon Jun 19 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-4
  - Include ctrls restart patch, see #195884 (patch from proftpd.org #2792).
* Wed May 10 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-3
  - Add commented section about DSO loading to the default proftpd.conf.
  - Update TLS cert paths in the default proftpd.conf to /etc/pki/tls.
* Fri Apr 28 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-2
  - Mark pam.d and logrotate.d config files as noreplace.
  - Include patch to remove -rpath to DESTDIR/usr/sbin/ in the proftpd binary
    when DSO is enabled (#190122).
* Fri Apr 21 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-1
  - Update to 1.3.0 final.
  - Remove no longer needed PostgreSQL and OpenSSL detection workarounds.
  - Remove explicit conflicts on wu-ftpd, anonftp and vsftpd to let people
    install more than one ftp daemon (what for? hmm...) (#189023).
  - Enable LDAP, MySQL and PostgreSQL as DSOs by default, and stuff them in
    new sub-packages. This won't introduce any regression since they weren't
    enabled by default.
  - Remove useless explicit requirements.
  - Rearrange scriplets requirements.
  - Enable ctrls (controls via ftpdctl) and facl (POSIX ACLs).
  - Using --disable-static makes the build fail, so exclude .a files in %files.
  - Silence harmless IPv6 failure message at startup when IPv6 isn't available.
* Tue Mar 07 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-0.2.rc4
  - Update to 1.3.0rc4 (bugfix release).
* Mon Mar 06 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-0.2.rc3
  - FC5 rebuild.
* Thu Feb 09 2006 Matthias Saou <http://freshrpms.net/> 1.3.0-0.1.rc3
  - Update to 1.3.0rc3, which builds with the latest openssl.
* Thu Nov 17 2005 Matthias Saou <http://freshrpms.net/> 1.2.10-7
  - Rebuild against new openssl library... not.
* Wed Jul 13 2005 Matthias Saou <http://freshrpms.net/> 1.2.10-6
  - The provided pam.d file no longer works, use our own based on the one from
    the vsftpd package (#163026).
  - Rename the pam.d file we use from 'ftp' to 'proftpd'.
  - Update deprecated AuthPAMAuthoritative in the config file (see README.PAM).
* Tue May 10 2005 Matthias Saou <http://freshrpms.net/> 1.2.10-4
  - Disable stripping in order to get useful debuginfo packages.
* Thu Apr 07 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.2.10-3
  - rebuilt
* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 1.2.10-2
  - Bump release to provide Extras upgrade path.
* Wed Sep 22 2004 Matthias Saou <http://freshrpms.net/> 1.2.10-1
  - Updated to release 1.2.10.
* Tue Jun 22 2004 Matthias Saou <http://freshrpms.net/> 1.2.9-8
  - Added ncurses-devel build requires to fix the ftptop utility.
* Thu Feb 26 2004 Magnus-swe <Magnus-swe@telia.com> 1.2.9-7
  - Fixed the scoreboard and pidfile issues.
* Fri Jan 09 2004 Matthias Saou <http://freshrpms.net/> 1.2.9-6
  - Pass /var/run/proftpd as localstatedir to configure to fix pid and
    scoreboard file problems.
* Wed Dec 10 2003 Matthias Saou <http://freshrpms.net/> 1.2.9-4
  - Fixed the MySQL include path, thanks to Jim Richardson.
  - Renamed the postgres conditional build to postgresql.
* Tue Nov 11 2003 Matthias Saou <http://freshrpms.net/> 1.2.9-3
  - Renamed the xinetd service to xproftpd to avoid conflict.
  - Only HUP the standalone proftpd through logrotate if it's running.
* Fri Nov 07 2003 Matthias Saou <http://freshrpms.net/> 1.2.9-2
  - Rebuild for Fedora Core 1.
  - Modified the init script to make it i18n aware.
* Fri Oct 31 2003 Matthias Saou <http://freshrpms.net/> 1.2.9-1
  - Update to 1.2.9.
* Wed Sep 24 2003 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.8p to fix secutiry vulnerability.
  - Fix the TLS build option at last, enable it by default.
* Mon Aug 04 2003 Matthias Saou <http://freshrpms.net/>
  - Minor fixes in included README files.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
  - Rebuilt for Red Hat Linux 9.
* Thu Mar 13 2003 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.8.
  - Remove the renamed linuxprivs module.
  - Added TLS module build option.
* Fri Dec 13 2002 Matthias Saou <http://freshrpms.net/>
  - Fix change for ScoreboardFile in the default conf, thanks to Sven Hoexter.
* Mon Dec 09 2002 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.7.
* Thu Sep 26 2002 Matthias Saou <http://freshrpms.net/>
  - Rebuilt for Red Hat Linux 8.0.
* Tue Sep 17 2002 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.6.
  - Fixed typo in the config for "AllowForeignAddress" thanks to Michel Kraus.
  - Removed obsolete user install patch.
  - Added "modular" ldap, mysql and postgresql support.
* Mon Jun 10 2002 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.5.
  - Changed the welcome.msg to config so that it doesn't get replaced.
* Fri May 03 2002 Matthias Saou <http://freshrpms.net/>
  - Rebuilt against Red Hat Linux 7.3.
  - Added the %{?_smp_mflags} expansion.
* Tue Oct 23 2001 Matthias Saou <http://freshrpms.net/>
  - Changed the default config file : Where the pid file is stored, addedd
    an upload authorization in anon server, and separate anon logfiles.
  - Updated welcome.msg to something nicer.
* Fri Oct 19 2001 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.4, since 1.2.3 had a nasty umask bug.
* Sat Aug 18 2001 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.2 final.
  - Changed the default config file a lot.
* Wed Apr 25 2001 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.2rc2.
* Sun Apr 01 2001 Matthias Saou <http://freshrpms.net/>
  - Update to 1.2.2rc1.
* Tue Mar 20 2001 Matthias Saou <http://freshrpms.net/>
  - Added a DenyFilter to prevent a recently discovered DOS attack.
    This is only useful for fresh installs since the config file is not
    overwritten.
* Fri Mar 02 2001 Matthias Saou <http://freshrpms.net/>
  - Upgraded to 1.2.1.
  - New init script (added condrestart).
* Tue Feb 27 2001 Matthias Saou <http://freshrpms.net/>
  - Upgraded to 1.2.0 final.
* Tue Feb 06 2001 Matthias Saou <http://freshrpms.net/>
  - Upgraded to 1.2.0rc3 (at last a new version!)
  - Modified the spec file to support transparent upgrades
* Wed Nov 08 2000 Matthias Saou <http://freshrpms.net/>
  - Upgraded to the latest CVS to fix the "no PORT command" bug
  - Fixed the ftpuser creation script
  - Modified the default config file to easily change to an anonymous
    server
* Sun Oct 15 2000 Matthias Saou <http://freshrpms.net/>
  [proftpd-1.2.0rc2-2]
  - Updated the spec file and build process for RedHat 7.0
  - Added xinetd support
  - Added logrotate.d support
* Fri Jul 28 2000 Matthias Saou <http://freshrpms.net/>
  [proftpd-1.2.0rc2-1]
  - Upgraded to 1.2.0rc2
  
  - Upgraded to 1.2.0rc1
* Sat Jul 22 2000 Matthias Saou <http://freshrpms.net/>
  [proftpd-1.2.0rc1-1]
  - Upgraded to 1.2.0rc1
  - Re-did the whole spec file (it's hopefully cleaner now)
  - Made a patch to be able to build the RPM as an other user than root
  - Added default pam support (but without /etc/shells check)
  - Rewrote the rc.d script (mostly exit levels and ftpshut stuff)
  - Modified the default configuration file to not display a version number
  - Changed the package to standalone in one single RPM easily changeable
    to inetd (for not-so-newbie users)
  - Fixed the ftpusers generating shell script (missing "nu"s for me...)
  - Removed mod_ratio (usually used with databases modules anyway)
  - Removed the prefix (relocations a rarely used on non-X packages)
  - Gzipped the man pages
* Sun Oct 03 1999 O.Elliyasa <osman@Cable.EU.org>
  - Multi package creation.
    Created core, standalone, inetd (&doc) package creations.
    Added startup script for init.d
    Need to make the "standalone & inetd" packages being created as "noarch"
  - Added URL.
  - Added prefix to make the package relocatable.
* Wed Sep 08 1999 O.Elliyasa <osman@Cable.EU.org>
  - Corrected inetd.conf line addition/change logic.
* Sat Jul 24 1999 MacGyver <macgyver@tos.net>
  - Initial import of spec.

Files

/etc/blacklist.dat
/etc/dhparams.pem
/etc/ftpusers
/etc/logrotate.d/proftpd
/etc/pam.d/proftpd
/etc/proftpd.conf
/etc/rc.d/init.d/proftpd
/etc/sysconfig/proftpd
/etc/xinetd.d/xproftpd
/usr/bin/ftpcount
/usr/bin/ftpdctl
/usr/bin/ftptop
/usr/bin/ftpwho
/usr/libexec/proftpd
/usr/libexec/proftpd/mod_ban.so
/usr/libexec/proftpd/mod_ctrls_admin.so
/usr/libexec/proftpd/mod_exec.so
/usr/libexec/proftpd/mod_facl.so
/usr/libexec/proftpd/mod_geoip.so
/usr/libexec/proftpd/mod_ifsession.so
/usr/libexec/proftpd/mod_load.so
/usr/libexec/proftpd/mod_quotatab.so
/usr/libexec/proftpd/mod_quotatab_file.so
/usr/libexec/proftpd/mod_quotatab_radius.so
/usr/libexec/proftpd/mod_quotatab_sql.so
/usr/libexec/proftpd/mod_radius.so
/usr/libexec/proftpd/mod_ratio.so
/usr/libexec/proftpd/mod_rewrite.so
/usr/libexec/proftpd/mod_sftp.so
/usr/libexec/proftpd/mod_sftp_pam.so
/usr/libexec/proftpd/mod_sftp_sql.so
/usr/libexec/proftpd/mod_shaper.so
/usr/libexec/proftpd/mod_site_misc.so
/usr/libexec/proftpd/mod_sql.so
/usr/libexec/proftpd/mod_sql_passwd.so
/usr/libexec/proftpd/mod_tls_shmcache.so
/usr/libexec/proftpd/mod_wrap.so
/usr/libexec/proftpd/mod_wrap2.so
/usr/libexec/proftpd/mod_wrap2_file.so
/usr/libexec/proftpd/mod_wrap2_sql.so
/usr/sbin/ftpscrub
/usr/sbin/ftpshut
/usr/sbin/in.proftpd
/usr/sbin/proftpd
/usr/share/doc/proftpd-1.3.3g
/usr/share/doc/proftpd-1.3.3g/COPYING
/usr/share/doc/proftpd-1.3.3g/CREDITS
/usr/share/doc/proftpd-1.3.3g/ChangeLog
/usr/share/doc/proftpd-1.3.3g/Configuration.html
/usr/share/doc/proftpd-1.3.3g/Configuration.pdf
/usr/share/doc/proftpd-1.3.3g/Configuration.sgml
/usr/share/doc/proftpd-1.3.3g/NEWS
/usr/share/doc/proftpd-1.3.3g/README
/usr/share/doc/proftpd-1.3.3g/README.DSO
/usr/share/doc/proftpd-1.3.3g/README.IPv6
/usr/share/doc/proftpd-1.3.3g/README.PAM
/usr/share/doc/proftpd-1.3.3g/README.capabilities
/usr/share/doc/proftpd-1.3.3g/README.classes
/usr/share/doc/proftpd-1.3.3g/README.contrib
/usr/share/doc/proftpd-1.3.3g/README.controls
/usr/share/doc/proftpd-1.3.3g/README.facl
/usr/share/doc/proftpd-1.3.3g/README.modules
/usr/share/doc/proftpd-1.3.3g/README.ratio
/usr/share/doc/proftpd-1.3.3g/contrib
/usr/share/doc/proftpd-1.3.3g/contrib/ftpasswd.html
/usr/share/doc/proftpd-1.3.3g/contrib/ftpmail.html
/usr/share/doc/proftpd-1.3.3g/contrib/ftpquota.html
/usr/share/doc/proftpd-1.3.3g/contrib/index.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_ban.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_ctrls_admin.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_dynmasq.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_exec.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_geoip.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_ifsession.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_ldap.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_load.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_quotatab.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_quotatab_file.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_quotatab_ldap.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_quotatab_radius.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_quotatab_sql.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_radius.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_rewrite.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sftp.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sftp_pam.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sftp_sql.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_shaper.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_site_misc.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sql.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sql_odbc.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sql_passwd.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_sql_sqlite.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_tls.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_tls_shmcache.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_unique_id.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_vroot.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_wrap.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_wrap2.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_wrap2_file.html
/usr/share/doc/proftpd-1.3.3g/contrib/mod_wrap2_sql.html
/usr/share/doc/proftpd-1.3.3g/faq.html
/usr/share/doc/proftpd-1.3.3g/howto
/usr/share/doc/proftpd-1.3.3g/howto/ASCII.html
/usr/share/doc/proftpd-1.3.3g/howto/AuthFiles.html
/usr/share/doc/proftpd-1.3.3g/howto/Authentication.html
/usr/share/doc/proftpd-1.3.3g/howto/BCP.html
/usr/share/doc/proftpd-1.3.3g/howto/Chroot.html
/usr/share/doc/proftpd-1.3.3g/howto/Classes.html
/usr/share/doc/proftpd-1.3.3g/howto/Compiling.html
/usr/share/doc/proftpd-1.3.3g/howto/ConfigFile.html
/usr/share/doc/proftpd-1.3.3g/howto/ConfigurationTricks.html
/usr/share/doc/proftpd-1.3.3g/howto/Controls.html
/usr/share/doc/proftpd-1.3.3g/howto/CreateHome.html
/usr/share/doc/proftpd-1.3.3g/howto/DNS.html
/usr/share/doc/proftpd-1.3.3g/howto/DSO.html
/usr/share/doc/proftpd-1.3.3g/howto/Debugging.html
/usr/share/doc/proftpd-1.3.3g/howto/Directory.html
/usr/share/doc/proftpd-1.3.3g/howto/DisplayFiles.html
/usr/share/doc/proftpd-1.3.3g/howto/FTP.html
/usr/share/doc/proftpd-1.3.3g/howto/FXP.html
/usr/share/doc/proftpd-1.3.3g/howto/Filters.html
/usr/share/doc/proftpd-1.3.3g/howto/Globbing.html
/usr/share/doc/proftpd-1.3.3g/howto/Limit.html
/usr/share/doc/proftpd-1.3.3g/howto/ListOptions.html
/usr/share/doc/proftpd-1.3.3g/howto/Logging.html
/usr/share/doc/proftpd-1.3.3g/howto/NAT.html
/usr/share/doc/proftpd-1.3.3g/howto/Nonroot.html
/usr/share/doc/proftpd-1.3.3g/howto/Quotas.html
/usr/share/doc/proftpd-1.3.3g/howto/Regex.html
/usr/share/doc/proftpd-1.3.3g/howto/Rewrite.html
/usr/share/doc/proftpd-1.3.3g/howto/SQL.html
/usr/share/doc/proftpd-1.3.3g/howto/SSH.html
/usr/share/doc/proftpd-1.3.3g/howto/Scoreboard.html
/usr/share/doc/proftpd-1.3.3g/howto/Sendfile.html
/usr/share/doc/proftpd-1.3.3g/howto/ServerType.html
/usr/share/doc/proftpd-1.3.3g/howto/Stopping.html
/usr/share/doc/proftpd-1.3.3g/howto/TLS.html
/usr/share/doc/proftpd-1.3.3g/howto/Testing.html
/usr/share/doc/proftpd-1.3.3g/howto/Timestamps.html
/usr/share/doc/proftpd-1.3.3g/howto/Tracing.html
/usr/share/doc/proftpd-1.3.3g/howto/Translations.html
/usr/share/doc/proftpd-1.3.3g/howto/Umask.html
/usr/share/doc/proftpd-1.3.3g/howto/Upgrade.html
/usr/share/doc/proftpd-1.3.3g/howto/Versioning.html
/usr/share/doc/proftpd-1.3.3g/howto/Vhost.html
/usr/share/doc/proftpd-1.3.3g/howto/VirtualUsers.html
/usr/share/doc/proftpd-1.3.3g/howto/index.html
/usr/share/doc/proftpd-1.3.3g/license.txt
/usr/share/doc/proftpd-1.3.3g/mod_sample.c
/usr/share/doc/proftpd-1.3.3g/modules
/usr/share/doc/proftpd-1.3.3g/modules/mod_auth_file.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_auth_pam.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_cap.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_ctrls.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_delay.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_dso.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_facl.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_facts.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_ident.html
/usr/share/doc/proftpd-1.3.3g/modules/mod_lang.html
/usr/share/doc/proftpd-1.3.3g/rfc
/usr/share/doc/proftpd-1.3.3g/rfc/draft-bonachea-sftp-00.txt
/usr/share/doc/proftpd-1.3.3g/rfc/draft-ietf-ftpext-sec-consider-02.txt
/usr/share/doc/proftpd-1.3.3g/rfc/draft-somers-ftp-mfxx-03.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc0959.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc2228.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc2389.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc2428.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc2640.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc3659.txt
/usr/share/doc/proftpd-1.3.3g/rfc/rfc4217.txt
/usr/share/doc/proftpd-1.3.3g/sample-configurations
/usr/share/doc/proftpd-1.3.3g/sample-configurations/PFTEST.conf.in
/usr/share/doc/proftpd-1.3.3g/sample-configurations/PFTEST.group
/usr/share/doc/proftpd-1.3.3g/sample-configurations/PFTEST.install
/usr/share/doc/proftpd-1.3.3g/sample-configurations/PFTEST.passwd
/usr/share/doc/proftpd-1.3.3g/sample-configurations/PFTEST.shadow
/usr/share/doc/proftpd-1.3.3g/sample-configurations/anonymous.conf
/usr/share/doc/proftpd-1.3.3g/sample-configurations/basic.conf
/usr/share/doc/proftpd-1.3.3g/sample-configurations/complex-virtual.conf
/usr/share/doc/proftpd-1.3.3g/sample-configurations/mod_sql.conf
/usr/share/doc/proftpd-1.3.3g/sample-configurations/virtual.conf
/usr/share/doc/proftpd-1.3.3g/xferstats.holger-preiss
/usr/share/locale/bg_BG/LC_MESSAGES/proftpd.mo
/usr/share/locale/en_US/LC_MESSAGES/proftpd.mo
/usr/share/locale/fr_FR/LC_MESSAGES/proftpd.mo
/usr/share/locale/it_IT/LC_MESSAGES/proftpd.mo
/usr/share/locale/ja_JP/LC_MESSAGES/proftpd.mo
/usr/share/locale/ko_KR/LC_MESSAGES/proftpd.mo
/usr/share/locale/ru_RU/LC_MESSAGES/proftpd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/proftpd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/proftpd.mo
/usr/share/man/man1/ftpcount.1.gz
/usr/share/man/man1/ftptop.1.gz
/usr/share/man/man1/ftpwho.1.gz
/usr/share/man/man5/xferlog.5.gz
/usr/share/man/man8/ftpdctl.8.gz
/usr/share/man/man8/ftpscrub.8.gz
/usr/share/man/man8/ftpshut.8.gz
/usr/share/man/man8/proftpd.8.gz
/var/ftp
/var/ftp/pub
/var/ftp/uploads
/var/ftp/welcome.msg
/var/log/proftpd
/var/run/proftpd


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue May 21 05:22:47 2013