aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proftpd/files/proftpd-install-nostrip.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2010-11-22 11:29:07 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2011-05-03 17:05:04 +0200
commitb3d5cd830628a55e4b4e153191959354e924ec19 (patch)
treeebc198e64090d7b5ed5d6caa5c69c440076d4c61 /recipes/proftpd/files/proftpd-install-nostrip.patch
parent95bf5692c5553458ac90676db97092bb20ade2e8 (diff)
downloadopenembedded-b3d5cd830628a55e4b4e153191959354e924ec19.tar.gz
proftpd: Add version 1.3.3c
Update in order to get rid of several vulnerabilities of previous releases. Signed-off-by: Florian Boor <florian@kernelconcepts.de>
Diffstat (limited to 'recipes/proftpd/files/proftpd-install-nostrip.patch')
-rw-r--r--recipes/proftpd/files/proftpd-install-nostrip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/proftpd/files/proftpd-install-nostrip.patch b/recipes/proftpd/files/proftpd-install-nostrip.patch
new file mode 100644
index 0000000000..8dbcfc0f47
--- /dev/null
+++ b/recipes/proftpd/files/proftpd-install-nostrip.patch
@@ -0,0 +1,13 @@
+--- a/Make.rules.in~ 2010-11-22 13:37:25.000000000 +0100
++++ b/Make.rules.in 2010-11-22 13:38:55.100022169 +0100
+@@ -28,8 +28,8 @@
+ INSTALL=@INSTALL@
+ INSTALL_USER=@install_user@
+ INSTALL_GROUP=@install_group@
+-INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
+-INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
++INSTALL_BIN=$(INSTALL) -m 0755
++INSTALL_SBIN=$(INSTALL) -m 0755
+ INSTALL_MAN=$(INSTALL) -m 0644
+
+ RM=rm -f