vsftpd: update to 2.3.2

This commit is contained in:
Juergen Daubert 2010-08-29 11:21:28 +02:00
parent c012836036
commit 05b44a6184
3 changed files with 20 additions and 20 deletions

View File

@ -1,3 +1,3 @@
7f5bb0bcd0f3a54673157aaaee6f6c30 vsftpd
6d6bc136af14c23f8fef6f1a51f55418 vsftpd-2.2.2.tar.gz
9449ffbc03d8f8fbae8eb98027ed3ef8 vsftpd-config.patch
bad7b117d737a738738836041edc00db vsftpd-2.3.2.tar.gz
af40b87797bab83d080a2a2328f02e05 vsftpd-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl libcap tcp_wrappers
name=vsftpd
version=2.2.2
version=2.3.2
release=1
source=(ftp://vsftpd.beasts.org/users/cevans/$name-$version.tar.gz \
$name-config.patch vsftpd)

View File

@ -1,6 +1,6 @@
diff -Nru vsftpd-2.2.2.orig/Makefile vsftpd-2.2.2/Makefile
--- vsftpd-2.2.2.orig/Makefile 2009-11-18 18:38:02.000000000 +0100
+++ vsftpd-2.2.2/Makefile 2009-11-18 18:44:54.000000000 +0100
diff -Nru vsftpd-2.3.2.orig/Makefile vsftpd-2.3.2/Makefile
--- vsftpd-2.3.2.orig/Makefile 2010-08-28 15:38:07.032912301 +0200
+++ vsftpd-2.3.2/Makefile 2010-08-28 15:38:23.114141478 +0200
@@ -3,7 +3,7 @@
INSTALL = install
IFLAGS = -idirafter dummyinc
@ -36,9 +36,9 @@ diff -Nru vsftpd-2.2.2.orig/Makefile vsftpd-2.2.2/Makefile
clean:
rm -f *.o *.swp vsftpd
diff -Nru vsftpd-2.2.2.orig/builddefs.h vsftpd-2.2.2/builddefs.h
--- vsftpd-2.2.2.orig/builddefs.h 2009-11-18 18:38:02.000000000 +0100
+++ vsftpd-2.2.2/builddefs.h 2009-11-18 18:44:54.000000000 +0100
diff -Nru vsftpd-2.3.2.orig/builddefs.h vsftpd-2.3.2/builddefs.h
--- vsftpd-2.3.2.orig/builddefs.h 2010-08-28 15:38:07.032912301 +0200
+++ vsftpd-2.3.2/builddefs.h 2010-08-28 15:38:23.114141478 +0200
@@ -1,9 +1,9 @@
#ifndef VSF_BUILDDEFS_H
#define VSF_BUILDDEFS_H
@ -52,10 +52,10 @@ diff -Nru vsftpd-2.2.2.orig/builddefs.h vsftpd-2.2.2/builddefs.h
#endif /* VSF_BUILDDEFS_H */
diff -Nru vsftpd-2.2.2.orig/tunables.c vsftpd-2.2.2/tunables.c
--- vsftpd-2.2.2.orig/tunables.c 2009-11-18 18:38:02.000000000 +0100
+++ vsftpd-2.2.2/tunables.c 2009-11-18 18:44:54.000000000 +0100
@@ -246,7 +246,7 @@
diff -Nru vsftpd-2.3.2.orig/tunables.c vsftpd-2.3.2/tunables.c
--- vsftpd-2.3.2.orig/tunables.c 2010-08-28 15:38:07.082917253 +0200
+++ vsftpd-2.3.2/tunables.c 2010-08-28 15:38:23.114141478 +0200
@@ -250,7 +250,7 @@
/* -rw------- */
tunable_chown_upload_mode = 0600;
@ -64,7 +64,7 @@ diff -Nru vsftpd-2.2.2.orig/tunables.c vsftpd-2.2.2/tunables.c
install_str_setting("ftp", &tunable_ftp_username);
install_str_setting("root", &tunable_chown_username);
install_str_setting("/var/log/xferlog", &tunable_xferlog_file);
@@ -273,11 +273,11 @@
@@ -277,11 +277,11 @@
install_str_setting(0, &tunable_user_sub_token);
install_str_setting("/etc/vsftpd.email_passwords",
&tunable_email_password_file);
@ -78,9 +78,9 @@ diff -Nru vsftpd-2.2.2.orig/tunables.c vsftpd-2.2.2/tunables.c
install_str_setting(0, &tunable_dsa_private_key_file);
install_str_setting(0, &tunable_ca_certs_file);
}
diff -Nru vsftpd-2.2.2.orig/vsftpd.conf vsftpd-2.2.2/vsftpd.conf
--- vsftpd-2.2.2.orig/vsftpd.conf 2009-11-18 18:38:02.000000000 +0100
+++ vsftpd-2.2.2/vsftpd.conf 2009-11-18 18:47:17.000000000 +0100
diff -Nru vsftpd-2.3.2.orig/vsftpd.conf vsftpd-2.3.2/vsftpd.conf
--- vsftpd-2.3.2.orig/vsftpd.conf 2010-08-28 15:38:07.082917253 +0200
+++ vsftpd-2.3.2/vsftpd.conf 2010-08-28 15:38:23.114141478 +0200
@@ -8,11 +8,21 @@
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
@ -111,9 +111,9 @@ diff -Nru vsftpd-2.2.2.orig/vsftpd.conf vsftpd-2.2.2/vsftpd.conf
#
# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6
# sockets, you must run two copies of vsftpd with two configuration files.
diff -Nru vsftpd-2.2.2.orig/vsftpd.conf.5 vsftpd-2.2.2/vsftpd.conf.5
--- vsftpd-2.2.2.orig/vsftpd.conf.5 2009-11-18 18:38:02.000000000 +0100
+++ vsftpd-2.2.2/vsftpd.conf.5 2009-11-18 18:44:54.000000000 +0100
diff -Nru vsftpd-2.3.2.orig/vsftpd.conf.5 vsftpd-2.3.2/vsftpd.conf.5
--- vsftpd-2.3.2.orig/vsftpd.conf.5 2010-08-28 15:38:07.082917253 +0200
+++ vsftpd-2.3.2/vsftpd.conf.5 2010-08-28 15:38:23.114141478 +0200
@@ -955,21 +955,21 @@
This option specifies the location of the RSA certificate to use for SSL
encrypted connections.