mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
+3
-2
@@ -14,8 +14,8 @@ SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \
|
|||||||
file://proftpd.service \
|
file://proftpd.service \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "aff1bff40e675244d72c4667f203e5bb"
|
SRC_URI[md5sum] = "b9d3092411478415b31d435f8e26d173"
|
||||||
SRC_URI[sha256sum] = "c10316fb003bd25eccbc08c77dd9057e053693e6527ffa2ea2cc4e08ccb87715"
|
SRC_URI[sha256sum] = "a1f48df8539c414ec56e0cea63dcf4b8e16e606c05f10156f030a4a67fae5696"
|
||||||
|
|
||||||
inherit autotools-brokensep useradd update-rc.d systemd
|
inherit autotools-brokensep useradd update-rc.d systemd
|
||||||
|
|
||||||
@@ -64,6 +64,7 @@ PACKAGECONFIG[auth] = "--enable-auth-file, --disable-auth-file"
|
|||||||
# autotools.bbclass a pain...
|
# autotools.bbclass a pain...
|
||||||
do_configure () {
|
do_configure () {
|
||||||
oe_runconf
|
oe_runconf
|
||||||
|
cp ${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool ${S}/libtool
|
||||||
}
|
}
|
||||||
|
|
||||||
FTPUSER = "ftp"
|
FTPUSER = "ftp"
|
||||||
Reference in New Issue
Block a user