openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5
@ 2023-06-01  9:03 wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] curl: upgrade 8.1.1 -> 8.1.2 wangmy
                   ` (33 more replies)
  0 siblings, 34 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 * bt2: honor build system compiler/linker preferences
 * Fix: clear_string_field(): set first character to 0
 * Fix: src.ctf.fs: Not resolving event common ctx
 * debug-info: fix -Wenum-int-mismatch problem in copy_field_class_content_internal
 * fix: pass exec-prefix to python bindings install
 * fix: document proper Bison version requirement
 * cli: use return value of g_string_free
 * babeltrace2-query(1): erroneous parameter used in example
 * Fix: tests: print real values in a fixed format
 * Fix: bt2: autodisc: remove thread error while inserting status in map
 * tests: src.ctf.fs: add test for metadata with invalid syntax
 * tests: shorten names of session-rotation trace
 * bt2: ignore -Wredundant-decls warning
 * ctf: fix -Wformat-overflow error in ctf-meta-resolve.cpp
 * ctf-writer: fix -Wformat-overflow errors in resolve.c
 * Fix: src.text.details: use write_uint_prop_value to handle unsigned values in write_int_range
 * Add `dev-requirements.txt` for pip
 * Fix: src.ctf.lttng-live: consider empty metadata packet as retry
 * Fix: ctf: wrongfully requiring CTF metadata signature for every section
 * Fix: src.ctf.lttng-live: session closed before any metadata is received
 * fix: obsolete warnings with autoconf >= 2.71
 * fix: explicitly disable '-Wsuggest-attribute=format'
 * fix: set stable branch in gitreview config
 * Fix: ctf-writer: list of reserved keywords
 * compiler warning cleanup: is_signed_type: compare -1 to 1
 * Update working version to Babeltrace 2.0.5

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lttng/{babeltrace2_2.0.4.bb => babeltrace2_2.0.5.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{babeltrace2_2.0.4.bb => babeltrace2_2.0.5.bb} (98%)

diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb b/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb
similarity index 98%
rename from meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb
rename to meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb
index 16d8b945a4..6123456c30 100644
--- a/meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb
+++ b/meta/recipes-kernel/lttng/babeltrace2_2.0.5.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.0;protocol=http
            file://0001-tests-do-not-run-test-applications-from-.libs.patch \
            file://0001-Make-manpages-multilib-identical.patch \
            "
-SRCREV = "23e8cf4e6fdc1d0b230e964dafac08a57e6228e6"
+SRCREV = "66e76d1ea601705928899138f02730a3a2a3153d"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [OE-core] [PATCH] curl: upgrade 8.1.1 -> 8.1.2
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] dos2unix: upgrade 7.4.4 -> 7.5.0 wangmy
                   ` (32 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- lib1560: verify more scheme guessing
- page-header: minor wording polish in the URL segment
- page-header: mention curl version and how to figure out current release
- RELEASE-NOTES: synced
- configure: without pkg-config and no custom path, use -lnghttp2
- curl: cache the --trace-time value for a second
- libcurl.m4: remove trailing 'dnl' that causes this to break autoconf
- http3: send EOF indicator early as possible
- scripts/contri*sh: no longer grep -v ' '
- cf-socket: restore Curl_sock_assign_addr()
- libssh: when keyboard-interactive auth fails, try password
- configure: fix build with arbitrary CC and LD_LIBRARY_PATH
- urlapi: remove superfluous host name check
- http2: fix EOF handling on uploads with auth negotiation
- lib: remove unused functions, make single-use static
- scripts/singleuse.pl: add more API calls
- configure: quote the assignments for run-compiler
- misc: fix spelling mistakes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/curl/{curl_8.1.1.bb => curl_8.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/curl/{curl_8.1.1.bb => curl_8.1.2.bb} (98%)

diff --git a/meta/recipes-support/curl/curl_8.1.1.bb b/meta/recipes-support/curl/curl_8.1.2.bb
similarity index 98%
rename from meta/recipes-support/curl/curl_8.1.1.bb
rename to meta/recipes-support/curl/curl_8.1.2.bb
index 89ab61fc59..d84f7d0f07 100644
--- a/meta/recipes-support/curl/curl_8.1.1.bb
+++ b/meta/recipes-support/curl/curl_8.1.2.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
     file://run-ptest \
     file://disable-tests \
 "
-SRC_URI[sha256sum] = "08a948e061929645597c1ef7194e07b308b22084ff03fa7400b465e6c05149e5"
+SRC_URI[sha256sum] = "31b1118eb8bfd43cd95d9a3f146f814ff874f6ed3999b29d94f4d1e7dbac5ef6"
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
-- 
2.34.1



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

* [OE-core] [PATCH] dos2unix: upgrade 7.4.4 -> 7.5.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] curl: upgrade 8.1.1 -> 8.1.2 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] enchant2: upgrade 2.3.4 -> 2.5.0 wangmy
                   ` (31 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* New option -O, --to-stdout to write to standard output.
* New option -e, --add-eol to add a line break to the last
  line if there isn't one. Option --no-add-eol disables the
  feature.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dos2unix/{dos2unix_7.4.4.bb => dos2unix_7.5.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/dos2unix/{dos2unix_7.4.4.bb => dos2unix_7.5.0.bb} (95%)

diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
similarity index 95%
rename from meta/recipes-support/dos2unix/dos2unix_7.4.4.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
index 506faf5a6d..1ff1fc4f97 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502"
 SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
 
-SRCREV = "b56a58584d3fef0720425ae154c2a4d80e6af6c5"
+SRCREV = "d6613bbb175624f065de907ebcc94437f699c14e"
 
 S = "${WORKDIR}/git/dos2unix"
 
-- 
2.34.1



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

* [OE-core] [PATCH] enchant2: upgrade 2.3.4 -> 2.5.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] curl: upgrade 8.1.1 -> 8.1.2 wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] dos2unix: upgrade 7.4.4 -> 7.5.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] fribidi: upgrade 1.0.12 -> 1.0.13 wangmy
                   ` (30 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
  * A new dictionary method remove_from_session() allows providers to stay
    in sync with Enchant's personal wordlist, by removing as well as adding
    words in the spelling session.
  * The public API enchant_dict_store_replacement() is deprecated, and no
    longer does anything. It only previously had an effect with the Aspell
    provider.
  * The APIs enchant_dict_add() and enchant_dict_remove() also respectively
    add the word to the session or remove it.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../enchant/{enchant2_2.3.4.bb => enchant2_2.5.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.3.4.bb => enchant2_2.5.0.bb} (92%)

diff --git a/meta/recipes-support/enchant/enchant2_2.3.4.bb b/meta/recipes-support/enchant/enchant2_2.5.0.bb
similarity index 92%
rename from meta/recipes-support/enchant/enchant2_2.3.4.bb
rename to meta/recipes-support/enchant/enchant2_2.5.0.bb
index 5a6a3157a6..f5ec1ef522 100644
--- a/meta/recipes-support/enchant/enchant2_2.3.4.bb
+++ b/meta/recipes-support/enchant/enchant2_2.5.0.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0"
+SRC_URI[sha256sum] = "149e224cdd2ca825d874639578b6246e07f37d5b8f3970658a377a1ef46f2e15"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
 
-- 
2.34.1



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

* [OE-core] [PATCH] fribidi: upgrade 1.0.12 -> 1.0.13
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (2 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] enchant2: upgrade 2.3.4 -> 2.5.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] libdnf: upgrade 0.70.0 -> 0.70.1 wangmy
                   ` (29 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
* Adding missing man pages to the tar release file.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../fribidi/{fribidi_1.0.12.bb => fribidi_1.0.13.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/fribidi/{fribidi_1.0.12.bb => fribidi_1.0.13.bb} (89%)

diff --git a/meta/recipes-support/fribidi/fribidi_1.0.12.bb b/meta/recipes-support/fribidi/fribidi_1.0.13.bb
similarity index 89%
rename from meta/recipes-support/fribidi/fribidi_1.0.12.bb
rename to meta/recipes-support/fribidi/fribidi_1.0.13.bb
index 9e46d958e9..5d0476a375 100644
--- a/meta/recipes-support/fribidi/fribidi_1.0.12.bb
+++ b/meta/recipes-support/fribidi/fribidi_1.0.13.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \
            "
-SRC_URI[sha256sum] = "0cd233f97fc8c67bb3ac27ce8440def5d3ffacf516765b91c2cc654498293495"
+SRC_URI[sha256sum] = "7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2"
 
 inherit meson lib_package pkgconfig github-releases
 
-- 
2.34.1



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

* [OE-core] [PATCH] libdnf: upgrade 0.70.0 -> 0.70.1
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (3 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] fribidi: upgrade 1.0.12 -> 1.0.13 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] libmicrohttpd: upgrade 0.9.76 -> 0.9.77 wangmy
                   ` (28 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 Add repoid to solver errors for RPMs (RhBug:2179413)
 Avoid using obsolete RPM API and drop redundant calls
 Remove DNF from list of protected packages

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libdnf/{libdnf_0.70.0.bb => libdnf_0.70.1.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libdnf/{libdnf_0.70.0.bb => libdnf_0.70.1.bb} (97%)

diff --git a/meta/recipes-devtools/libdnf/libdnf_0.70.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.70.1.bb
similarity index 97%
rename from meta/recipes-devtools/libdnf/libdnf_0.70.0.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.70.1.bb
index 14d6a37de1..c44ae2729b 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.70.0.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.70.1.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
            file://0001-drop-FindPythonInstDir.cmake.patch \
            "
 
-SRCREV = "93759bc5cac262906e52b6a173d7b157914ec29e"
+SRCREV = "3b8e59ad8ed3a3eb736d8a2e16b4fc04313d1f12"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [OE-core] [PATCH] libmicrohttpd: upgrade 0.9.76 -> 0.9.77
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (4 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] libdnf: upgrade 0.70.0 -> 0.70.1 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] libxft: upgrade 2.3.7 -> 2.3.8 wangmy
                   ` (27 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 API changes:
-------------
 + Added new function MHD_get_version_bin().

 Improvements and enhancements:
-------------------------------
 * Digest Auth: changed algorithm identifiers in server generated
   headers from "md5" / "sha-256" to "MD5" / "SHA-256" to better match
   RFC (while clients should use caseless matching).
 * Improved Base64 decoding by new implementation with robust input
   data validation checks.
 * Improved configure for cross-compiling, for better compatibility
   with POSIX and for better compatibility with the latest compiler
   versions.
 * New internal tests: for Base64 decoding, Basic Auth and folded
   headers.
 * Supported new libcurl API in tests to mute deprecation warnings.
 * Supported ARM and ARM64 for VC compilers.

 Functionality changes:
------------------------
 * any negative number returned by response data generation callback
   function is treated as an error. Previously negative values except
   predefined error codes could produce undefined behaviour.
 * Added handling of "DEBUG" preprocessor macro as an alias of "_DEBUG".

 Fixes:
---------
 # Fixed functionality with blocking sockets.
 # Fixed very inefficient data pumping for upgraded TLS connections.
 # Fixed processing of folded headers in the requests.
 # Fixed data races when closing upgraded connection.
 # Removed duplication of "Connection: upgrade" header.
 # Digest auth: fixed thread sync to avoid "stale hash" results.
 # Fixed harmless unwanted extra data processing resulting in triggering
   of the assert.
 # Fixed tests for LTO.
 # Removed removed non-portable functions in examples.
 # Fixed delayed call of connection notification callback in
   thread-per-connection mode.
 # Fixed Address Sanitizer unpoison of memory when memory pool is
   destroyed. This fixed periodic ASAN error when used for a long time
   with the sanitizer.
 # Fixed compiler warnings in library code, examples, tests and configure
   checks.
 # New TLS certificates for test-suite: all with SAN fields and SHA-256
   hash.
 # Tests: fixed tests on Darwin 22.x (Ventura).
 # Tests: redesigned one tests group to avoid stress-testing of the OS.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{libmicrohttpd_0.9.76.bb => libmicrohttpd_0.9.77.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.76.bb => libmicrohttpd_0.9.77.bb} (90%)

diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb
similarity index 90%
rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb
rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb
index 9dff970663..792ac24726 100644
--- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb
+++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb
@@ -7,7 +7,7 @@ SECTION = "net"
 DEPENDS = "file"
 
 SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c"
+SRC_URI[sha256sum] = "9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0"
 
 inherit autotools lib_package pkgconfig gettext
 
-- 
2.34.1



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

* [OE-core] [PATCH] libxft: upgrade 2.3.7 -> 2.3.8
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (5 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] libmicrohttpd: upgrade 0.9.76 -> 0.9.77 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] libxpm: upgrade 3.5.15 -> 3.5.16 wangmy
                   ` (26 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
add check for missing glyph in XftFontCheckGlyph()
issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels
issue 18: Problems with rotated text (monospace font only)
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Clears autoconf warnings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxft_2.3.7.bb => libxft_2.3.8.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxft_2.3.7.bb => libxft_2.3.8.bb} (92%)

diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.7.bb b/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libxft_2.3.7.bb
rename to meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb
index ad126d2092..2699c1dfd7 100644
--- a/meta/recipes-graphics/xorg-lib/libxft_2.3.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb
@@ -20,7 +20,7 @@ PROVIDES = "xft"
 
 PE = "1"
 
-SRC_URI[sha256sum] = "79f0b37c45007381c371a790c2754644ad955166dbf2a48e3625032e9bdd4f71"
+SRC_URI[sha256sum] = "5e8c3c4bc2d4c0a40aef6b4b38ed2fb74301640da29f6528154b5009b1c6dd49"
 
 XORG_PN = "libXft"
 
-- 
2.34.1



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

* [OE-core] [PATCH] libxpm: upgrade 3.5.15 -> 3.5.16
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (6 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] libxft: upgrade 2.3.7 -> 2.3.8 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71 wangmy
                   ` (25 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
test: skip compressed file tests when --disable-open-zfile is used
itlab CI: build with each of --enable-open-zfile & --disable-open-zfile
configure: correct error message to suggest --disable-open-zfile
Fix a memleak in ParsePixels error code path
Fix CVE-2022-44617: Runaway loop with width of 0 and enormous height
open-zfile: Make compress & uncompress commands optional
Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
test: Use PACKAGE_BUGREPORT instead of hard-coded URL's
test: Add simple test cases for functions in src/rgb.c
xpmReadRgbNames: constify filename argument
XpmCreateDataFromXpmImage: Fix misleading indentation
parse.c: Wrap FREE_CIDX definition in do { ... } while(0)
parse.c: remove unused function xstrlcpy()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxpm_3.5.15.bb => libxpm_3.5.16.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxpm_3.5.15.bb => libxpm_3.5.16.bb} (88%)

diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb
rename to meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb
index 32a2b35356..c3d01f1bb3 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb
@@ -22,6 +22,6 @@ PACKAGES =+ "sxpm cxpm"
 FILES:cxpm = "${bindir}/cxpm"
 FILES:sxpm = "${bindir}/sxpm"
 
-SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1"
+SRC_URI[sha256sum] = "e6bc5da7a69dbd9bcc67e87c93d4904fe2f5177a0711c56e71fa2f6eff649f51"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1



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

* [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (7 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] libxpm: upgrade 3.5.15 -> 3.5.16 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01 21:35   ` Alexandre Belloni
  2023-06-01  9:03 ` [OE-core] [PATCH] mobile-broadband-provider-info: upgrade 20221107 -> 20230416 wangmy
                   ` (24 subsequent siblings)
  33 siblings, 1 reply; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
  * [mod_h2] HTTP/2 separate module; no longer builtin
  * [mod_magnet] fix static build using autoconf (fixes #3203)
  * [core] fix new use of posix_spawn with some glibc (fixes #3201)
  * [core] _WIN32 quiet compiler warnings 32-bit build
  * [core] check getaddrinfo EAI_ADDRFAMILY w/ glibc
  * [core] quiet lemon.c clang C2x warnings
  * [core] compile w/o posix_spawn() on iOS
  * [core] fix crash due to missing initialization (fixes #3207)
  * [core] request_init() separate static func
  * [multiple] remove some unused/redundant includes
  * [core] server.modules s/mod_compress/mod_deflate/
  * [core] preproc consistency #pragma GCC diagnostic
  * [core] update ls-hpack
  * [core] use empty value in srvconf.config_touched
  * [core] provide mimetype.assign default if unset
  * [mod_vhostdb_mysql] MySQL missing mysql_get_socket (fixes #3208)
  * [core] clarify comment
  * [autotools] chmod u+w configparser.c for lemon
  * [build] skip build separate modules for built-ins
  * [core] cache format secs for high prec errlog
  * [mod_maxminddb] check remote IP each request (fixes #3191)
  * [multiple] store ptrs to remote addr in request_st (#3192)
  * [mod_extforward] manage remote addr per request (fixes #3192)
  * [core] use C23 memset_explicit() were available
  * [mod_accesslog] %{mask}a to mask/anonymize IP
  * [core] cast to fix compiler error in prior commit
  * [scons] fix static build to include builtin_mods
  * [core] h2_recv_headers() tweak to reduce code size
  * [core] h2_get_stream_req() code reuse
  * [core] h2: remove obsolete comment
  * [core] h2 mark :status matching lsxpack enum value
  * [core] h2 match w/ lsxpack pseudo-header key only
  * [core] limit server.max-request-field-size <=65535
  * [core] permit shell HERE docs to specify config
  * [core] add members to http_header_parse_ctx
  * [mod_extforward] typo in comment
  * [mod_openssl] SSL_CTX_set_options() takes uint64_t
  * [core] reorder enum handler_t
  * [core] connection_handle_request_start_state()
  * [core] check chunk file open early in mmap viewadj (fixes #3197)
  * [core] h2 http_request_parse_header() tweak
  * [mod_extforward] recognize unix domain sockets (fixes #3198)
  * [mod_magnet] support ./configure --with-lua=luajit (#3199)
  * [core] remove instance of devel debug code
  * [core] quiet coverity warning
  * [core] connection_check_upgrade() h2_upgrade_h2c()
  * [core] CON_STATE_REQUEST_END transient state
  * [core] expose request_set_state() for internal use
  * [core] h2_send_goaway_graceful()
  * [core] h2_check_timeout()
  * [core] h2_process_streams()
  * [core] h2_recv_reqbody()
  * [core] HTTP_VERSION_3 enum value
  * [core] r->x union w/ structs for r->x.{h1}
  * [core] r->x union w/ structs for r->x.{h1,h2}
  * [core] http_dispatch[] tables for HTTP proto vers
  * [core] hxcon "base class" for h2con
  * [mod_h2] HTTP/2 module: mod_h2
  * [multiple] optimistic client read only if HTTP/1.x
  * [core] _WIN32 port compatibility headers
  * [core] _WIN32 impl of setenv(), unsetenv()
  * [multiple] _WIN32 protect code w/ HAVE_SYSLOG_H
  * [multiple] _WIN32 protect code w/ HAVE_FORK
  * [core] _WIN32 protect code w/ HAVE_IPV6
  * [multiple] _WIN32 protect code w/ HAVE_SYS_UN_H
  * [multiple] _WIN32 stat() compat sys-stat.h
  * [core] _WIN32 uid, gid compat
  * [core] _WIN32 signal-related compat
  * [multiple] _WIN32 misc compat
  * [core] _WIN32 minimal glob() impl for configfile.c
  * [core] _WIN32 use gmtime_s(), localtime_s()
  * [mod_dirlisting] _WIN32 Find*File()
  * [multiple] _WIN32 Find*File() sys-dirent.h
  * [core] _WIN32 sys-unistd.h to wrap <unistd.h>
  * [core] _WIN32 sys-wait.h to wrap <sys/wait.h>
  * [core] _WIN32 implementation of socketpair()
  * [core] _WIN32 fdevent_createprocess()
  * [core] _WIN32 socket-compat, filesystem-compat
  * [core] _WIN32 check WSAGetLastError() w/ sockets
  * [mod_cgi] _WIN32 use socketpair instead of pipe
  * [core] _WIN32 clock ticks and time
  * [core] _WIN32 alternative fdarray for Windows
  * [core] _WIN32 basic (very limited) getopt() impl
  * [tests] _WIN32 fcgi-responder.c, scgi-responder.c
  * [core] _WIN32 rename __WIN32 to _WIN32
  * [core] _WIN32 casts to quiet some VS warnings
  * [tests] _WIN32 use TMPDIR (or TEMP) for test files
  * [build] _WIN32 mingw build
  * [multiple] __MINGW32__ missing strftime() "%F %T"
  * [tests] _WIN32 adjustments in LightyTest.pm
  * [core] _WIN32 reset std streams at startup
  * [core] _WIN32 log_perror() with GetLastError()
  * [core] _WIN32 log_serror() for WSAGetLastError()
  * [core] _WIN32 use log_serror() for WSAGetLastError
  * [core] _WIN32 use rand_s() to init pseudo RNG
  * [core] _WIN32 fdevent_kill()
  * [multiple] _WIN32 use fdevent_kill()
  * [core] _WIN32 stat(), '/' and '\\' adjustments
  * [tests] _WIN32 cygwin test support
  * [mod_deflate] _WIN32 disable deflate.cache-dir
  * [mod_dirlisting] _WIN32 close files before unlink
  * [tests] _WIN32 close files before unlink
  * [core] _WIN32 close chunk temp files before unlink
  * [core] _WIN32 prefer WSAPoll()
  * [core] _WIN32 lighttpd winsvc
  * [core] _WIN32 custom fs funcs on UTF-8 paths
  * [core] _WIN32 scream UTF-8 at MS (does not matter)
  * [cmake] _WIN32 build more mods with BUILD_STATIC
  * [cmake] _WIN32 remove older build config
  * [core] _WIN32 use WSASend for writev-equiv on sock
  * [meson] static build option under cygwin
  * [build] _WIN32 __declspec(dllexport) *_plugin_init
  * [build] _WIN32 shared dll build (autotools, cmake)
  * [tests] _WIN32 skip time-sensitive tests during CI
  * [core] use posix_spawn() where available
  * [mod_cgi] comment about caching target dirname
  * [meson] update comment with build flags
  * [meson] check FORCE_{WOLFSSL,MBEDTLS}_CRYPTO
  * [mod_auth] warn if auth.require path never matches
  * [core] h1.[ch] collect some HTTP/1.x specific code
  * [core] noinline connection shutdown, reset
  * [TLS] $SERVER["socket"] inherit global ssl.engine
  * [mod_proxy] match "map-host-response" "-" w/ Host
  * [core] noinline stat_cache_sptree_find()
  * [core] rename http_kv funcs, reorder http_versions
  * [mod_cgi] move fd count to cgi_create_env()
  * [mod_cgi] reduce code size
  * [mod_cgi] do not issue trace if CGI closes input
  * [mod_cgi] cgi_create_err() cold err handling func
  * [core] always decr fd count upon socket close()
  * [mod_mbedtls] check MBEDTLS_DEBUG_C for debug func
  * [core] return pid_t from fdevent_waitpid()
  * [core] _WIN32 compile fix
  * [meson] build fix for builtin_mods
  * [core] move some shared funcs to call from modules
  * [build] move some files to call from modules
  * [mod_cgi] doubly-linked list of CGI pids
  * [mod_cgi] reuse fd already opened to /dev/null
  * [mod_cgi] reset upload_temp_file_size in CGI close
  * [tests] copy confs for running tests in alt dir
  * [scons] avoid dup mod_h2 module in static build
  * [autoconf] include fs_win32.h in hdrs for dpkg
  * [build] ifdef _WIN32 before include fs_win32.h
  * [mod_openssl] SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE
  * [mod_dirlisting] _WIN32 fix fstat() after close()
  * [core] quiet coverity warning
  * [mod_openssl] FreeBSD: check "kern.ipc.tls.enable"
  * [core] fix HTTP/2 use of http_response_loop()
  * [mod_openssl] check kernel support for KTLS
  * [core] posix_spawnattr_setcwd_np() on QNX
  * [core] posix_spawn_file_actions_addclosefrom_np()
  * [core] Mac OS POSIX_SPAWN_CLOEXEC_DEFAULT
  * [core] modify use of posix_spawnattr_setsigdefault
  * [mod_dirlisting] _WIN32 compile fix
  * [core] fdevent_load_file() check if limit exceeded
  * [tests] tests/prepare.sh comment w/ alt build root
  * [core] treat mod_h2 as built-in module (for now)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lighttpd/{lighttpd_1.4.69.bb => lighttpd_1.4.71.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.69.bb => lighttpd_1.4.71.bb} (97%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb
index 8570d85f5e..abab88aa44 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
            file://lighttpd \
            "
 
-SRC_URI[sha256sum] = "16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4"
+SRC_URI[sha256sum] = "b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac"
 
 DEPENDS = "virtual/crypt"
 
-- 
2.34.1



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

* [OE-core] [PATCH] mobile-broadband-provider-info: upgrade 20221107 -> 20230416
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (8 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] bind: upgrade 9.18.14 -> 9.18.15 wangmy
                   ` (23 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mobile-broadband-provider-info_git.bb                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
index e802bcee18..a4030b7b32 100644
--- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
+++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -5,8 +5,8 @@ SECTION = "network"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
 
-SRCREV = "22a5de3ef637990ce03141f786fbdb327e9c5a3f"
-PV = "20221107"
+SRCREV = "aae7c68671d225e6d35224613d5b98192b9b2ffe"
+PV = "20230416"
 PE = "1"
 
 SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
-- 
2.34.1



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

* [OE-core] [PATCH] bind: upgrade 9.18.14 -> 9.18.15
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (9 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] mobile-broadband-provider-info: upgrade 20221107 -> 20230416 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] ccache: upgrade 4.8 -> 4.8.1 wangmy
                   ` (22 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
[bug]  Set the rndc idle read timeout back to 60 seconds,
       from the netmgr default of 30 seconds, in order to
       match the behavior of 9.16 and earlier. [GL #4046]

[bug]  Fix log file rotation when using absolute path as
       file. [GL #3991]

[bug]  When removing delegations in an OPTOUT range
       empty-non-terminal NSEC3 records generated by
       those delegations were not removed. [GL #4027]

[bug]  Reimplement the maximum and idle timeouts for incoming
       zone tranfers. [GL #4004]

[bug]  Treat ISC_R_INVALIDPROTO as a networking error
       in the dispatch code to avoid retrying with the
       same server. [GL #4005]

[bug]  In dispatch, honour the configured source-port
       selection when UDP connection fails with address
       in use error.

       Also treat ISC_R_NOPERM same as ISC_R_ADDRINUSE.
       [GL #3986]

[test] As a workaround, include an OpenSSL header file before
       including cmocka.h in the unit tests, because OpenSSL
       3.1.0 uses __attribute__(malloc), conflicting with a
       redefined malloc in cmocka.h. [GL #4000]


Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-avoid-start-failure-with-bind-user.patch               | 0
 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch  | 0
 .../bind-ensure-searching-for-json-headers-searches-sysr.patch  | 0
 .../bind/{bind-9.18.14 => bind-9.18.15}/bind9                   | 0
 .../bind/{bind-9.18.14 => bind-9.18.15}/conf.patch              | 0
 .../bind/{bind-9.18.14 => bind-9.18.15}/generate-rndc-key.sh    | 0
 .../init.d-add-support-for-read-only-rootfs.patch               | 0
 .../make-etc-initd-bind-stop-work.patch                         | 0
 .../bind/{bind-9.18.14 => bind-9.18.15}/named.service           | 0
 .../bind/{bind_9.18.14.bb => bind_9.18.15.bb}                   | 2 +-
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.18.14.bb => bind_9.18.15.bb} (97%)

diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.18.15/0001-avoid-start-failure-with-bind-user.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/0001-avoid-start-failure-with-bind-user.patch
rename to meta/recipes-connectivity/bind/bind-9.18.15/0001-avoid-start-failure-with-bind-user.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.18.15/0001-named-lwresd-V-and-start-log-hide-build-options.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/0001-named-lwresd-V-and-start-log-hide-build-options.patch
rename to meta/recipes-connectivity/bind/bind-9.18.15/0001-named-lwresd-V-and-start-log-hide-build-options.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.18.15/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to meta/recipes-connectivity/bind/bind-9.18.15/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/bind9 b/meta/recipes-connectivity/bind/bind-9.18.15/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/bind9
rename to meta/recipes-connectivity/bind/bind-9.18.15/bind9
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/conf.patch b/meta/recipes-connectivity/bind/bind-9.18.15/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/conf.patch
rename to meta/recipes-connectivity/bind/bind-9.18.15/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.18.15/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/generate-rndc-key.sh
rename to meta/recipes-connectivity/bind/bind-9.18.15/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.18.15/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/init.d-add-support-for-read-only-rootfs.patch
rename to meta/recipes-connectivity/bind/bind-9.18.15/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.18.15/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/make-etc-initd-bind-stop-work.patch
rename to meta/recipes-connectivity/bind/bind-9.18.15/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.14/named.service b/meta/recipes-connectivity/bind/bind-9.18.15/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.14/named.service
rename to meta/recipes-connectivity/bind/bind-9.18.15/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.18.14.bb b/meta/recipes-connectivity/bind/bind_9.18.15.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.18.14.bb
rename to meta/recipes-connectivity/bind/bind_9.18.15.bb
index c513cbc8b6..80164aad87 100644
--- a/meta/recipes-connectivity/bind/bind_9.18.14.bb
+++ b/meta/recipes-connectivity/bind/bind_9.18.15.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
            file://0001-avoid-start-failure-with-bind-user.patch \
            "
 
-SRC_URI[sha256sum] = "9ae12edf6ac3c430b33ecd1a7c0c0c60875d255185eb87850fa9a5e794a64a09"
+SRC_URI[sha256sum] = "28ae8db14862801bc2bd4fd820db00667d3f1ff9ae9cc2d06a0ef7810fed7a4e"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # follow the ESV versions divisible by 2
-- 
2.34.1



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

* [OE-core] [PATCH] ccache: upgrade 4.8 -> 4.8.1
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (10 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] bind: upgrade 9.18.14 -> 9.18.15 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] libcap: upgrade 2.68 -> 2.69 wangmy
                   ` (21 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
 cpp-httplib updated to v0.12.3
 Copyright year updated to 2023

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ccache/{ccache_4.8.bb => ccache_4.8.1.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_4.8.bb => ccache_4.8.1.bb} (82%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.8.bb b/meta/recipes-devtools/ccache/ccache_4.8.1.bb
similarity index 82%
rename from meta/recipes-devtools/ccache/ccache_4.8.bb
rename to meta/recipes-devtools/ccache/ccache_4.8.1.bb
index 6cad0dd7c6..b0ae7fb25c 100644
--- a/meta/recipes-devtools/ccache/ccache_4.8.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.8.1.bb
@@ -7,14 +7,14 @@ HOMEPAGE = "http://ccache.samba.org"
 SECTION = "devel"
 
 LICENSE = "GPL-3.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=43a02b74c9eb73a0b978ae5082f5f1b6"
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=1601d62d6828fbe19b6f6c2d01fdff4c"
 
 DEPENDS = "zstd"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \
            file://0001-xxhash.h-Fix-build-with-gcc-12.patch \
            "
-SRC_URI[sha256sum] = "ac4b01748fd59cfe07e070c34432b91bdd0fd8640e1e653a80b01d6a523186b0"
+SRC_URI[sha256sum] = "869903c1891beb8bee87f1ec94d8a0dad18c2add4072c456acbc85cdfc23ca63"
 
 inherit cmake github-releases
 
-- 
2.34.1



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

* [OE-core] [PATCH] libcap: upgrade 2.68 -> 2.69
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (11 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] ccache: upgrade 4.8 -> 4.8.1 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] libuv: upgrade 1.44.2 -> 1.45.0 wangmy
                   ` (20 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/libcap/{libcap_2.68.bb => libcap_2.69.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libcap/{libcap_2.68.bb => libcap_2.69.bb} (96%)

diff --git a/meta/recipes-support/libcap/libcap_2.68.bb b/meta/recipes-support/libcap/libcap_2.69.bb
similarity index 96%
rename from meta/recipes-support/libcap/libcap_2.68.bb
rename to meta/recipes-support/libcap/libcap_2.69.bb
index a302c5a367..92fa766d37 100644
--- a/meta/recipes-support/libcap/libcap_2.68.bb
+++ b/meta/recipes-support/libcap/libcap_2.69.bb
@@ -19,7 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
 SRC_URI:append:class-nativesdk = " \
            file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
            "
-SRC_URI[sha256sum] = "90be3b6d41be5f81ae4b03ec76012b0d27c829293684f6c05b65d5f9cce724b2"
+SRC_URI[sha256sum] = "f311f8f3dad84699d0566d1d6f7ec943a9298b28f714cae3c931dfd57492d7eb"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
 
-- 
2.34.1



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

* [OE-core] [PATCH] libuv: upgrade 1.44.2 -> 1.45.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (12 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] libcap: upgrade 2.68 -> 2.69 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-pip: upgrade 23.0.1 -> 23.1.2 wangmy
                   ` (19 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:  doc: clean up license file (#3876)
 GitHub gets confused by the non-standard format of the LICENSE file.
 Move the extra bits into the creatively named LICENSE-extra file.

Changelog:
==========
 linux: introduce io_uring support #3952
 src: add new metrics APIs #3749
 unix,win: give thread pool threads an 8 MB stack #3787
 win,unix: change execution order of timers #3927

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libuv/{libuv_1.44.2.bb => libuv_1.45.0.bb}              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/libuv/{libuv_1.44.2.bb => libuv_1.45.0.bb} (75%)

diff --git a/meta/recipes-connectivity/libuv/libuv_1.44.2.bb b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb
similarity index 75%
rename from meta/recipes-connectivity/libuv/libuv_1.44.2.bb
rename to meta/recipes-connectivity/libuv/libuv_1.45.0.bb
index 27e79276b5..45b3a96f12 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.44.2.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb
@@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/libuv/libuv"
 DESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others."
 BUGTRACKER = "https://github.com/libuv/libuv/issues"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b"
 
-SRCREV = "0c1fa696aa502eb749c2c4735005f41ba00a27b8"
-SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https"
+SRCREV = "96e05543f53b19d9642b4b0dd73b86ad3cea313e"
+SRC_URI = "git://github.com/libuv/libuv.git;branch=master;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* [OE-core] [PATCH] python3-pip: upgrade 23.0.1 -> 23.1.2
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (13 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] libuv: upgrade 1.44.2 -> 1.45.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-psutil: upgrade 5.9.4 -> 5.9.5 wangmy
                   ` (18 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
  -Copyright changed from "(C) 2016 Jason R Coombs <jaraco@jaraco.com>"
   to "Jason R. Coombs"
  -The wrapping position has been adjusted

Changelog:
===========
- Upgrade setuptools to 67.7.2
- Revert #11487, as it causes issues with virtualenvs created by the Windows
  Store distribution of Python. (#11987)
- Fix grammar by changing "A new release of pip available:" to "A new release
  of pip is available:" in the notice used for indicating that. (#11529)
- Normalize paths before checking if installed scripts are on PATH. (#11719)
- Correct the way to decide if keyring is available. (#11774)
- More consistent resolution backtracking by removing legacy hack related to
  setuptools resolution (#11837)
- Include AUTHORS.txt in pip's wheels. (#11882)
- The uninstall and install --force-reinstall commands no longer call
  normalize_path() repeatedly on the same paths. Instead, these results are
  cached for the duration of an uninstall operation, resulting in improved
  performance, particularly on Windows. (#11889)
- Fix and improve the parsing of hashes embedded in URL fragments. (#11936)
- When package A depends on package B provided as a direct URL dependency
  including a hash embedded in the link, the --require-hashes option did not
  warn when user supplied hashes were missing for package B. (#11938)
- Correctly report requested_extras in the installation report when extras
  are specified for a local directory installation. (#11946)
- When installing an archive from a direct URL or local file, populate
  download_info.info.hashes in the installation report, in addition to the
  legacy download_info.info.hash key. (#11948)

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

diff --git a/meta/recipes-devtools/python/python3-pip_23.0.1.bb b/meta/recipes-devtools/python/python3-pip_23.1.2.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-pip_23.0.1.bb
rename to meta/recipes-devtools/python/python3-pip_23.1.2.bb
index d9b9906ff9..a0ebd765bf 100644
--- a/meta/recipes-devtools/python/python3-pip_23.0.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_23.1.2.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \
                     file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \
                     file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \
                     file://src/pip/_vendor/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
-                    file://src/pip/_vendor/pkg_resources/LICENSE;md5=9a33897f1bca1160d7aad3835152e158 \
+                    file://src/pip/_vendor/pkg_resources/LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6 \
                     file://src/pip/_vendor/platformdirs/LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a \
                     file://src/pip/_vendor/pygments/LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592 \
                     file://src/pip/_vendor/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1 \
@@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta
 
 SRC_URI += "file://no_shebang_mangling.patch"
 
-SRC_URI[sha256sum] = "cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024"
+SRC_URI[sha256sum] = "0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba"
 
 do_install:append() {
     rm -f ${D}/${bindir}/pip
-- 
2.34.1



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

* [OE-core] [PATCH] python3-psutil: upgrade 5.9.4 -> 5.9.5
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (14 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-pip: upgrade 23.0.1 -> 23.1.2 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.21 -> 0.17.31 wangmy
                   ` (17 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Fix license: extra open quote.

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

diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb b/meta/recipes-devtools/python/python3-psutil_5.9.5.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-psutil_5.9.4.bb
rename to meta/recipes-devtools/python/python3-psutil_5.9.5.bb
index 019ea2dec1..c84e2225b8 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.5.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A cross-platform process and system utilities module for Python"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1"
 HOMEPAGE = "https://pypi.org/project/psutil/"
 
-SRC_URI[sha256sum] = "3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62"
+SRC_URI[sha256sum] = "5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.21 -> 0.17.31
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (15 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-psutil: upgrade 5.9.4 -> 5.9.5 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-sphinx: upgrade 6.1.3 -> 7.0.1 wangmy
                   ` (16 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- added tag.setter on 'ScalarEvent' and on 'Node', that takes either 
    a 'Tag' instance, or a str 
- fix issue 467, caused by Tag instances not being hashable
- changed the internals of the tag property from a string to a class which allows
  for preservation of the original handle and suffix. This should
  result in better results using documents with %TAG directives, as well
  as preserving URI escapes in tag suffixes.
- fix for issue 464: documents ending with document end marker without final newline
  fail to load
- fix issue with inline mappings as value for merge keys
- fix for 468, error inserting after accessing merge attribute on "CommentedMap"
- fix for issue 461 pop + insert on same 'CommentedMap' key throwing error
- Fix for error on edge cage for issue 459
- fix for regression while dumping wrapped strings with too many backslashes removed
- rewrite of "CommentedMap.insert()". If you have a merge key in
  the YAML document for the mapping you insert to, the position value should 
  be the one as you look at the YAML input.
  This fixes issue 453 where other
  keys of a merged in mapping would show up after an insert
  It
  also fixes a call to '.insert()' resulting into the merge key to move
  to be the first key if it wasn't already and it is also now possible
  to insert a key before a merge key (even if the fist key in the mapping).
- fix (in the pure Python implementation including default) for issue 447.
  also brought up by brent on 
  'StackOverflow <https://stackoverflow.com/q/40072485/1307905>'__)
- fix 458, error on plain scalars starting with word longer than width.
- fix for ".update()" no longer correctly handling keyword arguments
- fix issue 454: high Unicode (emojis) in quoted strings always
  escaped
- fix issue with emitter conservatively inserting extra backslashes in wrapped
  quoted strings
- fix issue 449 where the second exclamation marks got URL encoded
  and fixing PR
- fix issue with indent != 2 and literal scalars with empty first line
- updated __repr__ of CommentedMap, now that Python's dict is ordered -> no more 
  ordereddict(list-of-tuples)
- merge MR 4, handling OctalInt in YAML 1.1 
- fix loading of '!!float 42'
- line numbers are now set on 'CommentedKeySeq' and 'CommentedKeyMap' (which
  are created if you have a sequence resp. mapping as the key in a mapping)
- plain scalars: put single words longer than width on a line of their own, instead
  of after the previous line
- fix for folded scalar part of 421: comments after ">" on first line of folded
  scalars are now preserved (as were those in the same position on literal scalars).
- added stacklevel to warnings
- typing changed from Py2 compatible comments to Py3, removed various Py2-isms

License-Update: Copyright year updated to 2023

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

diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
similarity index 75%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
index 7d65c4c2d8..5604ff01e4 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.21.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "https://pypi.org/project/ruamel.yaml/"
 AUTHOR = "Anthon van der Neut"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=034154b7344d15438bc5ed5ee9cc075f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5f41db57c3a8d3584b450d35985ad1"
 
 PYPI_PACKAGE = "ruamel.yaml"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"
+SRC_URI[sha256sum] = "098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-shell \
-- 
2.34.1



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

* [OE-core] [PATCH] python3-sphinx: upgrade 6.1.3 -> 7.0.1
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (16 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.21 -> 0.17.31 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] orc: upgrade 0.4.33 -> 0.4.34 wangmy
                   ` (15 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Remove smartypants from LICENSE

Changelog:
===========
 #11411: Support Docutils 0.20.
 #11418: Clean up remaining references to sphinx.setup_command following the removal of support for setuptools.

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

diff --git a/meta/recipes-devtools/python/python3-sphinx_6.1.3.bb b/meta/recipes-devtools/python/python3-sphinx_7.0.1.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-sphinx_6.1.3.bb
rename to meta/recipes-devtools/python/python3-sphinx_7.0.1.bb
index 0de19af8d9..7af4582861 100644
--- a/meta/recipes-devtools/python/python3-sphinx_6.1.3.bb
+++ b/meta/recipes-devtools/python/python3-sphinx_7.0.1.bb
@@ -2,11 +2,11 @@ SUMMARY = "Python documentation generator"
 HOMEPAGE = "http://sphinx-doc.org/"
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=066da51ab732319a06beae4f10788577"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb6ac1b115a1ed24a12d9f15b633993"
 
 PYPI_PACKAGE = "Sphinx"
 
-SRC_URI[sha256sum] = "0dac3b698538ffef41716cf97ba26c1c7788dba73ce6f150c1ff5b4720786dd2"
+SRC_URI[sha256sum] = "61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d"
 
 inherit python_flit_core pypi
 
-- 
2.34.1



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

* [OE-core] [PATCH] orc: upgrade 0.4.33 -> 0.4.34
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (17 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-sphinx: upgrade 6.1.3 -> 7.0.1 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.34 -> 0.29.35 wangmy
                   ` (14 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    Thread-safety improvements around orc codemem allocation/freeing
    Add orc_parse_code() with more detailed error reporting
    Implement Orc function lazy initialization correctly via atomic operations
    orc program parser fixes and improvements
    build fixes and compiler warning fixes
    coverity and clang scan-build static code analysis fixes
    meson: Do not always generate static library for test library
    ci improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/orc/{orc_0.4.33.bb => orc_0.4.34.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/orc/{orc_0.4.33.bb => orc_0.4.34.bb} (92%)

diff --git a/meta/recipes-devtools/orc/orc_0.4.33.bb b/meta/recipes-devtools/orc/orc_0.4.34.bb
similarity index 92%
rename from meta/recipes-devtools/orc/orc_0.4.33.bb
rename to meta/recipes-devtools/orc/orc_0.4.34.bb
index 873fe3920b..801d604bdc 100644
--- a/meta/recipes-devtools/orc/orc_0.4.33.bb
+++ b/meta/recipes-devtools/orc/orc_0.4.34.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz"
-SRC_URI[sha256sum] = "844e6d7db8086f793f57618d3d4b68d29d99b16034e71430df3c21cfd3c3542a"
+SRC_URI[sha256sum] = "8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f"
 
 inherit meson pkgconfig gtk-doc
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-cython: upgrade 0.29.34 -> 0.29.35
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (18 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] orc: upgrade 0.4.33 -> 0.4.34 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.7 -> 0.29.0 wangmy
                   ` (13 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* A garbage collection enabled subtype of a non-GC extension type could call into the
  deallocation function of the super type with GC tracking enabled.  This could lead
  to crashes during deallocation if GC was triggered on the type at the same time.
  (Github issue :issue:'5432')

* Some C compile failures and crashes in CPython 3.12 were resolved.

* "except + nogil" was syntactically not allowed.
  "except +nogil" (i.e. defining a C++ exception handling function called "nogil")
  is now disallowed to prevent typos.
  (Github issue :issue:'5430')

* A C compile failure in PyPy 3.10 was resolved.
  Patch by Matti Picus.  (Github issue :issue:'5408')

* Cython modules now use PEP-489 multi-phase init by default in PyPy 3.9 and later.
  Original patch by Matti Picus.  (Github issue :issue:'5413')

* API header files generated by different Cython versions can now be included in the
  same C file.
  (Github issue :issue:'5383')

* Function signatures containing a type like 'tuple[()]' could not be printed.
  Patch by Lisandro Dalcin.  (Github issue :issue:'5355')

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/python/python-cython.inc                  | 2 +-
 .../{python3-cython_0.29.34.bb => python3-cython_0.29.35.bb}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cython_0.29.34.bb => python3-cython_0.29.35.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
index 2b778493cd..71596caedd 100644
--- a/meta/recipes-devtools/python/python-cython.inc
+++ b/meta/recipes-devtools/python/python-cython.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 PYPI_PACKAGE = "Cython"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8"
+SRC_URI[sha256sum] = "6e381fa0bf08b3c26ec2f616b19ae852c06f5750f4290118bf986b6f85c8c527"
 UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar"
 
 inherit pypi
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.34.bb b/meta/recipes-devtools/python/python3-cython_0.29.35.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-cython_0.29.34.bb
rename to meta/recipes-devtools/python/python3-cython_0.29.35.bb
-- 
2.34.1



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

* [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.7 -> 0.29.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (19 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.34 -> 0.29.35 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -> 23.1.0 wangmy
                   ` (12 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    Support loading templates from XDG_DATA_DIRS
    iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception

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

diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.28.7.bb b/meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-dbusmock_0.28.7.bb
rename to meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
index 4ea21a56ea..32a43e00b9 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.28.7.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[sha256sum] = "0786977750dbcbde6e2553339a2e66d9a8d4453d5c848b945e8fd1badb736ffd"
+SRC_URI[sha256sum] = "3efdb3d800386b65e8854d8ee4538764241382b4e664423ad7d959c9008dd408"
 
 PYPI_PACKAGE = "python-dbusmock"
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -> 23.1.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (20 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.7 -> 0.29.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.71.0 -> 6.75.7 wangmy
                   ` (11 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add CLI support for hatch.toml.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...adme_22.8.0.bb => python3-hatch-fancy-pypi-readme_23.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_22.8.0.bb => python3-hatch-fancy-pypi-readme_23.1.0.bb} (81%)

diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb
rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb
index 4c256d155b..8f6e996a44 100644
--- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb
+++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_23.1.0.bb
@@ -7,7 +7,7 @@ inherit pypi python_hatchling
 
 PYPI_PACKAGE = "hatch_fancy_pypi_readme"
 
-SRC_URI[sha256sum] = "da91282ca09601c18aded8e378daf8b578c70214866f0971156ee9bb9ce6c26a"
+SRC_URI[sha256sum] = "b1df44063094af1e8248ceacd47a92c9cf313d6b9823bf66af8a927c3960287d"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-hypothesis: upgrade 6.71.0 -> 6.75.7
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (21 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -> 23.1.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-numpy: upgrade 1.24.2 -> 1.24.3 wangmy
                   ` (10 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://hypothesis.readthedocs.io/en/latest/changes.html

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

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.75.7.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.75.7.bb
index 15f4090c6d..dc21bc67c6 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.71.0.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.75.7.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "b2c3bbead72189c0bba6e12848b484ceafadb6e872ac31e40013228239366221"
+SRC_URI[sha256sum] = "a8ef2e0c7d5ebd90043a4ed8f6987de6a2b497b2caf6863364ff41db25971856"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.34.1



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

* [OE-core] [PATCH] python3-numpy: upgrade 1.24.2 -> 1.24.3
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (22 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.71.0 -> 6.75.7 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-pycryptodome: upgrade 3.17 -> 3.18.0 wangmy
                   ` (9 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
A total of 17 pull requests were merged for this release.

    #23206: BUG: fix for f2py string scalars (#23194)
    #23207: BUG: datetime64/timedelta64 comparisons return NotImplemented
    #23208: MAINT: Pin matplotlib to version 3.6.3 for refguide checks
    #23221: DOC: Fix matplotlib error in documentation
    #23226: CI: Ensure submodules are initialized in gitpod.
    #23341: TYP: Replace duplicate reduce in ufunc type signature with reduceat.
    #23342: TYP: Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
    #23343: TYP: Mark d argument to fftfreq and rfftfreq as optional...
    #23344: TYP: Add type annotations for comparison operators to MaskedArray.
    #23345: TYP: Remove some stray type-check-only imports of msort
    #23370: BUG: Ensure like is only stripped for like= dispatched functions
    #23543: BUG: fix loading and storing big arrays on s390x
    #23544: MAINT: Bump larsoner/circleci-artifacts-redirector-action
    #23634: BUG: Ignore invalid and overflow warnings in masked setitem
    #23635: BUG: Fix masked array raveling when order="A" or order="K"
    #23636: MAINT: Update conftest for newer hypothesis versions
    #23637: BUG: Fix bug in parsing F77 style string arrays.

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

diff --git a/meta/recipes-devtools/python/python3-numpy_1.24.2.bb b/meta/recipes-devtools/python/python3-numpy_1.24.3.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_1.24.2.bb
rename to meta/recipes-devtools/python/python3-numpy_1.24.3.bb
index bfcfc52729..710af5fe8f 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.24.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.24.3.bb
@@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://0001-numpy-core-Define-RISCV-32-support.patch \
            file://run-ptest \
            "
-SRC_URI[sha256sum] = "003a9f530e880cb2cd177cba1af7220b9aa42def9c4afc2a2fc3ee6be7eb2b22"
+SRC_URI[sha256sum] = "ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
-- 
2.34.1



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

* [OE-core] [PATCH] python3-pycryptodome: upgrade 3.17 -> 3.18.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (23 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-numpy: upgrade 1.24.2 -> 1.24.3 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-pycryptodomex: " wangmy
                   ` (8 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
New features
---------------
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64.

  Resolved issues
---------------
* GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers.
* GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.
* GH#739: OID encoding for arc 2 didn't accept children larger than 39.
* Correctly check that the scalar matches the point when importing an ECC private key.

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

diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
similarity index 38%
rename from meta/recipes-devtools/python/python3-pycryptodome_3.17.bb
rename to meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
index 05f654f225..a1e4b42bdf 100644
--- a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
@@ -1,5 +1,5 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b"
+SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413"
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-pycryptodomex: upgrade 3.17 -> 3.18.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (24 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-pycryptodome: upgrade 3.17 -> 3.18.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-requests: upgrade 2.30.0 -> 2.31.0 wangmy
                   ` (7 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
New features
---------------
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64.

Resolved issues
---------------
* GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers.
* GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.
* GH#739: OID encoding for arc 2 didn't accept children larger than 39.
* Correctly check that the scalar matches the point when importing an ECC private key.

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

diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
index 720aec2d36..cbbc17adba 100644
--- a/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "0af93aad8d62e810247beedef0261c148790c52f3cd33643791cc6396dd217c1"
+SRC_URI[sha256sum] = "3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
-- 
2.34.1



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

* [OE-core] [PATCH] python3-requests: upgrade 2.30.0 -> 2.31.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (25 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-pycryptodomex: " wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-setuptools-rust: upgrade 1.5.2 -> 1.6.0 wangmy
                   ` (6 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential
forwarding of Proxy-Authorization headers to destination servers when
following HTTPS redirects.

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

diff --git a/meta/recipes-devtools/python/python3-requests_2.30.0.bb b/meta/recipes-devtools/python/python3-requests_2.31.0.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-requests_2.30.0.bb
rename to meta/recipes-devtools/python/python3-requests_2.31.0.bb
index 1286eba786..7ac43f2eb9 100644
--- a/meta/recipes-devtools/python/python3-requests_2.30.0.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.31.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = "239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"
+SRC_URI[sha256sum] = "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
 
 inherit pypi setuptools3
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-setuptools-rust: upgrade 1.5.2 -> 1.6.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (26 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-requests: upgrade 2.30.0 -> 2.31.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.0 -> 1.2.1 wangmy
                   ` (5 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 Prefer passing --crate-type option to cargo if "toolchain >= 1.64". #322
 Fix a bug where rebuilding the library would cause any running processes using it to segfault. #295
 Fix setup.cfg format for compatibility with "poetry==1.4.0". #319

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...etuptools-rust_1.5.2.bb => python3-setuptools-rust_1.6.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools-rust_1.5.2.bb => python3-setuptools-rust_1.6.0.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.6.0.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb
rename to meta/recipes-devtools/python/python3-setuptools-rust_1.6.0.bb
index 01e29cc6d8..f1da4b50e7 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.5.2.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.6.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5"
 SRC_URI = "${PYPI_SRC_URI} \
            https://files.pythonhosted.org/packages/67/08/e1aa2c582c62ac76e4d60f8e454bd3bba933781a06a88b4e38797445822a/setuptools-rust-${PV}.tar.gz \
            "
-SRC_URI[sha256sum] = "d8daccb14dc0eae1b6b6eb3ecef79675bd37b4065369f79c35393dd5c55652c7"
+SRC_URI[sha256sum] = "c86e734deac330597998bfbc08da45187e6b27837e23bd91eadb320732392262"
 
 inherit cargo pypi python_setuptools_build_meta
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.0 -> 1.2.1
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (27 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-setuptools-rust: upgrade 1.5.2 -> 1.6.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-trove-classifiers: upgrade 2023.5.2 -> 2023.5.24 wangmy
                   ` (4 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...inx-rtd-theme_1.2.0.bb => python3-sphinx-rtd-theme_1.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_1.2.0.bb => python3-sphinx-rtd-theme_1.2.1.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb
rename to meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb
index d9cd18e0ed..25de0159b6 100644
--- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb
+++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} += " \
 
 PYPI_PACKAGE = "sphinx_rtd_theme"
 
-SRC_URI[sha256sum] = "a0d8bd1a2ed52e0b338cbe19c4b2eef3c5e7a048769753dac6a9f059c7b641b8"
+SRC_URI[sha256sum] = "cf9a7dc0352cf179c538891cb28d6fad6391117d4e21c891776ab41dd6c8ff70"
 UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/"
 
 inherit setuptools3 pypi
-- 
2.34.1



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

* [OE-core] [PATCH] python3-trove-classifiers: upgrade 2023.5.2 -> 2023.5.24
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (28 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.0 -> 1.2.1 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-typing-extensions: upgrade 4.5.0 -> 4.6.2 wangmy
                   ` (3 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Add identifier "Programming Language :: Lua" (#145)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...fiers_2023.5.2.bb => python3-trove-classifiers_2023.5.24.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-trove-classifiers_2023.5.2.bb => python3-trove-classifiers_2023.5.24.bb} (87%)

diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2023.5.2.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2023.5.24.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-trove-classifiers_2023.5.2.bb
rename to meta/recipes-devtools/python/python3-trove-classifiers_2023.5.24.bb
index 78057feb52..2d484d4b2c 100644
--- a/meta/recipes-devtools/python/python3-trove-classifiers_2023.5.2.bb
+++ b/meta/recipes-devtools/python/python3-trove-classifiers_2023.5.24.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/trove-classifiers"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "c46d6e40a9581599b16c712e0164fec3764872a4085c673c07559787caedb867"
+SRC_URI[sha256sum] = "fd5a1546283be941f47540a135bdeae8fb261380a6a204d9c18012f2a1b0ceae"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1



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

* [OE-core] [PATCH] python3-typing-extensions: upgrade 4.5.0 -> 4.6.2
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (29 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-trove-classifiers: upgrade 2023.5.2 -> 2023.5.24 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] repo: upgrade 2.32 -> 2.34.1 wangmy
                   ` (2 subsequent siblings)
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-  Fix use of @deprecated on classes with __new__ but no __init__.
-  Fix regression in version 4.6.1 where comparing a generic class against a
   runtime-checkable protocol using isinstance() would cause AttributeError to
   be raised if using Python 3.7.
-  Change deprecated @runtime to formal API @runtime_checkable in the error message.
-  Fix regression in 4.6.0 where attempting to define a Protocol that was generic
   over a ParamSpec or a TypeVarTuple would cause TypeError to be raised.
-  typing_extensions is now documented at https://typing-extensions.readthedocs.io/en/latest/.
-  Add typing_extensions.Buffer, a marker class for buffer types, as proposed
   by PEP 688. Equivalent to collections.abc.Buffer in Python 3.12.
-  Backport two CPython PRs fixing various issues with typing.Literal:
   python/cpython#23294 and python/cpython#23383. Both CPython PRs were originally,
   and both were backported to Python >=3.9.1, but no earlier.
-  A side effect of one of the changes is that equality comparisons of Literal
   objects will now raise a TypeError if one of the Literal objects being compared
   has a mutable parameter. (Using mutable parameters with Literal is not
   supported by PEP 586 or by any major static type checkers.)
-  Literal is now reimplemented on all Python versions <= 3.10.0.
-  Backport CPython PR 26067, ensuring that isinstance() calls on protocols raise
   TypeError when the protocol is not decorated with @runtime_checkable.
-  Backport several significant performance improvements to runtime-checkable protocols
   that have been made in Python 3.12 (see python/cpython#74690 for details).
-  A side effect of one of the performance improvements is that the members of a
   runtime-checkable protocol are now considered "frozen" at runtime as soon as the
   class has been created. Monkey-patching attributes onto a runtime-checkable
   protocol will still work, but will have no impact on isinstance() checks comparing
   objects to the protocol. See "What's New in Python 3.12" for more details.
-  isinstance() checks against runtime-checkable protocols now use inspect.getattr_static()
   rather than hasattr() to lookup whether attributes exist (backporting python/cpython#103034).
-  Backport the ability to define __init__ methods on Protocol classes, a change
   made in Python 3.11 (originally implemented in python/cpython#31628
-  Speedup isinstance(3, typing_extensions.SupportsIndex) by >10x on Python <3.12.
-  Add typing_extensions versions of SupportsInt, SupportsFloat, SupportsComplex,
   SupportsBytes, SupportsAbs and SupportsRound. These have the same semantics as
   the versions from the typing module, but isinstance() checks against the
   typing_extensions versions are >10x faster at runtime on Python <3.12.
-  Add __orig_bases__ to non-generic TypedDicts, call-based TypedDicts, and call-based NamedTuples.
-  Add typing_extensions.get_original_bases, a backport of types.get_original_bases,
   introduced in Python 3.12 (CPython PR python/cpython#101827, originally
-  This function should always produce correct results when called on classes
   constructed using features from typing_extensions.
-  Constructing a call-based TypedDict using keyword arguments for the fields
   now causes a DeprecationWarning to be emitted. This matches the behaviour
   of typing.TypedDict on 3.11 and 3.12.
-  Backport the implementation of NewType from 3.10 (where it is implemented as
   a class rather than a function). This allows user-defined NewTypes to be pickled.
-  Fix tests and import on Python 3.12, where typing.TypeVar can no longer be subclassed.
-  Add typing_extensions.TypeAliasType, a backport of typing.TypeAliasType from PEP 695.
-  Backport changes to the repr of typing.Unpack that were made in order
   to implement PEP 692 (backport of python/cpython#104048).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...g-extensions_4.5.0.bb => python3-typing-extensions_4.6.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-typing-extensions_4.5.0.bb => python3-typing-extensions_4.6.2.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.5.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-typing-extensions_4.5.0.bb
rename to meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb
index 80f87cae84..be43fe4a64 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.5.0.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2"
 # The name on PyPi is slightly different.
 PYPI_PACKAGE = "typing_extensions"
 
-SRC_URI[sha256sum] = "5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"
+SRC_URI[sha256sum] = "06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c"
 
 inherit pypi python_flit_core
 
-- 
2.34.1



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

* [OE-core] [PATCH] repo: upgrade 2.32 -> 2.34.1
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (30 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] python3-typing-extensions: upgrade 4.5.0 -> 4.6.2 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] sysklogd: upgrade 2.4.4 -> 2.5.0 wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] xdpyinfo: upgrade 1.3.3 -> 1.3.4 wangmy
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/repo/{repo_2.32.bb => repo_2.34.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.32.bb => repo_2.34.1.bb} (95%)

diff --git a/meta/recipes-devtools/repo/repo_2.32.bb b/meta/recipes-devtools/repo/repo_2.34.1.bb
similarity index 95%
rename from meta/recipes-devtools/repo/repo_2.32.bb
rename to meta/recipes-devtools/repo/repo_2.34.1.bb
index dc7557ee1e..1c5d1a08b3 100644
--- a/meta/recipes-devtools/repo/repo_2.32.bb
+++ b/meta/recipes-devtools/repo/repo_2.34.1.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
            file://0001-python3-shebang.patch \
            "
-SRCREV = "7fa149b47a980779f02ccaf1d1dbd5af5ce9abc7"
+SRCREV = "945c006f406550add8a3cad32ada0791f5a15c53"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.34.1



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

* [OE-core] [PATCH] sysklogd: upgrade 2.4.4 -> 2.5.0
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (31 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] repo: upgrade 2.32 -> 2.34.1 wangmy
@ 2023-06-01  9:03 ` wangmy
  2023-06-01  9:03 ` [OE-core] [PATCH] xdpyinfo: upgrade 1.3.3 -> 1.3.4 wangmy
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changes
=======
- Issue #59: initial port to NuttX, contributed by Xiaomi
- Issue #61: add support for '-c' and '-cc' to disable log compression.
  A single '-c' disables compression for pipes, another '-c' (or '-cc')
  disables compression for all other log targets
- The default 'syslog.conf' now logs debug messages again (disabled in
  v2.4.0) due to problems (confusion) reported in the field
- Dropped not recommended 'KillMode=process' from systemd unit file

Fixes
========
- Issue #60: document how to set side-wide permissions on log files
- Issue #62: early log messages lost when running under systemd, found
  by Wind River Systems, including initial fix


Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../sysklogd/{sysklogd_2.4.4.bb => sysklogd_2.5.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sysklogd/{sysklogd_2.4.4.bb => sysklogd_2.5.0.bb} (97%)

diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb b/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
similarity index 97%
rename from meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb
rename to meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
index a19b4f58eb..096bd376d7 100644
--- a/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb
+++ b/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https
            file://sysklogd \
            "
 
-SRCREV = "51d471543ce59eace6df6da0e42658911f1fb8c0"
+SRCREV = "b6d1ae26671a85e6087c98ec8b630855fc52886a"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [OE-core] [PATCH] xdpyinfo: upgrade 1.3.3 -> 1.3.4
  2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
                   ` (32 preceding siblings ...)
  2023-06-01  9:03 ` [OE-core] [PATCH] sysklogd: upgrade 2.4.4 -> 2.5.0 wangmy
@ 2023-06-01  9:03 ` wangmy
  33 siblings, 0 replies; 36+ messages in thread
From: wangmy @ 2023-06-01  9:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
configure: Make xf86misc support disabled by default
Variable scope reduction
Remove unnecessary downcast of double to float
Call memset() instead of hand-coding our own equivalent

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-app/{xdpyinfo_1.3.3.bb => xdpyinfo_1.3.4.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.3.bb => xdpyinfo_1.3.4.bb} (88%)

diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.3.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-app/xdpyinfo_1.3.3.bb
rename to meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb
index e75a840b7d..aaa8aa8903 100644
--- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.3.bb
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb
@@ -15,6 +15,6 @@ PE = "1"
 SRC_URI += "file://disable-xkb.patch"
 
 SRC_URI_EXT = "xz"
-SRC_URI[sha256sum] = "356d5fd62f3e98ee36d6becf1b32d4ab6112d618339fb4b592ccffbd9e0fc206"
+SRC_URI[sha256sum] = "a8ada581dbd7266440d7c3794fa89edf6b99b8857fc2e8c31042684f3af4822b"
 
 EXTRA_OECONF = "--disable-xkb"
-- 
2.34.1



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

* Re: [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71
  2023-06-01  9:03 ` [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71 wangmy
@ 2023-06-01 21:35   ` Alexandre Belloni
  0 siblings, 0 replies; 36+ messages in thread
From: Alexandre Belloni @ 2023-06-01 21:35 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Hello,

On the autobuilders, this causes:

WARNING: lighttpd-1.4.71-r0 do_package_qa: QA Issue: lighttpd rdepends on lighttpd-module-indexfile, but it isn't a build dependency? [build-deps]
WARNING: lighttpd-1.4.71-r0 do_package_qa: QA Issue: lighttpd rdepends on lighttpd-module-staticfile, but it isn't a build dependency? [build-deps]



-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2023-06-01 21:35 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01  9:03 [OE-core] [PATCH] babeltrace2: upgrade 2.0.4 -> 2.0.5 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] curl: upgrade 8.1.1 -> 8.1.2 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] dos2unix: upgrade 7.4.4 -> 7.5.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] enchant2: upgrade 2.3.4 -> 2.5.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] fribidi: upgrade 1.0.12 -> 1.0.13 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] libdnf: upgrade 0.70.0 -> 0.70.1 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] libmicrohttpd: upgrade 0.9.76 -> 0.9.77 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] libxft: upgrade 2.3.7 -> 2.3.8 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] libxpm: upgrade 3.5.15 -> 3.5.16 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] lighttpd: upgrade 1.4.69 -> 1.4.71 wangmy
2023-06-01 21:35   ` Alexandre Belloni
2023-06-01  9:03 ` [OE-core] [PATCH] mobile-broadband-provider-info: upgrade 20221107 -> 20230416 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] bind: upgrade 9.18.14 -> 9.18.15 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] ccache: upgrade 4.8 -> 4.8.1 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] libcap: upgrade 2.68 -> 2.69 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] libuv: upgrade 1.44.2 -> 1.45.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-pip: upgrade 23.0.1 -> 23.1.2 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-psutil: upgrade 5.9.4 -> 5.9.5 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.21 -> 0.17.31 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-sphinx: upgrade 6.1.3 -> 7.0.1 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] orc: upgrade 0.4.33 -> 0.4.34 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.34 -> 0.29.35 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.28.7 -> 0.29.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -> 23.1.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.71.0 -> 6.75.7 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-numpy: upgrade 1.24.2 -> 1.24.3 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-pycryptodome: upgrade 3.17 -> 3.18.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-pycryptodomex: " wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-requests: upgrade 2.30.0 -> 2.31.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-setuptools-rust: upgrade 1.5.2 -> 1.6.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.0 -> 1.2.1 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-trove-classifiers: upgrade 2023.5.2 -> 2023.5.24 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] python3-typing-extensions: upgrade 4.5.0 -> 4.6.2 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] repo: upgrade 2.32 -> 2.34.1 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] sysklogd: upgrade 2.4.4 -> 2.5.0 wangmy
2023-06-01  9:03 ` [OE-core] [PATCH] xdpyinfo: upgrade 1.3.3 -> 1.3.4 wangmy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).