update vsftpd to latest upstream release (v2.0.4) and fix patches
authorOliver Ertl <oliver@ertl-net.net>
Wed, 11 Jan 2006 17:40:24 +0000 (17:40 +0000)
committerOliver Ertl <oliver@ertl-net.net>
Wed, 11 Jan 2006 17:40:24 +0000 (17:40 +0000)
SVN-Revision: 2916

openwrt/package/vsftpd/Makefile
openwrt/package/vsftpd/patches/chroot.patch
openwrt/package/vsftpd/patches/destdir.patch

index 1801d808ca437fd65511c110565e0028ba8571cc..42044579e06f1a8a595dc6f4bff079ba7024a9e4 100644 (file)
@@ -3,9 +3,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=vsftpd
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=vsftpd
-PKG_VERSION:=1.2.2
+PKG_VERSION:=2.0.4
 PKG_RELEASE:=1
 PKG_RELEASE:=1
-PKG_MD5SUM:=5a38e1c69062e7688fbbdae6d1196de2
+PKG_MD5SUM:=c0bf8c7b8e15ab15827172786fc56115
 
 PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 
 PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
index 4c25736242dc6db9dae0d9a81d9f90a0bba78d09..e80d1377b31ed949f512728daadb3d795d1e501f 100644 (file)
@@ -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;
  
  unsigned int tunable_max_per_ip = 0;
  unsigned int tunable_trans_chunk_size = 0;
  
index c4fb40f4e0084d9bd28d5d6495b0c245262fbbef..13f39547535e37819c9788af22ca6dfe731a79b2 100644 (file)
@@ -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)
  
  
 +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 \
  
  install:
 -      if [ -x /usr/local/sbin ]; then \