[Lunar-commits] <moonbase-other> vsftpd: Version bump to 3.0.2 and needed to add -fPIC to the BUILD.
stumbles
stumbles at lunar-linux.org
Wed Jan 16 11:59:31 CET 2013
commit 5073f0751e69e1fafa844e161d536fafbc658b0f
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 16 Jan 2013 02:59:31 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/5073f0751e69e1fafa844e161d536fafbc658b0f
vsftpd: Version bump to 3.0.2 and needed to add -fPIC to the BUILD.
---
ftp/vsftpd/BUILD | +2/-0
ftp/vsftpd/DETAILS | +3/-3
2 files changed, 5 insertions(+), 3 deletions(-)
--- a/ftp/vsftpd/BUILD
+++ b/ftp/vsftpd/BUILD
@@ -1,5 +1,7 @@
(
+ CFLAGS+=" -fPIC" &&
+
echo -e "#ifndef VSF_BUILDDEFS_H\n#define VSF_BUILDDEFS_H" > builddefs.h &&
if [ $(get_module_config USE_TCP_WRAPPERS) == "n" ] ; then
--- a/ftp/vsftpd/DETAILS
+++ b/ftp/vsftpd/DETAILS
@@ -1,11 +1,11 @@
MODULE=vsftpd
- VERSION=3.0.0
+ VERSION=3.0.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://security.appspot.com/downloads
- SOURCE_VFY=sha1:436da30cefa33e22a0266077ab95397e9432e297
+ SOURCE_VFY=sha1:f36976bb1c5df25ac236d8a29e965ba2b825ccd0
WEB_SITE=http://vsftpd.beasts.org
ENTERED=20021109
- UPDATED=20120410
+ UPDATED=20130116
SHORT="Secure and fast FTP server"
USE_WRAPPERS=no
More information about the Lunar-commits
mailing list