[vsftpd] fixes #913519 - login fails (increased AS_LIMIT)

Jiri Skala jskala at fedoraproject.org
Mon Feb 25 06:53:20 UTC 2013


commit 1dee87161e4b3a942acb3f7f53739d197c3309ca
Author: Jiri Skala <jskala at redhat.com>
Date:   Mon Feb 25 07:53:16 2013 +0100

    fixes #913519 - login fails (increased AS_LIMIT)

 vsftpd-2.3.5-aslim.patch |    2 +-
 vsftpd.spec              |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vsftpd-2.3.5-aslim.patch b/vsftpd-2.3.5-aslim.patch
index 4f28d09..ba317b8 100644
--- a/vsftpd-2.3.5-aslim.patch
+++ b/vsftpd-2.3.5-aslim.patch
@@ -6,7 +6,7 @@ diff -up vsftpd-2.3.5/defs.h.aslim vsftpd-2.3.5/defs.h
     VSFTP_DATA_BUFSIZE*2 */
  #define VSFTP_PRIVSOCK_MAXSTR   VSFTP_DATA_BUFSIZE * 2
 -#define VSFTP_AS_LIMIT          100UL * 1024 * 1024
-+#define VSFTP_AS_LIMIT          200UL * 1024 * 1024
++#define VSFTP_AS_LIMIT          400UL * 1024 * 1024
  
  #endif /* VSF_DEFS_H */
  
diff --git a/vsftpd.spec b/vsftpd.spec
index 4468ed7..d43aa6b 100644
--- a/vsftpd.spec
+++ b/vsftpd.spec
@@ -2,7 +2,7 @@
 
 Name: vsftpd
 Version: 3.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Very Secure Ftp Daemon
 
 Group: System Environment/Daemons
@@ -162,6 +162,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/rc.d/init.d/vsftpd
 
 %changelog
+* Mon Feb 25 2013 Jiri Skala <jskala at redhat.com> - 3.0.1-3
+- fixes #913519 - login fails (increased AS_LIMIT)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list