All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade  1.42.0 -> 1.42.4
@ 2023-03-15 14:04 wangmy
  2023-03-15 14:04 ` [oe] [meta-oe] [PATCH] snappy upgrade 1.1.9 -> 1.1.10 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch
removed since it's not available in 1.42.4

Changelog:
==========
* Fix a possible crash when [global-dns] is used and improve the
  documentation.
* Documentation improvements.
* Add build option to set the mobile-broadband-provider-info database
  path.
* Add new "ipv[46].replace-local-rule" setting to control whether to
  remove the local route rule that is automatically generated.
* Add the DHCPv6 IAID to the lease information exposed in /run and on
  D-Bus.
* Fix assuming team connections at boot.
* Fix race condition when setting the MAC address of an OVS interface.
* Fix constructing the IPv4 name servers variable passed to dispatcher
  scripts.
* Don't use tentative IPv6 address to resolve the system hostname via DNS.
* Deprecate the "Master" property of the NMActiveConnection D-Bus object
  in favor of the new "Controller" property.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...just-signature-of-_nm_assert_fail_in.patch | 37 -------------------
 ...ger_1.42.0.bb => networkmanager_1.42.4.bb} |  3 +-
 2 files changed, 1 insertion(+), 39 deletions(-)
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch
 rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.42.0.bb => networkmanager_1.42.4.bb} (98%)

diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch
deleted file mode 100644
index 6640bce17..000000000
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 8c8b13768d22f39edfce38e123b740c43d7e31c4 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 18 Feb 2023 17:29:10 -0800
-Subject: [PATCH] libnm-std-aux: Adjust signature of _nm_assert_fail_internal
-
-the LSB states __assert_fail is:
-const char*, const char*, unsigned int, const char*
-https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib---assert-fail-1.html
-
-musl uses a signed int instead. however, this is ok:
-https://www.openwall.com/lists/musl/2019/03/04/6
-
-nevertheless, since the application redefines __assert_fail, we have to make
-the types match. (not upstreamable as the opposite breaks glibc)
-
-Upstream-Status: Inappropriate [musl specific]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- src/libnm-std-aux/nm-std-aux.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libnm-std-aux/nm-std-aux.h b/src/libnm-std-aux/nm-std-aux.h
-index e556aa4..0756a7c 100644
---- a/src/libnm-std-aux/nm-std-aux.h
-+++ b/src/libnm-std-aux/nm-std-aux.h
-@@ -230,7 +230,7 @@ typedef uint64_t _nm_bitwise nm_be64_t;
- _nm_noreturn static inline void
- _nm_assert_fail_internal(const char  *assertion,
-                          const char  *file,
--                         unsigned int line,
-+                         int line,
-                          const char  *function)
- {
-     __assert_fail("<dropped>", file, line, "<unknown-fcn>");
--- 
-2.39.2
-
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.42.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.42.4.bb
similarity index 98%
rename from meta-networking/recipes-connectivity/networkmanager/networkmanager_1.42.0.bb
rename to meta-networking/recipes-connectivity/networkmanager/networkmanager_1.42.4.bb
index dabf9a1d3..5ff90be22 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.42.0.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.42.4.bb
@@ -30,9 +30,8 @@ SRC_URI = " \
     file://enable-dhcpcd.conf \
     file://enable-iwd.conf \
 "
-SRC_URI:append:libc-musl = " file://0001-libnm-std-aux-Adjust-signature-of-_nm_assert_fail_in.patch"
 
-SRC_URI[sha256sum] = "2f6756d507bb6b46716594b67e6fe7491891e1b5b167bbafc5157dfa7753d5b4"
+SRC_URI[sha256sum] = "86ee16a2f7f525629133fa0c3dc060caf96ae4f34084eda1c24551951abe5a3c"
 
 S = "${WORKDIR}/NetworkManager-${PV}"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-oe] [PATCH] snappy upgrade 1.1.9 -> 1.1.10
  2023-03-15 14:04 [PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.42.0 -> 1.42.4 wangmy
@ 2023-03-15 14:04 ` wangmy
  2023-03-15 14:04 ` [oe] [meta-python] [PATCH] python3-bandit: upgrade 1.7.4 -> 1.7.5 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch
removed since it's not available in 1.1.10.

Changelog:
==========
* Performance improvements
* Compilation fixes for various environments

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch | 71 -------------------
 .../{snappy_1.1.9.bb => snappy_1.1.10.bb}     |  6 +-
 2 files changed, 2 insertions(+), 75 deletions(-)
 delete mode 100644 meta-oe/recipes-extended/snappy/snappy/0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch
 rename meta-oe/recipes-extended/snappy/{snappy_1.1.9.bb => snappy_1.1.10.bb} (84%)

diff --git a/meta-oe/recipes-extended/snappy/snappy/0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch b/meta-oe/recipes-extended/snappy/snappy/0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch
deleted file mode 100644
index 27357d88a..000000000
--- a/meta-oe/recipes-extended/snappy/snappy/0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-From 4728803cc8687431449c8c9fbfabb1da04943400 Mon Sep 17 00:00:00 2001
-From: "Georgi D. Sotirov" <gdsotirov@gmail.com>
-Date: Wed, 5 May 2021 14:16:46 +0300
-Subject: [PATCH] Add inline with SNAPPY_ATTRIBUTE_ALWAYS_INLINE
-
-Add inline with SNAPPY_ATTRIBUTE_ALWAYS_INLINE on AdvanceToNextTag to
-fix the following compilation errors and a warning with GCC:
-
-[  2%] Building CXX object CMakeFiles/snappy.dir/snappy.cc.o
-/usr/bin/c++   -DHAVE_CONFIG_H -Dsnappy_EXPORTS
--I/tmp/snappy-1.1.9/build -I/tmp/snappy-1.1.9  -O3
--march=i586 -mtune=i686 -Wall -Wextra -fno-exceptions -fno-rtti -O3
--DNDEBUG -fPIC   -std=c++11 -o CMakeFiles/snappy.dir/snappy.cc.o -c
-/tmp/snappy-1.1.9/snappy.cc
-/tmp/snappy-1.1.9/snappy.cc:1017:8: warning: always_inline
-function might not be inlinable [-Wattributes]
- size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
-        ^
-/tmp/snappy-1.1.9/snappy.cc: In function 'std::pair<const
-unsigned char*, int> snappy::DecompressBranchless(const uint8_t*, const
-uint8_t*, ptrdiff_t, T, ptrdiff_t) [with T = char*; uint8_t = unsigned
-char; ptrdiff_t = int]':
-/tmp/snappy-1.1.9/snappy.cc:1017:8: error: inlining failed in
-call to always_inline 'size_t snappy::AdvanceToNextTag(const uint8_t**,
-size_t*)': function body can be overwritten at link time
-/tmp/snappy-1.1.9/snappy.cc:1097:53: error: called from here
-         size_t tag_type = AdvanceToNextTag(&ip, &tag);
-                                                     ^
-/tmp/snappy-1.1.9/snappy.cc:1017:8: error: inlining failed in
-call to always_inline 'size_t snappy::AdvanceToNextTag(const uint8_t**,
-size_t*)': function body can be overwritten at link time
- size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
-        ^
-/tmp/snappy-1.1.9/snappy.cc:1097:53: error: called from here
-         size_t tag_type = AdvanceToNextTag(&ip, &tag);
-                                                     ^
-/tmp/snappy-1.1.9/snappy.cc:1017:8: error: inlining failed in
-call to always_inline 'size_t snappy::AdvanceToNextTag(const uint8_t**,
-size_t*)': function body can be overwritten at link time
- size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
-        ^
-/tmp/snappy-1.1.9/snappy.cc:1097:53: error: called from here
-         size_t tag_type = AdvanceToNextTag(&ip, &tag);
-                                                     ^
-CMakeFiles/snappy.dir/build.make:137: recipe for target
-'CMakeFiles/snappy.dir/snappy.cc.o' failed
-
-Just like with other functions using SNAPPY_ATTRIBUTE_ALWAYS_INLINE
-macro (i.e. __attribute__((always_inline)) ) it is necessary to use C++
-inline specifier.
-
-Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-
-Upstream-Status: Submitted [https://github.com/google/snappy/pull/128]
----
- snappy.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/snappy.cc b/snappy.cc
-index 79dc0e8..51157be 100644
---- a/snappy.cc
-+++ b/snappy.cc
-@@ -1014,7 +1014,7 @@ void MemMove(ptrdiff_t dst, const void* src, size_t size) {
- }
- 
- SNAPPY_ATTRIBUTE_ALWAYS_INLINE
--size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
-+inline size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) {
-   const uint8_t*& ip = *ip_p;
-   // This section is crucial for the throughput of the decompression loop.
-   // The latency of an iteration is fundamentally constrained by the
diff --git a/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb b/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb
similarity index 84%
rename from meta-oe/recipes-extended/snappy/snappy_1.1.9.bb
rename to meta-oe/recipes-extended/snappy/snappy_1.1.10.bb
index 0d58345d7..08e4357d8 100644
--- a/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb
+++ b/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb
@@ -10,10 +10,8 @@ compression ratio."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f62f3080324a97b3159a7a7e61812d0c"
 
-SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=main \
-    file://0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch \
-"
-SRCREV = "2b63814b15a2aaae54b7943f0cd935892fae628f"
+SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=main"
+SRCREV = "dc05e026488865bc69313a68bcc03ef2e4ea8e83"
 S = "${WORKDIR}/git"
 
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-bandit: upgrade 1.7.4 -> 1.7.5
  2023-03-15 14:04 [PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.42.0 -> 1.42.4 wangmy
  2023-03-15 14:04 ` [oe] [meta-oe] [PATCH] snappy upgrade 1.1.9 -> 1.1.10 wangmy
