hwoarang    14/09/14 11:04:49

  Added:                vsftpd-3.0.2-aslim.patch
  Log:
  Increase VSFTP_AS_LIMIT macro to fix logins with pam_mysql. Bug #522412. 
Patch by Harald Glatt (hachre) <bugzilla-gen...@mail.hachre.de>
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.1                  net-ftp/vsftpd/files/vsftpd-3.0.2-aslim.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/vsftpd/files/vsftpd-3.0.2-aslim.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/vsftpd/files/vsftpd-3.0.2-aslim.patch?rev=1.1&content-type=text/plain

Index: vsftpd-3.0.2-aslim.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=522412
https://bugzilla.redhat.com/show_bug.cgi?id=913519
--- a/defs.h    2014-09-13 12:04:15.953079704 +0200
+++ b/defs.h    2014-09-13 12:04:48.677080716 +0200
@@ -19,7 +19,7 @@
 /* Must be at least the size of VSFTP_MAX_COMMAND_LINE, VSFTP_DIR_BUFSIZE and
    VSFTP_DATA_BUFSIZE*2 */
 #define VSFTP_PRIVSOCK_MAXSTR   VSFTP_DATA_BUFSIZE * 2
-#define VSFTP_AS_LIMIT          100UL * 1024 * 1024
+#define VSFTP_AS_LIMIT          400UL * 1024 * 1024
 
 #endif /* VSF_DEFS_H */
 




Reply via email to