[oe-commits] [meta-openembedded] 02/02: rsyslog: update from 8.1907.0 to 8.1908.0

git at git.openembedded.org git at git.openembedded.org
Sat Sep 21 22:11:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit dc120b72bcc8eba5088b1e740cb28d14de612bb0
Author: Randy MacLeod <randy.macleod at windriver.com>
AuthorDate: Sat Sep 21 16:41:43 2019 -0400

    rsyslog: update from 8.1907.0 to 8.1908.0
    
    Enable imfile-tests even if they take a while.
    
    ptest results for qemux86-64 with kvm and a timeout
    of 1000 seconds to allow stress tests to complete:
    
    Recipe           | Passed      | Failed   | Skipped   | Time(s)
    rsyslog-8.1907.0 | 365         | 4        | 2         | 2452
    rsyslog-8.1908.0 | 379         | 4        | 2         | 2538
    
    The failed tests for both 8.1907 and 8.1908 are:
      FAIL: Test ./omfile-read-only-errmsg.sh (took 2 seconds)
      FAIL: Test ./omfile-read-only.sh (took 2 seconds)
      FAIL: Test ./privdropuser.sh (took 580 seconds)
      FAIL: Test ./privdropuserid.sh (took 580 seconds)
    They are not fixed in this update.
    
    Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../rsyslog/{rsyslog_8.1907.0.bb => rsyslog_8.1908.0.bb}             | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1907.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1908.0.bb
similarity index 97%
rename from meta-oe/recipes-extended/rsyslog/rsyslog_8.1907.0.bb
rename to meta-oe/recipes-extended/rsyslog/rsyslog_8.1908.0.bb
index 4092833..bbb4b11 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1907.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1908.0.bb
@@ -29,8 +29,8 @@ SRC_URI_append_libc-musl = " \
     file://0001-Include-sys-time-h.patch \
 "
 
-SRC_URI[md5sum] = "97682af2b1d87f903458cfb41725fba6"
-SRC_URI[sha256sum] = "eb27535ece93174ef6b551c88467d2c9cd826b62479625bb881a53d50b079fb5"
+SRC_URI[md5sum] = "6e9aa4ef4cad8ae49affa0a786cc9e2f"
+SRC_URI[sha256sum] = "f8c8e53b651e03a011667c60bd2d4dba7a7cb6ec04b247c8ea8514115527863b"
 
 UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
@@ -38,6 +38,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
 inherit autotools pkgconfig systemd update-rc.d ptest
 
 EXTRA_OECONF += "--disable-generate-man-pages ap_cv_atomic_builtins=yes"
+EXTRA_OECONF += "--enable-imfile-tests"
 
 # first line is default yes in configure
 PACKAGECONFIG ??= " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list