summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2024-06-16 19:33:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-18 08:44:41 +0100
commite5f14a69959ef2c15fe34ed4a89f8eaa06904a27 (patch)
tree3b0d64cc66888a43dfeb089a9378176c4abaa296 /meta/recipes-extended
parent29f38b334df6a1431cdfe9c7c4144e65cb5d652c (diff)
downloadpoky-e5f14a69959ef2c15fe34ed4a89f8eaa06904a27.tar.gz
logrotate: upgrade 3.21.0 -> 3.22.0
ChangeLog: https://github.com/logrotate/logrotate/releases/tag/3.22.0 * fix calculations for time differences * fix extension for zip compression * fix omitted copy for logs with mail and rotate 0 * fix wrongly skipping copy with copytruncate and compress * fix ambiguities between mode, UID and GID parsing when not specifying all options * fix hang when encountering a named pipe * on prerotate failure logs are preserved instead of rotated * in case a configuration file was skipped due to unsafe permissions the exit status after rotattion will be 1 * the state is no longer written to non-regular files * the systemd timer now correctly utilizes load distribution * add dateformat specifier %z for timezone offsets * change default mode for created olddir directories to 0755 * support quoted user and group names in su, create, and createolddir (From OE-Core rev: f856ed2095818401bacdbfcf9b0c2265a415f2a1) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.22.0.bb (renamed from meta/recipes-extended/logrotate/logrotate_3.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.21.0.bb b/meta/recipes-extended/logrotate/logrotate_3.22.0.bb
index 10a6149abc..ac14f30051 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.21.0.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.22.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz \
14 file://run-ptest \ 14 file://run-ptest \
15 " 15 "
16 16
17SRC_URI[sha256sum] = "8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516" 17SRC_URI[sha256sum] = "42b4080ee99c9fb6a7d12d8e787637d057a635194e25971997eebbe8d5e57618"
18 18
19CVE_STATUS_GROUPS = "CVE_STATUS_RECIPE" 19CVE_STATUS_GROUPS = "CVE_STATUS_RECIPE"
20CVE_STATUS_RECIPE = "CVE-2011-1548 CVE-2011-1549 CVE-2011-1550" 20CVE_STATUS_RECIPE = "CVE-2011-1548 CVE-2011-1549 CVE-2011-1550"