- updated to latest upstream 2.3.4

This commit is contained in:
Jiri Skala 2011-02-16 11:05:47 +01:00
parent 218b024ffd
commit 96a8543886
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
vsftpd-2.2.2.tar.gz
vsftpd-2.3.2.tar.gz
/vsftpd-2.3.4.tar.gz

View File

@ -1 +1 @@
bad7b117d737a738738836041edc00db vsftpd-2.3.2.tar.gz
2ea5d19978710527bb7444d93b67767a vsftpd-2.3.4.tar.gz

View File

@ -32,7 +32,7 @@ diff -up vsftpd-2.1.0/ls.c.filter vsftpd-2.1.0/ls.c
+ } else
+ str_copy(&name_remain_str, p_filename_str);
+
while (!str_isempty(&filter_remain_str))
while (!str_isempty(&filter_remain_str) && *iters < VSFTP_MATCHITERS_MAX)
{
static struct mystr s_match_needed_str;
diff -up vsftpd-2.1.0/str.c.filter vsftpd-2.1.0/str.c

View File

@ -1,8 +1,8 @@
%{!?tcp_wrappers:%define tcp_wrappers 1}
Name: vsftpd
Version: 2.3.2
Release: 2%{?dist}
Version: 2.3.4
Release: 1%{?dist}
Summary: Very Secure Ftp Daemon
Group: System Environment/Daemons
@ -142,6 +142,9 @@ fi
%changelog
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-1
- updated to latest upstream 2.3.4
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild