aboutsummaryrefslogtreecommitdiff
path: root/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2013-07-19 10:19:25 +0800
committerJoe MacDonald <joe.macdonald@windriver.com>2013-07-19 11:00:43 -0400
commit441502b68d03a4ce7796436a53c5e95399724ad2 (patch)
tree3fb89fa557663cc7dc813090e5859ef2930d7a99 /meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch
parentfe85f4980e7c7c35df8fc6b93431c125577dd643 (diff)
Upgrade vsftpd to 3.0.0
Upgrade vsftpd to 3.0.0 with below modification: 1. more strict access limitation, like: do not allow anonymous access 2. use vsftpd.ftpusers and vsftpd.user_list to confine user access 3. enable pam if DISTRO_FEATURE includes pam 4. enable tcp-wrapper 5. install vsftpd.conf with 0600 permission, not 0755 Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch')
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch
new file mode 100644
index 00000000..fd316003
--- /dev/null
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.0/makefile-strip.patch
@@ -0,0 +1,17 @@
+Disable stripping at link time
+
+Upstream-Status: Inappropriate [config]
+
+Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
+
+diff --git a/Makefile b/Makefile
+--- a/Makefile
++++ b/Makefile
+@@ -9,7 +9,6 @@ CFLAGS = -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \
+ #-pedantic -Wconversion
+
+ LIBS = -lssl -lcrypto -lnsl -lresolv
+-LINK = -Wl,-s
+ LDFLAGS = -fPIE -pie -Wl,-z,relro -Wl,-z,now
+
+ OBJS = main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \