[package] update vsftpd to 2.1.2 (#5647)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fcc061412b
commit
93345fb2f8
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=vsftpd
|
PKG_NAME:=vsftpd
|
||||||
PKG_VERSION:=2.1.1
|
PKG_VERSION:=2.1.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/
|
PKG_SOURCE_URL:=ftp://vsftpd.beasts.org/users/cevans/
|
||||||
PKG_MD5SUM:=b1fab0e6212738f9f3572e067c419778
|
PKG_MD5SUM:=6a8c8579d50adf0d0fc07226c03bfb52
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
Index: vsftpd-2.0.6/Makefile
|
--- a/Makefile
|
||||||
===================================================================
|
+++ b/Makefile
|
||||||
--- vsftpd-2.0.6.orig/Makefile 2008-04-13 11:41:08.000000000 +0200
|
@@ -17,6 +17,8 @@ OBJS = main.o utility.o prelogin.o ftpcm
|
||||||
+++ vsftpd-2.0.6/Makefile 2008-04-13 11:41:08.000000000 +0200
|
ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o
|
||||||
@@ -17,6 +17,8 @@
|
|
||||||
ssl.o sysutil.o sysdeputil.o
|
|
||||||
|
|
||||||
|
|
||||||
+DESTDIR =
|
+DESTDIR =
|
||||||
@ -11,7 +9,7 @@ Index: vsftpd-2.0.6/Makefile
|
|||||||
.c.o:
|
.c.o:
|
||||||
$(CC) -c $*.c $(CFLAGS) $(IFLAGS)
|
$(CC) -c $*.c $(CFLAGS) $(IFLAGS)
|
||||||
|
|
||||||
@@ -24,21 +26,20 @@
|
@@ -24,21 +26,20 @@ vsftpd: $(OBJS)
|
||||||
$(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS) $(LDFLAGS)
|
$(CC) -o vsftpd $(OBJS) $(LINK) $(LIBS) $(LDFLAGS)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: vsftpd-2.0.6/Makefile
|
--- a/Makefile
|
||||||
===================================================================
|
+++ b/Makefile
|
||||||
--- vsftpd-2.0.6.orig/Makefile 2008-04-13 11:41:08.000000000 +0200
|
@@ -5,8 +5,8 @@ IFLAGS = -idirafter dummyinc
|
||||||
+++ vsftpd-2.0.6/Makefile 2008-04-13 11:41:08.000000000 +0200
|
|
||||||
@@ -5,8 +5,8 @@
|
|
||||||
#CFLAGS = -g
|
#CFLAGS = -g
|
||||||
CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: vsftpd-2.0.6/tunables.c
|
--- a/tunables.c
|
||||||
===================================================================
|
+++ b/tunables.c
|
||||||
--- vsftpd-2.1.0.orig/tunables.c 2008-04-13 11:41:08.000000000 +0200
|
@@ -244,7 +244,7 @@ tunables_load_defaults()
|
||||||
+++ vsftpd-2.1.0/tunables.c 2008-04-13 11:41:09.000000000 +0200
|
|
||||||
@@ -242,7 +242,7 @@
|
|
||||||
/* -rw------- */
|
/* -rw------- */
|
||||||
tunable_chown_upload_mode = 0600;
|
tunable_chown_upload_mode = 0600;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user