vsftpd: update to 2.2.1

This commit is contained in:
Juergen Daubert 2009-10-20 12:05:11 +02:00
parent cb6ae39c82
commit 0ac4755d88
3 changed files with 19 additions and 19 deletions

View File

@ -1,3 +1,3 @@
7f5bb0bcd0f3a54673157aaaee6f6c30 vsftpd
e4eb190af270ae65d57a84274a38ec31 vsftpd-2.2.0.tar.gz
2256ca9d50baddf2b39ec81419bde710 vsftpd-config.patch
a25e53dd86fada8d3897910b8f0efdb7 vsftpd-2.2.1.tar.gz
1d97128085348923b8346900cc57d80b vsftpd-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl libcap
name=vsftpd
version=2.2.0
version=2.2.1
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.0.orig/Makefile vsftpd-2.2.0/Makefile
--- vsftpd-2.2.0.orig/Makefile 2009-08-13 10:56:15.000000000 +0200
+++ vsftpd-2.2.0/Makefile 2009-08-13 10:56:35.000000000 +0200
diff -Nru vsftpd-2.2.1.orig/Makefile vsftpd-2.2.1/Makefile
--- vsftpd-2.2.1.orig/Makefile 2009-10-19 13:05:15.000000000 +0200
+++ vsftpd-2.2.1/Makefile 2009-10-19 13:05:28.000000000 +0200
@@ -3,7 +3,7 @@
INSTALL = install
IFLAGS = -idirafter dummyinc
@ -36,9 +36,9 @@ diff -Nru vsftpd-2.2.0.orig/Makefile vsftpd-2.2.0/Makefile
clean:
rm -f *.o *.swp vsftpd
diff -Nru vsftpd-2.2.0.orig/builddefs.h vsftpd-2.2.0/builddefs.h
--- vsftpd-2.2.0.orig/builddefs.h 2009-08-13 10:56:15.000000000 +0200
+++ vsftpd-2.2.0/builddefs.h 2009-08-13 10:56:35.000000000 +0200
diff -Nru vsftpd-2.2.1.orig/builddefs.h vsftpd-2.2.1/builddefs.h
--- vsftpd-2.2.1.orig/builddefs.h 2009-10-19 13:05:15.000000000 +0200
+++ vsftpd-2.2.1/builddefs.h 2009-10-19 13:05:28.000000000 +0200
@@ -1,9 +1,9 @@
#ifndef VSF_BUILDDEFS_H
#define VSF_BUILDDEFS_H
@ -52,9 +52,9 @@ diff -Nru vsftpd-2.2.0.orig/builddefs.h vsftpd-2.2.0/builddefs.h
#endif /* VSF_BUILDDEFS_H */
diff -Nru vsftpd-2.2.0.orig/tunables.c vsftpd-2.2.0/tunables.c
--- vsftpd-2.2.0.orig/tunables.c 2009-08-13 10:56:15.000000000 +0200
+++ vsftpd-2.2.0/tunables.c 2009-08-13 10:56:35.000000000 +0200
diff -Nru vsftpd-2.2.1.orig/tunables.c vsftpd-2.2.1/tunables.c
--- vsftpd-2.2.1.orig/tunables.c 2009-10-19 13:05:15.000000000 +0200
+++ vsftpd-2.2.1/tunables.c 2009-10-19 13:05:28.000000000 +0200
@@ -246,7 +246,7 @@
/* -rw------- */
tunable_chown_upload_mode = 0600;
@ -78,9 +78,9 @@ diff -Nru vsftpd-2.2.0.orig/tunables.c vsftpd-2.2.0/tunables.c
install_str_setting(0, &tunable_dsa_private_key_file);
install_str_setting(0, &tunable_ca_certs_file);
}
diff -Nru vsftpd-2.2.0.orig/vsftpd.conf vsftpd-2.2.0/vsftpd.conf
--- vsftpd-2.2.0.orig/vsftpd.conf 2009-08-13 10:56:15.000000000 +0200
+++ vsftpd-2.2.0/vsftpd.conf 2009-08-13 10:56:35.000000000 +0200
diff -Nru vsftpd-2.2.1.orig/vsftpd.conf vsftpd-2.2.1/vsftpd.conf
--- vsftpd-2.2.1.orig/vsftpd.conf 2009-10-19 13:05:15.000000000 +0200
+++ vsftpd-2.2.1/vsftpd.conf 2009-10-19 13:05:28.000000000 +0200
@@ -8,11 +8,25 @@
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
@ -107,10 +107,10 @@ diff -Nru vsftpd-2.2.0.orig/vsftpd.conf vsftpd-2.2.0/vsftpd.conf
#
# Uncomment this to enable any form of FTP write command.
#write_enable=YES
diff -Nru vsftpd-2.2.0.orig/vsftpd.conf.5 vsftpd-2.2.0/vsftpd.conf.5
--- vsftpd-2.2.0.orig/vsftpd.conf.5 2009-08-13 10:56:15.000000000 +0200
+++ vsftpd-2.2.0/vsftpd.conf.5 2009-08-13 10:56:35.000000000 +0200
@@ -953,21 +953,21 @@
diff -Nru vsftpd-2.2.1.orig/vsftpd.conf.5 vsftpd-2.2.1/vsftpd.conf.5
--- vsftpd-2.2.1.orig/vsftpd.conf.5 2009-10-19 13:05:15.000000000 +0200
+++ vsftpd-2.2.1/vsftpd.conf.5 2009-10-19 13:05:28.000000000 +0200
@@ -955,21 +955,21 @@
This option specifies the location of the RSA certificate to use for SSL
encrypted connections.