commit baabb368f71078b0385f57ddc5d32b69c2f171f6
parent 70246b923e2d6ee2dfd58662c6e7a95bd0de2417
Author: Steven Barth <steven@midlink.org>
Date: Tue, 18 Aug 2015 07:58:38 +0200
Merge pull request #1663 from hnyman/vsftpd303
vsftpd: update to 3.0.3
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=vsftpd
-PKG_VERSION:=3.0.2
-PKG_RELEASE:=6
+PKG_VERSION:=3.0.3
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://security.appspot.com/downloads/
-PKG_MD5SUM:=8b00c749719089401315bd3c44dddbb2
+PKG_MD5SUM:=da119d084bd3f98664636ea05b5bb398
PKG_LICENSE:=GPLv2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
diff --git a/net/vsftpd/patches/001-destdir.patch b/net/vsftpd/patches/001-destdir.patch
@@ -9,7 +9,7 @@
.c.o:
$(CC) -c $*.c $(CFLAGS) $(IFLAGS)
-@@ -29,21 +31,20 @@ vsftpd: $(OBJS)
+@@ -29,21 +31,20 @@ vsftpd: $(OBJS)
$(CC) -o vsftpd $(OBJS) $(LINK) $(LDFLAGS) $(LIBS)
install: