summaryrefslogtreecommitdiff
path: root/vsftpd
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-11-19 11:56:39 +0100
committerJuergen Daubert <jue@jue.li>2009-11-19 11:56:39 +0100
commit1992661b3913941e42a3111807de519c4a7d20a6 (patch)
treebf8de928bc2e81329a50c93799b80a77af3e609a /vsftpd
parent9b5cc2875e9681518f43492c60938c05a57ce5ab (diff)
downloadopt-1992661b3913941e42a3111807de519c4a7d20a6.tar.gz
opt-1992661b3913941e42a3111807de519c4a7d20a6.tar.xz
vsftpd: update to 2.2.2
Diffstat (limited to 'vsftpd')
-rw-r--r--vsftpd/.md5sum4
-rw-r--r--vsftpd/Pkgfile2
-rw-r--r--vsftpd/vsftpd-config.patch44
3 files changed, 27 insertions, 23 deletions
diff --git a/vsftpd/.md5sum b/vsftpd/.md5sum
index 5402bc714..92bc0c357 100644
--- a/vsftpd/.md5sum
+++ b/vsftpd/.md5sum
@@ -1,3 +1,3 @@
7f5bb0bcd0f3a54673157aaaee6f6c30 vsftpd
-a25e53dd86fada8d3897910b8f0efdb7 vsftpd-2.2.1.tar.gz
-1d97128085348923b8346900cc57d80b vsftpd-config.patch
+6d6bc136af14c23f8fef6f1a51f55418 vsftpd-2.2.2.tar.gz
+9449ffbc03d8f8fbae8eb98027ed3ef8 vsftpd-config.patch
diff --git a/vsftpd/Pkgfile b/vsftpd/Pkgfile
index 41682808a..9920b6d8a 100644
--- a/vsftpd/Pkgfile
+++ b/vsftpd/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: openssl libcap
name=vsftpd
-version=2.2.1
+version=2.2.2
release=1
source=(ftp://vsftpd.beasts.org/users/cevans/$name-$version.tar.gz \
$name-config.patch vsftpd)
diff --git a/vsftpd/vsftpd-config.patch b/vsftpd/vsftpd-config.patch
index 3af90eb0d..e8e28cc7b 100644
--- a/vsftpd/vsftpd-config.patch
+++ b/vsftpd/vsftpd-config.patch
@@ -1,6 +1,6 @@
-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
+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
@@ -3,7 +3,7 @@
INSTALL = install
IFLAGS = -idirafter dummyinc
@@ -36,9 +36,9 @@ diff -Nru vsftpd-2.2.1.orig/Makefile vsftpd-2.2.1/Makefile
clean:
rm -f *.o *.swp vsftpd
-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
+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
@@ -1,9 +1,9 @@
#ifndef VSF_BUILDDEFS_H
#define VSF_BUILDDEFS_H
@@ -52,9 +52,9 @@ diff -Nru vsftpd-2.2.1.orig/builddefs.h vsftpd-2.2.1/builddefs.h
#endif /* VSF_BUILDDEFS_H */
-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
+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 @@
/* -rw------- */
tunable_chown_upload_mode = 0600;
@@ -78,18 +78,14 @@ diff -Nru vsftpd-2.2.1.orig/tunables.c vsftpd-2.2.1/tunables.c
install_str_setting(0, &tunable_dsa_private_key_file);
install_str_setting(0, &tunable_ca_certs_file);
}
-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 @@
+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
+@@ -8,11 +8,21 @@
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
+#
-+# Run standalone
-+listen=YES
-+background=YES
-+#
+# Use tcp_wrappers library
+tcp_wrappers=YES
+#
@@ -107,9 +103,17 @@ diff -Nru vsftpd-2.2.1.orig/vsftpd.conf vsftpd-2.2.1/vsftpd.conf
#
# Uncomment this to enable any form of FTP write command.
#write_enable=YES
-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
+@@ -107,6 +117,7 @@
+ # listens on IPv4 sockets. This directive cannot be used in conjunction
+ # with the listen_ipv6 directive.
+ listen=YES
++background=YES
+ #
+ # 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
@@ -955,21 +955,21 @@
This option specifies the location of the RSA certificate to use for SSL
encrypted connections.

Generated by cgit