SHA256
1
0
forked from pool/vsftpd
Go to file
Stephan Kulow c2aa5ce3b4 Accepting request 106294 from network
- follow Systemd Packaging guidelines
  http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
- add $local_fs and $remote_fs to init script

- use the original tarball, because the bz2 repacking madness disables
  gpg --verify
- revert a part oc changes utf converting

- update to upstream 2.3.5:
  * Try and force glibc to cache zoneinfo files in an attempt to work around
    glibc parsing vulnerability. Thanks to Kingcope.
  * Only report CHMOD in SITE HELP if it's enabled. Thanks to Martin Schwenke
    <martin@meltin.net>.
  * Some simple fixes and cleanups from Thorsten Brehm <tbrehm@dspace.de>.
  * Only advertise "AUTH SSL" if one of SSLv2, SSLv3 is enabled. Thanks to
    steve willing <eiji-gravion@hotmail.com>.
  * Handle connect() failures properly. Thanks to Takayuki Nagata
    <tnagata@redhat.com>.
  * Add stronger checks for the configuration error of running with a
    writeable root directory inside a chroot(). This may bite people who
    carelessly turned on chroot_local_user but such is life.
- convert .changes file to unicode
- refresh vsftpd-2.0.4-conf.diff to vsftpd-2.3.5-conf.patch
- name patches explicitly without macro as per recommendations
- remove INSTALL file from binary package
- update license to GPL-2.0+
- mark /etc/sysconfig/SuSEfirewall2/services/vsftpd as config file

- fis copy/paste error in previous change

OBS-URL: https://build.opensuse.org/request/show/106294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=28
2012-02-22 14:55:42 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
vsftpd-2.0.4-dmapi.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.4-enable-ssl.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.4-lib64.diff Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.4-xinetd.diff Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.5-enable-debuginfo.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.5-utf8-log-names.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.0.5-vuser.patch Updating link to change in openSUSE:Factory/vsftpd revision 21.0 2010-09-21 21:42:38 +00:00
vsftpd-2.3.5-conf.patch Accepting request 98058 from home:AndreasStieger:branches:network 2011-12-25 22:14:07 +00:00
vsftpd-2.3.5.tar.gz - use the original tarball, because the bz2 repacking madness disables 2012-02-15 16:42:34 +00:00
vsftpd.changes - add $local_fs and $remote_fs to init script 2012-02-21 11:17:29 +00:00
vsftpd.firewall OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=11 2008-09-15 13:56:22 +00:00
vsftpd.init - add $local_fs and $remote_fs to init script 2012-02-21 11:17:29 +00:00
vsftpd.logrotate - change the url and service file to the new location at 2011-09-22 11:33:04 +00:00
vsftpd.pam OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00
vsftpd.service Accepting request 93775 from home:elvigia:branches:network 2011-11-27 20:24:40 +00:00
vsftpd.spec - add $local_fs and $remote_fs to init script 2012-02-21 11:17:29 +00:00
vsftpd.xml OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=1 2007-01-15 23:40:43 +00:00

Starting with 10.1 vsftpd can be configured standalone
or over the xinetd superdeamon. Default is standalone.

If you want to run it over xinetd make sure the you enable
the service in the xinetd configuration (/etc/xinetd.d/vsftp)
and set the following line in /etc/vsftpd.conf

listen=NO

This is needed for vsftpd to over xinetd.