[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:
parent
c81b8843a5
commit
0dd954b2ce
@ -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
|
||||||
|
|
||||||
|
@ -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 \
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user