[oe-commits] Florian Boor : proftpd: Add version 1.3.3c

git version control git at git.openembedded.org
Thu May 5 20:01:51 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: b3d5cd830628a55e4b4e153191959354e924ec19
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3d5cd830628a55e4b4e153191959354e924ec19

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Mon Nov 22 11:29:07 2010 +0100

proftpd: Add version 1.3.3c

Update in order to get rid of several vulnerabilities of previous releases.

Signed-off-by: Florian Boor <florian at kernelconcepts.de>

---

 .../proftpd/files/proftpd-install-nostrip.patch    |   13 ++++++++
 recipes/proftpd/proftpd_1.3.3c.bb                  |   33 ++++++++++++++++++++
 2 files changed, 46 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 0000000..8dbcfc0
--- /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
diff --git a/recipes/proftpd/proftpd_1.3.3c.bb b/recipes/proftpd/proftpd_1.3.3c.bb
new file mode 100644
index 0000000..3bf4745
--- /dev/null
+++ b/recipes/proftpd/proftpd_1.3.3c.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Secure ftp daemon"
+SECTION = "console/network"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \
+	file://make.patch \
+	file://proftpd-install-nostrip.patch \
+	"
+
+
+EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes --disable-cap"
+LDFLAGS += "-Llib"
+PARALLEL_MAKE = ""
+
+do_configure () {
+	 ./configure \
+		   --disable-auth-pam \
+                   --build=${BUILD_SYS} \
+                   --host=${HOST_SYS} \
+                   --target=${TARGET_SYS} \
+                   --prefix=/usr \
+		   --sysconfdir=/etc \
+		   --sharedstatedir=/com \
+		   --localstatedir=/var \
+                   ${EXTRA_OECONF} \
+                   $@;
+}
+
+pkg_postinst () {
+	# more chown's might be needed
+        chown root:root /usr/sbin/proftpd
+}





More information about the Openembedded-commits mailing list