SHA256
1
0
forked from pool/vsftpd
Go to file
Peter Simons f6c72fe663 - Don't rely on the vsf_findlibs.sh script to figure out the list
of libraries the build needs to link. The script is wildly
  unreliable and it's hard to predict what results it will produce.
  Also, the results it *does* produce are invisble in the build
  log. We stumbled across this issue when vsftpd suddendly had
  build failures on i586 platforms because the script decided to
  try and link "-lnsl" even though the library was neither
  installed nor required.  

- Drop the explicit specification of the LDFLAGS and LINK variables
  from the call to make. The value of LDFLAGS we passed is the
  default anyway and giving LINK has no effect since it's not used
  anywhere in the Makefile.

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=119
2017-09-11 13:02:10 +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 - Cleanup with spec-cleaner 2014-05-26 13:22:17 +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 Accepting request 424074 from home:dimstar:Factory 2016-08-31 18:18:20 +00:00
vsftpd-2.0.4-xinetd.diff - Add comment about listen variables for xinetd configuration. 2014-05-26 12:48:36 +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.1.0-filter.patch - Reset filter patch to match fedora, my work will be restarted 2015-03-23 20:10:51 +00:00
vsftpd-2.2.0-wildchar.patch - Reset filter patch to match fedora, my work will be restarted 2015-03-23 20:10:51 +00:00
vsftpd-2.3.4-sqb.patch - Fix memory leaks in ls.c bnc#968138 2016-03-10 18:20:17 +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-fix-chown-uploads.patch Add vsftpd-3.0.2-fix-chown-uploads.patch to fix a bug in vsftpd where files 2016-09-19 11:43:40 +00:00
vsftpd-3.0.2-s390.patch Accepting request 246751 from home:matejcik:branches:network 2014-09-01 15:38:56 +00:00
vsftpd-3.0.2-wnohang.patch - Fix bnc#970982 hanging on pam_exec in pam.d 2016-03-21 12:54:56 +00:00
vsftpd-3.0.3-address_space_limit.patch Add "vsftpd-3.0.3-address_space_limit.patch" to create the new configuration option "address_space_limit", which determines the memory limit vsftpd configures for its own process (given in bytes). The previously hard-coded limit (100 MB) may not be sufficient for vsftpd servers running with certain PAM modules enabled, and in such cases administrators may wish to raise the limit to match their system's requirements. [bsc#1042137] 2017-09-08 07:29:34 +00:00
vsftpd-3.0.3-build-with-openssl-1.1.patch Accepting request 503275 from home:dmolkentin:branches:network 2017-06-12 22:37:25 +00:00
vsftpd-3.0.3.tar.gz - Version bump to 3.0.3: 2015-09-08 11:05:12 +00:00
vsftpd-3.0.3.tar.gz.asc - Version bump to 3.0.3: 2015-09-08 11:05:12 +00:00
vsftpd-append-seek-pipe.patch Add "vsftpd-append-seek-pipe.patch" to allow the FTP server to append to a file system pipe. [bsc#1048427] 2017-09-07 14:51:06 +00:00
vsftpd-die-with-session.patch Add "vsftpd-die-with-session.patch" to fix a bug in vsftpd that would cause SSL protocol errors, aborting the connection, whenever system errors occurred that were supposed to be non-fatal. [bsc#1044292] 2017-09-07 13:15:52 +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-ls-memleak.patch - Fix memory leaks in ls.c bnc#968138 2016-03-10 18:20:17 +00:00
vsftpd-mdtm-in-utc.patch Add "vsftpd-mdtm-in-utc.patch" to fix interoperability issue with various ftp clients that arose when vsftpd is configured with option "use_localtime=YES". Basically, it's fine to use local time stamps in directory listings, but responding to MDTM commands with any time zone other than UTC directly violates RFC3659 and leads FTP clients to misinterpret the file's time stamp. [bsc#1024961] 2017-09-07 13:55:51 +00:00
vsftpd-path-normalize.patch - Fix memory leaks in ls.c bnc#968138 2016-03-10 18:20:17 +00:00
vsftpd-root-squashed-chroot.patch Accepting request 229627 from home:scarabeus_iv 2014-04-10 13:24:27 +00:00
vsftpd.changes - Don't rely on the vsf_findlibs.sh script to figure out the list 2017-09-11 13:02:10 +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 Accepting request 332591 from home:worldcitizen:branches:network 2015-09-21 11:27:21 +00:00
vsftpd.keyring Accepting request 143938 from home:sbrabec:gpg-offline-verify 2012-12-18 10:10:02 +00:00
vsftpd.logrotate OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=87 2015-06-23 11:59:00 +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.socket - Add socket service for vsftpd to avoid the need for xinetd here. 2014-05-26 13:00:04 +00:00
vsftpd.spec - Don't rely on the vsf_findlibs.sh script to figure out the list 2017-09-11 13:02:10 +00:00
vsftpd@.service - Add socket service for vsftpd to avoid the need for xinetd here. 2014-05-26 13:00:04 +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

if you plan to use xinetd (/etc/xinetd.d/vsftp) you don't need to change
anything by default, but if you have ipv6 available you have to set
listen_ipv6=NO too in order for xinetd to work.
Alternatively you can also use systemd socket service that listens on
port 21 and starts the server like xinetd would. This service does
not require you to change ANY variable in the /etc/vsftpd.conf.