summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2025-02-25 12:20:15 -0500
committerKhem Raj <raj.khem@gmail.com>2025-02-25 09:48:25 -0800
commit07b4eed520b28a89aae1bfd5b373166add56a5d2 (patch)
tree1a2543e02926062db9d8a2e8963477aa46fa0f15
parent9ea6475daa324194184bbec8efa7f73245ff2d60 (diff)
downloadmeta-openembedded-07b4eed520b28a89aae1bfd5b373166add56a5d2.tar.gz
rsyslog: update from 8.2408.0 to 8.2502.0
Update rsyslog from 8.2408.0 to 8.2502.0. Full Changelog: https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog ptest results did not change from 2408: TOTAL: 469 PASS: 464 SKIP: 5 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog_8.2502.0.bb (renamed from meta-oe/recipes-extended/rsyslog/rsyslog_8.2408.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2408.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2502.0.bb
index d4bc5f725e..10128a9eb2 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2408.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2502.0.bb
@@ -32,7 +32,7 @@ SRC_URI:append:libc-musl = " \
32 file://0001-Include-sys-time-h.patch \ 32 file://0001-Include-sys-time-h.patch \
33 file://disable-omfile-outchannel.patch \ 33 file://disable-omfile-outchannel.patch \
34" 34"
35SRC_URI[sha256sum] = "8bb2f15f9bf9bb7e635182e3d3e370bfc39d08bf35a367dce9714e186f787206" 35SRC_URI[sha256sum] = "02fa197d21d519f5a25a928deb9397cd387ba7382b9b449782ba31d8f3118206"
36 36
37UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" 37UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags"
38UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 38UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"