diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-22 23:01:24 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:04 +0200 |
commit | 75d93934ff35656168639d5d957e22ad6fd8004c (patch) | |
tree | 6ea7519dc4bf6883ee928489bf2fb29a44a3df96 /meta-oe/recipes-extended/collectd | |
parent | 00197a9bdb650097707ff98c99c7f16322db8fa8 (diff) | |
download | meta-openembedded-75d93934ff35656168639d5d957e22ad6fd8004c.tar.gz |
collectd: 5.7.1 -> 5.7.2
The 5.7.2 fixed CVE-2017-7401.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/collectd')
-rw-r--r-- | meta-oe/recipes-extended/collectd/collectd_5.7.2.bb (renamed from meta-oe/recipes-extended/collectd/collectd_5.7.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.7.1.bb b/meta-oe/recipes-extended/collectd/collectd_5.7.2.bb index b7789c7ca..c156ea19c 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.7.1.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.7.2.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \ | |||
13 | file://0001-fix-to-build-with-glibc-2.25.patch \ | 13 | file://0001-fix-to-build-with-glibc-2.25.patch \ |
14 | file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch \ | 14 | file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch \ |
15 | " | 15 | " |
16 | SRC_URI[md5sum] = "dc36141ed3058c4919bbd54b87c07873" | 16 | SRC_URI[md5sum] = "5da2b69c286a064db35c6cc1e758b039" |
17 | SRC_URI[sha256sum] = "7edd3643c0842215553b2421d5456f4e9a8a58b07e216b40a7e8e91026d8e501" | 17 | SRC_URI[sha256sum] = "9d20a0221569a8d6b80bbc52b86e5e84965f5bafdbf5dfc3790e0fed0763e592" |
18 | 18 | ||
19 | inherit autotools pythonnative update-rc.d pkgconfig systemd | 19 | inherit autotools pythonnative update-rc.d pkgconfig systemd |
20 | 20 | ||