forked from pool/vsftpd
c2aa5ce3b4
- 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 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
README.SUSE | ||
vsftpd-2.0.4-dmapi.patch | ||
vsftpd-2.0.4-enable-ssl.patch | ||
vsftpd-2.0.4-lib64.diff | ||
vsftpd-2.0.4-xinetd.diff | ||
vsftpd-2.0.5-enable-debuginfo.patch | ||
vsftpd-2.0.5-utf8-log-names.patch | ||
vsftpd-2.0.5-vuser.patch | ||
vsftpd-2.3.5-conf.patch | ||
vsftpd-2.3.5.tar.gz | ||
vsftpd.changes | ||
vsftpd.firewall | ||
vsftpd.init | ||
vsftpd.logrotate | ||
vsftpd.pam | ||
vsftpd.service | ||
vsftpd.spec | ||
vsftpd.xml |
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.