summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Marguet <nicolas.marguet@windriver.com>2023-07-25 16:20:49 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-27 08:54:40 -0700
commit05cd18493a7f65ed542cf2a2eb5221ffd55de9b9 (patch)
treef6bd32580a4aff47744329424af31e1d5a642313
parent74e70284acb2eb2f2a47a1ab1aa5ee0928d46344 (diff)
downloadmeta-openembedded-05cd18493a7f65ed542cf2a2eb5221ffd55de9b9.tar.gz
rsyslog: update from 8.2302.0 to 8.2306.0
ptest results for qemux86-64/kvm Version | Passed | Failed | Skipped 8.2302.0 | 471 | 0 | 5 8.2306.0 | 472 | 0 | 5 Signed-off-by: Nicolas Marguet <nicolas.marguet@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog_8.2306.0.bb (renamed from meta-oe/recipes-extended/rsyslog/rsyslog_8.2302.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2302.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2306.0.bb
index 39d9516d0..c639e8147 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2302.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2306.0.bb
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \
17 file://COPYING.ASL20;md5=052f8a09206615ab07326ff8ce2d9d32\ 17 file://COPYING.ASL20;md5=052f8a09206615ab07326ff8ce2d9d32\
18" 18"
19 19
20SRC_URI = "http://www.rsyslog.com/download/files/download/rsyslog/${BPN}-${PV}.tar.gz \ 20SRC_URI = "https://www.rsyslog.com/files/download/rsyslog/${BPN}-${PV}.tar.gz \
21 file://initscript \ 21 file://initscript \
22 file://rsyslog.conf \ 22 file://rsyslog.conf \
23 file://rsyslog.logrotate \ 23 file://rsyslog.logrotate \
@@ -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
34SRC_URI[sha256sum] = "25415f85b662615ce3c83077d53758029e8743cb5929044bfd3564e3d626a3b9" 34SRC_URI[sha256sum] = "f6283efaadc609540a56e6bec88a362c966e77f29fe48e6b734bd6c1123e0be5"
35 35
36UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases" 36UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases"
37UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 37UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"