fixes #913519 - login fails (increased AS_LIMIT)

This commit is contained in:
Jiri Skala 2013-02-25 07:53:16 +01:00
parent aad2ee68a3
commit 1dee87161e
2 changed files with 5 additions and 2 deletions

View File

@ -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 */

View File

@ -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@redhat.com> - 3.0.1-3
- fixes #913519 - login fails (increased AS_LIMIT)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild