diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-06 16:46:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:20 -0700 |
commit | 7995813c13e35e6ed7f3a82819a589f1addfae22 (patch) | |
tree | 394c41f72cfc794fd82bce2a577871a448207c8f | |
parent | 25bb110094234a9e6dd54ba1c8b1fa876fa11954 (diff) | |
download | meta-openembedded-7995813c13e35e6ed7f3a82819a589f1addfae22.tar.gz |
rsyslog: upgrade 8.2404.0 -> 8.2406.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch | 11 | ||||
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch | 7 | ||||
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.2406.0.bb (renamed from meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb) | 2 |
3 files changed, 8 insertions, 12 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch index c1480406fe..4c41da5188 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 194e199ce08acc2192f6a63420ff24d9064666e5 Mon Sep 17 00:00:00 2001 | 1 | From 9e36463b8a03e7de7468035e2dc63b36b5fd1965 Mon Sep 17 00:00:00 2001 |
2 | From: Yi Fan Yu <yifan.yu@windriver.com> | 2 | From: Yi Fan Yu <yifan.yu@windriver.com> |
3 | Date: Sat, 27 Mar 2021 19:18:25 -0400 | 3 | Date: Sat, 27 Mar 2021 19:18:25 -0400 |
4 | Subject: [PATCH] tests: disable the check for inotify | 4 | Subject: [PATCH] tests: disable the check for inotify |
@@ -20,10 +20,10 @@ Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | |||
20 | 1 file changed, 2 insertions(+), 2 deletions(-) | 20 | 1 file changed, 2 insertions(+), 2 deletions(-) |
21 | 21 | ||
22 | diff --git a/tests/diag.sh b/tests/diag.sh | 22 | diff --git a/tests/diag.sh b/tests/diag.sh |
23 | index 6cd60ea88..7424f48c5 100755 | 23 | index f30290c..2c4f6f0 100755 |
24 | --- a/tests/diag.sh | 24 | --- a/tests/diag.sh |
25 | +++ b/tests/diag.sh | 25 | +++ b/tests/diag.sh |
26 | @@ -2672,7 +2672,7 @@ case $1 in | 26 | @@ -2933,7 +2933,7 @@ case $1 in |
27 | fi | 27 | fi |
28 | ;; | 28 | ;; |
29 | 'check-inotify') # Check for inotify/fen support | 29 | 'check-inotify') # Check for inotify/fen support |
@@ -32,7 +32,7 @@ index 6cd60ea88..7424f48c5 100755 | |||
32 | echo [inotify mode] | 32 | echo [inotify mode] |
33 | elif [ -n "$(find /usr/include/sys/ -name 'port.h' -print -quit)" ]; then | 33 | elif [ -n "$(find /usr/include/sys/ -name 'port.h' -print -quit)" ]; then |
34 | grep -qF "PORT_SOURCE_FILE" < /usr/include/sys/port.h | 34 | grep -qF "PORT_SOURCE_FILE" < /usr/include/sys/port.h |
35 | @@ -2687,7 +2687,7 @@ case $1 in | 35 | @@ -2948,7 +2948,7 @@ case $1 in |
36 | fi | 36 | fi |
37 | ;; | 37 | ;; |
38 | 'check-inotify-only') # Check for ONLY inotify support | 38 | 'check-inotify-only') # Check for ONLY inotify support |
@@ -41,6 +41,3 @@ index 6cd60ea88..7424f48c5 100755 | |||
41 | echo [inotify mode] | 41 | echo [inotify mode] |
42 | else | 42 | else |
43 | echo [inotify not supported, skipping...] | 43 | echo [inotify not supported, skipping...] |
44 | -- | ||
45 | 2.29.2 | ||
46 | |||
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch index 0352587268..cda2d99c04 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d0852006bf3d305e8984b85b41997d43d4476937 Mon Sep 17 00:00:00 2001 | 1 | From 5d200bd8ccb6acb8636dadc47eefc6763c0001d0 Mon Sep 17 00:00:00 2001 |
2 | From: Roy Li <rongqing.li@windriver.com> | 2 | From: Roy Li <rongqing.li@windriver.com> |
3 | Date: Wed, 18 Jun 2014 13:46:52 +0800 | 3 | Date: Wed, 18 Jun 2014 13:46:52 +0800 |
4 | Subject: [PATCH] use pkgconfig to check libgcrypt | 4 | Subject: [PATCH] use pkgconfig to check libgcrypt |
@@ -10,16 +10,15 @@ libgcrypt does no longer provide libgcrypt-config, and provide | |||
10 | 10 | ||
11 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | 11 | Signed-off-by: Roy Li <rongqing.li@windriver.com> |
12 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> | 12 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> |
13 | |||
14 | --- | 13 | --- |
15 | configure.ac | 15 +-------------- | 14 | configure.ac | 15 +-------------- |
16 | 1 file changed, 1 insertion(+), 14 deletions(-) | 15 | 1 file changed, 1 insertion(+), 14 deletions(-) |
17 | 16 | ||
18 | diff --git a/configure.ac b/configure.ac | 17 | diff --git a/configure.ac b/configure.ac |
19 | index 62178c3..b56c9c7 100644 | 18 | index a4506ec..46013cc 100644 |
20 | --- a/configure.ac | 19 | --- a/configure.ac |
21 | +++ b/configure.ac | 20 | +++ b/configure.ac |
22 | @@ -889,20 +889,7 @@ AC_ARG_ENABLE(libgcrypt, | 21 | @@ -1181,20 +1181,7 @@ AC_ARG_ENABLE(libgcrypt, |
23 | [enable_libgcrypt=yes] | 22 | [enable_libgcrypt=yes] |
24 | ) | 23 | ) |
25 | if test "x$enable_libgcrypt" = "xyes"; then | 24 | if test "x$enable_libgcrypt" = "xyes"; then |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2406.0.bb index 8f46e0cd08..b0c2fb298e 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2406.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 | " |
35 | SRC_URI[sha256sum] = "30528d140ec1b1f079224081fa37df6e06587ff42b02e3e61f2daa0526c54d33" | 35 | SRC_URI[sha256sum] = "1343e0269dd32166ffde04d7ceebfa0e7146cf1dbc6962c56bf428c61f01a7df" |
36 | 36 | ||
37 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" | 37 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" |
38 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 38 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |