summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-05-27 07:51:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-28 06:41:03 +0100
commited9421da03bb72434469f9705202e682b7dd1c4e (patch)
tree47b163f859eb6cc73064efec2b79eb8576305c73 /meta/recipes-extended/logrotate
parent4dda8ecf4f3cb95ee4fb105c64e0e1ca276bcbb9 (diff)
downloadpoky-ed9421da03bb72434469f9705202e682b7dd1c4e.tar.gz
logrotate: upgrade 3.18.0 -> 3.18.1
(From OE-Core rev: dabd47e2f7cf4d8d2a4df15c2789bb3d9a7ccedd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.18.1.bb (renamed from meta/recipes-extended/logrotate/logrotate_3.18.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.18.0.bb b/meta/recipes-extended/logrotate/logrotate_3.18.1.bb
index c2115e7142..d853f7bec9 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.18.0.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.18.1.bb
@@ -19,7 +19,7 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz
19 file://disable-check-different-filesystems.patch \ 19 file://disable-check-different-filesystems.patch \
20 " 20 "
21 21
22SRC_URI[sha256sum] = "841f81bf09d0014e4a2e11af166bb33fcd8429cc0c2d4a7d3d9ceb3858cfccc5" 22SRC_URI[sha256sum] = "14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc"
23 23
24# These CVEs are debian, gentoo or SUSE specific on the way logrotate was installed/used 24# These CVEs are debian, gentoo or SUSE specific on the way logrotate was installed/used
25CVE_CHECK_WHITELIST += "CVE-2011-1548 CVE-2011-1549 CVE-2011-1550" 25CVE_CHECK_WHITELIST += "CVE-2011-1548 CVE-2011-1549 CVE-2011-1550"