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

Jiri Skala jskala at fedoraproject.org
Thu Feb 9 07:16:47 UTC 2012


commit 457b15e613824f438548815e8fc6cbdc6c0eb235
Author: Jiri Skala <jskala at redhat.com>
Date:   Thu Feb 9 08:16:44 2012 +0100

    fixes #788812 - authentication failure on x86_64 when using nss_pgsql

 vsftpd.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vsftpd.spec b/vsftpd.spec
index 371ff35..6461f8c 100644
--- a/vsftpd.spec
+++ b/vsftpd.spec
@@ -2,7 +2,7 @@
 
 Name: vsftpd
 Version: 2.3.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Very Secure Ftp Daemon
 
 Group: System Environment/Daemons
@@ -54,6 +54,7 @@ Patch16: vsftpd-2.2.2-clone.patch
 Patch18: vsftpd-2.3.4-tout.patch
 Patch19: vsftpd-2.3.4-sd.patch
 Patch20: vsftpd-2.3.4-noexclusive.patch
+Patch21: vsftpd-2.3.4-aslim.patch
 
 %description
 vsftpd is a Very Secure FTP daemon. It was written completely from
@@ -91,6 +92,7 @@ cp %{SOURCE1} .
 %patch18 -p1 -b .tout
 %patch19 -p1 -b .sd
 %patch20 -p1 -b .noexclusive
+%patch21 -p1 -b .aslim
 
 %build
 %ifarch s390x sparcv9 sparc64
@@ -165,6 +167,9 @@ fi
 %{_sysconfdir}/rc.d/init.d/vsftpd
 
 %changelog
+* Tue Nov 15 2011 Jiri Skala <jskala at redhat.com> - 2.3.4-7
+- fixes #788812 - authentication failure on x86_64 when using nss_pgsql
+
 * Tue Nov 15 2011 Jiri Skala <jskala at redhat.com> - 2.3.4-6
 fixes #753365 - multiple issues with vsftpd's systemd unit
 removes exclusivity between listen and listen_ipv6 BZ#450853


More information about the scm-commits mailing list