summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:47 +0000
commitc4a61c4d3c7fd00def4fe6aa387fef15bb8309d4 (patch)
treea34c5b59912a734dca98092e6b9b3cd29ef8f175 /meta/recipes-extended/logrotate
parent23dbb69fd4d1952ced9a678b9f18c5fd18c06763 (diff)
downloadpoky-c4a61c4d3c7fd00def4fe6aa387fef15bb8309d4.tar.gz
logrotate: upgrade 3.20.1 -> 3.21.0
(From OE-Core rev: c1ff009dd892b05d3fb1ba2eaae6e06a9a36573c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.21.0.bb (renamed from meta/recipes-extended/logrotate/logrotate_3.20.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.20.1.bb b/meta/recipes-extended/logrotate/logrotate_3.21.0.bb
index 034c37b429..4e4ea10628 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.20.1.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.21.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz" 13SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz"
14 14
15SRC_URI[sha256sum] = "742f6d6e18eceffa49a4bacd933686d3e42931cfccfb694d7f6369b704e5d094" 15SRC_URI[sha256sum] = "8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516"
16 16
17# These CVEs are debian, gentoo or SUSE specific on the way logrotate was installed/used 17# These CVEs are debian, gentoo or SUSE specific on the way logrotate was installed/used
18CVE_CHECK_IGNORE += "CVE-2011-1548 CVE-2011-1549 CVE-2011-1550" 18CVE_CHECK_IGNORE += "CVE-2011-1548 CVE-2011-1549 CVE-2011-1550"