[vsftpd/f17] fixes #788812 - authentication failure on x86_64 when using nss_pgsql

Jiri Skala jskala at fedoraproject.org
Thu Feb 9 07:05:37 UTC 2012


commit 829d54cace8864b3202078f6be184b7a99fd6354
Author: Jiri Skala <jskala at redhat.com>
Date:   Thu Feb 9 08:05:35 2012 +0100

    fixes #788812 - authentication failure on x86_64 when using nss_pgsql

 vsftpd-2.3.5-aslim.patch |   12 ++++++++++++
 vsftpd.spec              |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/vsftpd-2.3.5-aslim.patch b/vsftpd-2.3.5-aslim.patch
new file mode 100644
index 0000000..4f28d09
--- /dev/null
+++ b/vsftpd-2.3.5-aslim.patch
@@ -0,0 +1,12 @@
+diff -up vsftpd-2.3.5/defs.h.aslim vsftpd-2.3.5/defs.h
+--- vsftpd-2.3.5/defs.h.aslim	2012-02-09 07:40:04.916658587 +0100
++++ vsftpd-2.3.5/defs.h	2012-02-09 07:50:18.365278392 +0100
+@@ -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          200UL * 1024 * 1024
+ 
+ #endif /* VSF_DEFS_H */
+ 
diff --git a/vsftpd.spec b/vsftpd.spec
index c38aa50..8a95b02 100644
--- a/vsftpd.spec
+++ b/vsftpd.spec
@@ -2,7 +2,7 @@
 
 Name: vsftpd
 Version: 2.3.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Very Secure Ftp Daemon
 
 Group: System Environment/Daemons
@@ -54,6 +54,7 @@ Patch16: vsftpd-2.2.2-clone.patch
 Patch19: vsftpd-2.3.4-sd.patch
 Patch20: vsftpd-2.3.4-sqb.patch
 Patch21: vsftpd-2.3.4-listen_ipv6.patch
+Patch22: vsftpd-2.3.5-aslim.patch
 
 %description
 vsftpd is a Very Secure FTP daemon. It was written completely from
@@ -91,6 +92,7 @@ cp %{SOURCE1} .
 %patch19 -p1 -b .sd
 %patch20 -p1 -b .sqb
 %patch21 -p1 -b .listen_ipv6
+%patch22 -p1 -b .aslim
 
 %build
 %ifarch s390x sparcv9 sparc64
@@ -165,6 +167,9 @@ fi
 %{_sysconfdir}/rc.d/init.d/vsftpd
 
 %changelog
+* Thu Feb 09 2012 Jiri Skala <jskala at redhat.com> - 2.3.5-3
+- fixes #788812 - authentication failure on x86_64 when using nss_pgsql
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list