[packages] vsftpd: update to 3.0.0

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31239 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
obsy 2012-04-10 13:57:26 +00:00
parent c81b8843a5
commit 0dd954b2ce
2 changed files with 7 additions and 7 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=vsftpd PKG_NAME:=vsftpd
PKG_VERSION:=2.3.4 PKG_VERSION:=3.0.0
PKG_RELEASE:=4 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://security.appspot.com/downloads/ PKG_SOURCE_URL:=https://security.appspot.com/downloads/
PKG_MD5SUM:=2ea5d19978710527bb7444d93b67767a PKG_MD5SUM:=ad9fa952558c2c5b0426ccaccff0f972
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -1,13 +1,13 @@
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -5,8 +5,8 @@ IFLAGS = -idirafter dummyinc @@ -8,8 +8,8 @@
#CFLAGS = -g -D_FORTIFY_SOURCE=2 \
CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion #-pedantic -Wconversion
-LIBS = `./vsf_findlibs.sh` -LIBS = `./vsf_findlibs.sh`
-LINK = -Wl,-s -LINK = -Wl,-s
+LIBS = -lcrypt -lnsl +LIBS = -lcrypt -lnsl
+LINK = +LINK =
LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now
OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \ OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
tunables.o ftpdataio.o secbuf.o ls.o \