SHA256
1
0
forked from pool/vsftpd
Go to file
Michal Hrusecky (old before rename to _miska_) 10243a939a Accepting request 229627 from home:scarabeus_iv
- Move the enabling of timeofday and alarm one level deeper to
  be sure it is whitelisted everytime.
  Also should possibly fix bnc#872215.
- Updated patch:
  * vsftpd-enable-gettimeofday-sec.patch

- Remove forking from service type as it hangs in endless loop.

- Fix warning about dangling symlink on rcvsftpd from rpmlint and
  remove also clean section while at it.

- Add patch to allow gettimeofday and alarm calls with seccomp
  enabled. bnc#870122
- Added patch:
  * vsftpd-enable-gettimeofday-sec.patch

- Specify that the service type is forking

- changed license to SUSE-GPL-2.0-with-openssl-exception
  * suggested by legal team

- add allow_root_squashed_chroot option to enable chroot on nsf
  mounted with squash_root option (fate#311051)
  * vsftpd-root-squashed-chroot.patch

OBS-URL: https://build.opensuse.org/request/show/229627
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=59
2014-04-10 13:24:27 +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 - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.4-dmapi.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +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 - update to upstream 3.0.0: 2012-04-11 12:03:42 +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 - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd-2.0.5-utf8-log-names.patch - update to upstream 3.0.0: 2012-04-11 12:03:42 +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 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-3.0.0_gnu_source_defines.patch Accepting request 115133 from home:aljex:branches:network 2012-04-24 13:17:54 +00:00
vsftpd-3.0.0-optional-seccomp.patch Accepting request 115133 from home:aljex:branches:network 2012-04-24 13:17:54 +00:00
vsftpd-3.0.2.tar.gz - update to 3.0.2 (bnc#786024) 2012-10-22 13:40:00 +00:00
vsftpd-3.0.2.tar.gz.asc - update to 3.0.2 (bnc#786024) 2012-10-22 13:40:00 +00:00
vsftpd-allow-dev-log-socket.patch - add vsftpd-allow-dev-log-socket.patch (bnc#786024) 2013-02-28 13:31:50 +00:00
vsftpd-drop-newpid-from-clone.patch Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-enable-dev-log-sendto.patch Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-enable-fcntl-f_setfl.patch Accepting request 162590 from home:mvyskocil:branches:network 2013-04-04 10:09:44 +00:00
vsftpd-enable-gettimeofday-sec.patch Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +00:00
vsftpd-root-squashed-chroot.patch Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +00:00
vsftpd.changes Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +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.keyring Accepting request 143938 from home:sbrabec:gpg-offline-verify 2012-12-18 10:10:02 +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 - update to upstream 3.0.0: 2012-04-11 12:03:42 +00:00
vsftpd.spec Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +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

vsftpd-3.0.0 made the listen mode default. In order to maintain backward
compatibility, default /etc/vsftpd.conf in SUSE contains

listen=NO
listen_ipv6=YES

so no changes for xinetd (/etc/xinetd.d/vsftp) are needed by default.