summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch15
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch2
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog_8.36.0.bb (renamed from meta-oe/recipes-extended/rsyslog/rsyslog_8.29.0.bb)6
3 files changed, 12 insertions, 11 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch
index ca88dd3f7e..6ce8b7a9c8 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch
@@ -1,6 +1,6 @@
1From 9739095de6ae5f844354756ae968f5f8864eb3e3 Mon Sep 17 00:00:00 2001 1From 7baf35b88d742032a2dc456c396843e17e866f8e Mon Sep 17 00:00:00 2001
2From: Ming Liu <peter.x.liu@external.atlascopco.com> 2From: Ming Liu <peter.x.liu@external.atlascopco.com>
3Date: Sun, 26 Feb 2017 14:10:21 +0100 3Date: Wed, 27 Jun 2018 14:04:57 +0800
4Subject: [PATCH] Include sys/time.h 4Subject: [PATCH] Include sys/time.h
5 5
6struct timeval is defined in sys/time.h with a musl libc. 6struct timeval is defined in sys/time.h with a musl libc.
@@ -8,13 +8,13 @@ struct timeval is defined in sys/time.h with a musl libc.
8Upstream-Status: Inappropriate [musl libc specific] 8Upstream-Status: Inappropriate [musl libc specific]
9 9
10Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> 10Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
11 11Signed-off-by: Changqing Li <changqing.li@windriver.com>
12--- 12---
13 tests/msleep.c | 4 ---- 13 tests/msleep.c | 4 ----
14 1 file changed, 4 deletions(-) 14 1 file changed, 4 deletions(-)
15 15
16diff --git a/tests/msleep.c b/tests/msleep.c 16diff --git a/tests/msleep.c b/tests/msleep.c
17index 26a8206..ca818be 100644 17index 98dbece..96f6950 100644
18--- a/tests/msleep.c 18--- a/tests/msleep.c
19+++ b/tests/msleep.c 19+++ b/tests/msleep.c
20@@ -26,11 +26,7 @@ 20@@ -26,11 +26,7 @@
@@ -26,6 +26,7 @@ index 26a8206..ca818be 100644
26-#else 26-#else
27-#include <time.h> 27-#include <time.h>
28-#endif 28-#endif
29 29 #if defined(HAVE_SYS_SELECT_H)
30 int main(int argc, char *argv[]) 30 #include <sys/select.h>
31 { 31 #endif
322.7.4
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 162d239a13..0352587268 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
@@ -3,7 +3,7 @@ From: Roy Li <rongqing.li@windriver.com>
3Date: Wed, 18 Jun 2014 13:46:52 +0800 3Date: Wed, 18 Jun 2014 13:46:52 +0800
4Subject: [PATCH] use pkgconfig to check libgcrypt 4Subject: [PATCH] use pkgconfig to check libgcrypt
5 5
6Upstream-status: Inappropriate [configuration] 6Upstream-Status: Inappropriate [configuration]
7 7
8libgcrypt does no longer provide libgcrypt-config, and provide 8libgcrypt does no longer provide libgcrypt-config, and provide
9*.pc, so we should use pkgconfig to check 9*.pc, so we should use pkgconfig to check
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.29.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.36.0.bb
index 03f21c6190..d65a2be889 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.29.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.36.0.bb
@@ -9,7 +9,7 @@ Rsyslog is an enhanced syslogd supporting, among others, MySQL,\
9 encryption protected syslog relay chains while at the same time being\ 9 encryption protected syslog relay chains while at the same time being\
10 very easy to setup for the novice user." 10 very easy to setup for the novice user."
11 11
12DEPENDS = "zlib libestr libfastjson bison-native flex-native liblogging" 12DEPENDS = "zlib libestr libfastjson bison-native flex-native liblogging curl"
13HOMEPAGE = "http://www.rsyslog.com/" 13HOMEPAGE = "http://www.rsyslog.com/"
14LICENSE = "GPLv3 & LGPLv3 & Apache-2.0" 14LICENSE = "GPLv3 & LGPLv3 & Apache-2.0"
15LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \ 15LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \
@@ -30,8 +30,8 @@ SRC_URI_append_libc-musl = " \
30 file://0001-Include-sys-time-h.patch \ 30 file://0001-Include-sys-time-h.patch \
31" 31"
32 32
33SRC_URI[md5sum] = "3805617f65a4b4bea34606487a5255a0" 33SRC_URI[md5sum] = "6846bb6d37af3ce067988dd2460d3a5d"
34SRC_URI[sha256sum] = "220ba30b5afb0f3ddb328613fea7aa3966b01e4d0c52d6de9ab27b0858f19738" 34SRC_URI[sha256sum] = "8a4b5beb92c6b308c3d14de2364c2788f62ef5d37ca0448144619edfe508ee70"
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+)+)"