diff options
author | Aryaman Gupta <aryaman.gupta@windriver.com> | 2022-07-15 11:58:13 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
commit | 0f048c4c46fd4b377b7aacc236a23249ae05fdaa (patch) | |
tree | 782b9d47f5f6239caeadcce5d3936f7d06c983c1 /meta-oe/recipes-extended/rsyslog | |
parent | 1d726cf23865c59084565d243dffb9d0af40eee1 (diff) | |
download | meta-openembedded-0f048c4c46fd4b377b7aacc236a23249ae05fdaa.tar.gz |
rsyslog: update 8.2202->8.2206
Package changes mainly include performance improvements to
tcpsrv/imtcp, bug fixes and additional/updated tests:
https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
ptest results for qemux86-64 with kvm and increasing filesystem space to
4GB using IMAGE_ROOTFS_EXTRA_SPACE :
Version | Passed | Failed | Skipped
8.2202 | 456 | 0 | 5
8.2206 | 465 | 0 | 5
Signed-off-by: Aryaman Gupta <aryaman.gupta@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.2206.0.bb (renamed from meta-oe/recipes-extended/rsyslog/rsyslog_8.2202.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2202.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2206.0.bb index ebb8ecf9bd..a39de3acb5 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2202.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2206.0.bb | |||
@@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \ | |||
31 | file://0001-Include-sys-time-h.patch \ | 31 | file://0001-Include-sys-time-h.patch \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SRC_URI[sha256sum] = "e41308a5a171939b3cbc246e9d4bd30be44e801521e04cd95d051fa3867d6738" | 34 | SRC_URI[sha256sum] = "a1377218b26c0767a7a3f67d166d5338af7c24b455d35ec99974e18e6845ba27" |
35 | 35 | ||
36 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases" | 36 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases" |
37 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 37 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |