diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 17:40:24 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 17:40:24 +0000 |
commit | 62a6047cb1072bce4fcabf47e62a123969e93ba2 (patch) | |
tree | afe0d736944e55f1e550b7c78d2ae22a533ce717 /openwrt/package/vsftpd/patches | |
parent | 61dd826bf4a20ae0af8ca7fb76615e48e32cfdce (diff) |
update vsftpd to latest upstream release (v2.0.4) and fix patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/vsftpd/patches')
-rw-r--r-- | openwrt/package/vsftpd/patches/chroot.patch | 7 | ||||
-rw-r--r-- | openwrt/package/vsftpd/patches/destdir.patch | 15 |
2 files changed, 10 insertions, 12 deletions
diff --git a/openwrt/package/vsftpd/patches/chroot.patch b/openwrt/package/vsftpd/patches/chroot.patch index 4c25736242..e80d1377b3 100644 --- a/openwrt/package/vsftpd/patches/chroot.patch +++ b/openwrt/package/vsftpd/patches/chroot.patch @@ -1,7 +1,6 @@ -diff -ruN vsftpd-1.2.2-orig/tunables.c vsftpd-1.2.2-3/tunables.c ---- vsftpd-1.2.2-orig/tunables.c 2004-04-20 02:25:05.000000000 +0200 -+++ vsftpd-1.2.2-3/tunables.c 2005-03-09 21:12:35.000000000 +0100 -@@ -78,7 +78,7 @@ +--- vsftpd-2.0.4-orig/tunables.c 2006-01-07 20:32:44.000000000 +0100 ++++ vsftpd-2.0.4/tunables.c 2006-01-11 18:25:15.000000000 +0100 +@@ -92,7 +92,7 @@ unsigned int tunable_max_per_ip = 0; unsigned int tunable_trans_chunk_size = 0; diff --git a/openwrt/package/vsftpd/patches/destdir.patch b/openwrt/package/vsftpd/patches/destdir.patch index c4fb40f4e0..13f3954753 100644 --- a/openwrt/package/vsftpd/patches/destdir.patch +++ b/openwrt/package/vsftpd/patches/destdir.patch @@ -1,17 +1,16 @@ -diff -ruN vsftpd-1.2.2-orig/Makefile vsftpd-1.2.2-3/Makefile ---- vsftpd-1.2.2-orig/Makefile 2003-09-15 13:41:58.000000000 +0200 -+++ vsftpd-1.2.2-3/Makefile 2005-03-09 22:23:12.000000000 +0100 -@@ -16,6 +16,8 @@ - tcpwrap.o ipv6parse.o access.o \ - sysutil.o sysdeputil.o +--- vsftpd-2.0.4-orig/Makefile 2005-06-29 00:24:03.000000000 +0200 ++++ vsftpd-2.0.4/Makefile 2006-01-11 18:29:12.000000000 +0100 +@@ -17,6 +17,8 @@ + ssl.o sysutil.o sysdeputil.o + +DESTDIR = + .c.o: $(CC) -c $*.c $(CFLAGS) $(IFLAGS) -@@ -23,21 +25,20 @@ - $(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS) +@@ -24,21 +26,20 @@ + $(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS) $(LDFLAGS) install: - if [ -x /usr/local/sbin ]; then \ |