From 96a8543886939f7016956f91c73382ac28240d5a Mon Sep 17 00:00:00 2001 From: Jiri Skala Date: Feb 16 2011 10:05:47 +0000 Subject: - updated to latest upstream 2.3.4 --- diff --git a/.gitignore b/.gitignore index 060a059..a25fec1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vsftpd-2.2.2.tar.gz vsftpd-2.3.2.tar.gz +/vsftpd-2.3.4.tar.gz diff --git a/sources b/sources index c2d3f66..1725ccc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bad7b117d737a738738836041edc00db vsftpd-2.3.2.tar.gz +2ea5d19978710527bb7444d93b67767a vsftpd-2.3.4.tar.gz diff --git a/vsftpd-2.1.0-filter.patch b/vsftpd-2.1.0-filter.patch index fe049fa..26b6489 100644 --- a/vsftpd-2.1.0-filter.patch +++ b/vsftpd-2.1.0-filter.patch @@ -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 diff --git a/vsftpd.spec b/vsftpd.spec index 32dba1f..e2ec43c 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -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 - 2.3.4-1 +- updated to latest upstream 2.3.4 + * Mon Feb 07 2011 Fedora Release Engineering - 2.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild