SHA256
1
0
forked from pool/vsftpd

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]

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=118
This commit is contained in:
2017-09-08 07:29:34 +00:00
committed by Git OBS Bridge
parent ce43389ac4
commit 6364c36bd6
3 changed files with 68 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Sep 7 12:24:26 UTC 2017 - tchvatal@suse.com
Thu Sep 7 12:24:26 UTC 2017 - psimons@suse.com
- Add "vsftpd-die-with-session.patch" to fix a bug in vsftpd that
would cause SSL protocol errors, aborting the connection, whenever
@@ -16,6 +16,14 @@ Thu Sep 7 12:24:26 UTC 2017 - tchvatal@suse.com
- Add "vsftpd-append-seek-pipe.patch" to allow the FTP server to
append to a file system pipe. [bsc#1048427]
- 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]
-------------------------------------------------------------------
Wed Jun 14 11:42:26 UTC 2017 - tchvatal@suse.com