@ 2023-03-15 14:04 ` wangmy
  2023-03-15 14:04 ` [oe] [meta-python] [PATCH] python3-gcovr: upgrade 5.2 -> 6.0 wangmy
  2023-03-15 14:04 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 44.0 -> 45.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    Add an example screen shot of Bandit to README #847
    Bad link to screen shot #848
    Use a constant for weak hashes #850
    Group location line with code output #822
    Fix line range using Python 3.8 end_lineno #821
    Add classifier to indicate Py3 only #853
    Removal of blacklist call B309 httpsconnection #858
    Remove blacklist call check for os.tempnam #859
    Indiciate hash type in message #860
    Add the httpx module check for verify #861
    Add doc for hashlib plugin #862
    Make use of rich for progress bar #863
    Replace toml with tomli #829
    Fix up B109 and B111 removed plugins docs #864
    add check for "requests" calls without timeout #743
    Fix for build breaks in format job #869
    Add license and contributing links to docs #867
    Remove redundant word Bandit in titles of sections #873
    Add request for feedback via 👍 #871
    Add a Discord link to the docs #870
    Adding logging.config.listen() plugin with examples #874
    Removal of ghugo #881
    Remove redundant pip line #884
    Corrected documentation on configuration #868
    Start testing against Python 3.11 #887
    Add myself to sponsor list #885
    Add Discord link to README #875
    Update action versions in Actions workflows (#890) #893
    Add dependency review action #891
    Fix an unclosed tag in HTML formatter #896
    'Test plugin listing' in docs incorrectly pointing B612 to plugin ref of B102 #897
    Make small fixes in docs #899
    Specify semver range for Python 3.11 #901
    Add another bad example of yaml load #905
    Add releases link in "Version control integration" #909
    Update version of dependency-review-action #911
    Avoid redundant message if debug on #913
    Remove invalid checking on hashlib #914
    Add some missing curve types #920
    add jsonpickle deserialization blacklist #707
    Fix reading the number argument from config file #923
    Add end_col_offset if available #851
    Enhancement Proposal: Plugin "assert_used" config-skip snippet #695
    Blacklist pandas read_pickle and add functional test for it #710
    Docs for request without timeout has dead link #925
    Add case for global exec #570
    Fix a false positive condition yaml_load #927
    Fix issue #453 jinja2 template select_autoescape when using jinja2.select_autoescape #454
    Adding tarfile.extractall() plugin with examples #549
    Check for deprecated TLS 1.1 #928
    weak_cryptographic_key assumes positional arg #930
    Fix filename of B202 in docs #932
    Remove python 2 reference in docs #933
    Pass correct number of arguments to match the %s placeholders. #934
    Fixup some invalid pickle testing #924
    Fix json and yaml formatters to respect num lines #929
    Fix AttributeError on detect of tuple assign condition #931
    [docs] Mention exclude_dirs option available in TOML and YAML #876
    Typo fix #945
    remove py2 exec example in docs #947
    Add official Python 3.11 support #964
    DOC: Add explanation on how to use pre-commit with config file #968
    Fix breaking build due to new tox #983
    Correct build status badge in README #980
    Improve detecting SQL injections in f-strings #917
    Improve handling nosec for multi-line strings #915
    Check for github action updates monthly #989
    Added a bit more project_urls #985

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-bandit_1.7.4.bb => python3-bandit_1.7.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bandit_1.7.4.bb => python3-bandit_1.7.5.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.4.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-bandit_1.7.4.bb
rename to meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
index cfdbde968..5e2a7e8bc 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
@@ -2,7 +2,7 @@ SUMMARY = "Security oriented static analyser for python code."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

-SRC_URI[sha256sum] = "2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"
+SRC_URI[sha256sum] = "bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"

 DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six python3-stevedore"

--
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-python] [PATCH] python3-gcovr: upgrade 5.2 -> 6.0
  2023-03-15 14:04 [PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.42.0 -> 1.42.4 wangmy
  2023-03-15 14:04 ` [oe] [meta-oe] [PATCH] snappy upgrade 1.1.9 -> 1.1.10 wangmy
  2023-03-15 14:04 ` [oe] [meta-python] [PATCH] python3-bandit: upgrade 1.7.4 -> 1.7.5 wangmy
@ 2023-03-15 14:04 ` wangmy
  2023-03-15 14:04 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 44.0 -> 45.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

Changelog:
==========
Breaking changes:
------------------
    Remove not allowed attributes function-rate, functions-covered and functions-valid from cobertura report. (:issue:'671')
    Remove "noncode" entries in JSON reports. (:issue:'663')
    New :option:'--exclude-noncode-lines' to exclude noncode lines. Noncode lines are not excluded by default anymore. (:issue:'704', :issue:'705')
    Changed :option:'--gcov-ignore-parse-errors' to accept list of errors to ignore. (:issue:'701')
    The default filename for :option:'--cobertura' is changed from coverage.xml to cobertura.xml (:issue:'721')
    Handling of gcov errors:
        Do not ignore return code of gcov. (:issue:'653')
        New :option:'--gcov-ignore-errors' to ignore gcov errors. Old behavior was to print a warning and continue. (:issue:'718')
    Revert changes from :issue:'623' and add documentation entry :ref:'support keil uvision format'. (:issue:'727')

New features and notable changes:
---------------------------------
    New :option:'--html-nested' for reports that summarize subdirectories with aggregated statistics per directory. (:issue:'687')
    Accept NAN % which is used in GCOV 7.5.0 instead of an invalid value. (:issue:'651')
    New :option:'--json-base' to define a base bath used in JSON reports. (:issue:'656')
    New :option:'--calls' to report call coverage: function calls invoked/total (:issue:'666')
    New nox session to generate a portable application with pyinstaller, see :ref:'standalone application'. (:issue:'661')
    Print a warning if root directory contains symlinks. (:issue:'652')
    Change :option:'--keep' when calling gcov internaly. (:issue:'703')
    Allow annotations for never executed branches. (:issue:'711')
    Add function merge mode for same function defined in different lines. (:issue:'700')
    Update link to gcovr documentation in HTML report to point to the documentation of the used version. (:issue:'723')
    Add environment SOURCE_DATE_EPOCH to set default for :option:'--timestamp'. (:issue:'729')

Bug fixes and small improvements:
--------------------------------
    Fix :option:'--html-tab-size' feature. (:issue:'650')
    Fix alphabetical sort of html report, for when there are symlinks. (:issue:'685')
    Handle :option:'--version' before parsing the configuration file. (:issue:'696')
    Fix reports of excluded coverage. (:issue:'409', :issue:'503', :issue:'663')
    Fix handling for nonexistent source code for HTML-details and Coveralls reports. (:issue:'663')
    Exclude functions with :ref:'Exclusion markers'. (:issue:'713')
    Fix problem in decision parser if open block brace is on same line. (:issue:'681')
    Add Python 3.11 to test matrix. (:issue:'717')
    Fix casing of files if filesystem is case insensitive. (:issue:'694')
    Fix deadlock if :option:'-j' is used and there are errors from gcov execution. (:issue:'719')
    Fix problem in decision parser if case is not on a single line with the break statement. (:issue:'738')
    Do not use realpath for DirectoryPrefixFilter to support symlinks in root directory. (:issue:'712')

Documentation:
-------------
    Add detailed reference for the JSON output format. (:issue:'663')

Internal changes:
-----------------
    Select the :option:'--html-theme' using CSS classes. (:issue:'650')
    Change and extend cmake tests. (:issue:'676')
    Detect gcc version for running tests. (:issue:'686')
    Use scrubbed data for --update_reference option. (:issue:'698')
    Install ninja with package manager instead of GitHub action. (:issue:'699')
    Rename the reference files coverage.xml to cobertura.xml and the test from xml to cobertura (:issue:'721')
    Add support for clang-14 in our test suite and improve startup performance of docker image. (:issue:'731')
    Compare files by extension in test suite. (:issue:'733')
    Split HTML templates into one file for each part of the page. (:issue:'735')
    Change docker image to be able to use it like the nox command itself. (:issue:'734')

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-gcovr_5.2.bb => python3-gcovr_6.0.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-gcovr_5.2.bb => python3-gcovr_6.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-gcovr_5.2.bb
rename to meta-python/recipes-devtools/python/python3-gcovr_6.0.bb
index 03231f926..901d0017d 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_6.0.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "generate GCC code coverage reports"
 HOMEPAGE = "https://gcovr.com"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e59af597b3484fa3b52c0fbfd5d17611"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6542fc4ce5904ffb741ef56f8fe33452"
 
 SRC_URI = "git://github.com/gcovr/gcovr.git;branch=master;protocol=https"
-SRCREV = "1040a85ecfb3ef0d01635df9d50a3cae5059d566"
+SRCREV = "1221ef62ff0de15bbeaf79e68e08a65d62c73ff4"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-networking] [PATCH] rdma-core: upgrade 44.0 -> 45.0
  2023-03-15 14:04 [PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.42.0 -> 1.42.4 wangmy
                   ` (2 preceding siblings ...)
  2023-03-15 14:04 ` [oe] [meta-python] [PATCH] python3-gcovr: upgrade 5.2 -> 6.0 wangmy
@ 2023-03-15 14:04 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    53ee89b Merge pull request #1299 from zhuyj/dmabuf
    95507d0 Merge pull request #1311 from EdwardSro/pr-pyverbs-tests
    087deb5 irdma: Add support for ibv_reg_dmabuf_mr
    6644617 Merge pull request #1309 from hz-cheng/master
    fe9e480 Merge pull request #1304 from EdwardSro/pr-tests-fixes
    5c9f444 Merge pull request #1303 from EdwardSro/pr-mlx5-dr-steering
    8f56a83 Merge pull request #1310 from joshuafried/mlx5_dr_bugfix
    638ace8 tests: Add test for devx DBR-less mode data path
    25a4bf0 tests: Skip CUDA tests if there is no CUDA device
    5dad658 tests: Add set and copy modify action of metadata

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../rdma-core/{rdma-core_44.0.bb => rdma-core_45.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/rdma-core/{rdma-core_44.0.bb => rdma-core_45.0.bb} (95%)

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb
similarity index 95%
rename from meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb
index f5b80c712..ed1f7c94a 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libnl"
 RDEPENDS:${PN} = "bash perl"
 
 SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https"
-SRCREV = "91392a91eb41affee3bd75dc7d03eb86b4854aea"
+SRCREV = "53ee89b4abb1463e7ae713103f552b2bef1307ce"
 S = "${WORKDIR}/git"
 
 #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-15 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 14:04 [PATCH] [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.42.0 -> 1.42.4 wangmy
2023-03-15 14:04 ` [oe] [meta-oe] [PATCH] snappy upgrade 1.1.9 -> 1.1.10 wangmy
2023-03-15 14:04 ` [oe] [meta-python] [PATCH] python3-bandit: upgrade 1.7.4 -> 1.7.5 wangmy
2023-03-15 14:04 ` [oe] [meta-python] [PATCH] python3-gcovr: upgrade 5.2 -> 6.0 wangmy
2023-03-15 14:04 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 44.0 -> 45.0 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.