diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-06-08 16:16:16 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-07-06 12:30:37 -0400 |
commit | 420ad67ab8e92a82875632b3e07fa46be4f5fae7 (patch) | |
tree | 8453257e83e2655bb507cd688a07e53155799359 | |
parent | 34dcefb1bfbbac33a771b4b68748e0d9d877365e (diff) | |
download | meta-openembedded-420ad67ab8e92a82875632b3e07fa46be4f5fae7.tar.gz |
proftpd: upgrade to 1.3.5a
1. 1.3.5a includes the fix for CVE-2015-3306:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3306
2. replace the proftpd generated libtool with the native libtool
which support the sysroot
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb (renamed from meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb index 00291c633..5bed85b04 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5a.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \ | |||
14 | file://proftpd.service \ | 14 | file://proftpd.service \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "aff1bff40e675244d72c4667f203e5bb" | 17 | SRC_URI[md5sum] = "b9d3092411478415b31d435f8e26d173" |
18 | SRC_URI[sha256sum] = "c10316fb003bd25eccbc08c77dd9057e053693e6527ffa2ea2cc4e08ccb87715" | 18 | SRC_URI[sha256sum] = "a1f48df8539c414ec56e0cea63dcf4b8e16e606c05f10156f030a4a67fae5696" |
19 | 19 | ||
20 | inherit autotools-brokensep useradd update-rc.d systemd | 20 | inherit autotools-brokensep useradd update-rc.d systemd |
21 | 21 | ||
@@ -64,6 +64,7 @@ PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file" | |||
64 | # autotools.bbclass a pain... | 64 | # autotools.bbclass a pain... |
65 | do_configure () { | 65 | do_configure () { |
66 | oe_runconf | 66 | oe_runconf |
67 | cp ${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool ${S}/libtool | ||
67 | } | 68 | } |
68 | 69 | ||
69 | FTPUSER = "ftp" | 70 | FTPUSER = "ftp" |