* [OE-core] [PATCH] libhandy: upgrade 1.8.1 -> 1.8.2
@ 2023-04-10 8:58 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libpcap: upgrade 1.10.3 -> 1.10.4 wangmy
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: wangmy @ 2023-04-10 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Demo
- Correctly use GtkSwitch
- Fix a GLib deprecation
- Docs
- Fix dependency names
- HdyTabView
- Fix set_menu_model() input check
- Fix a typo in docs
- HdySwipeable
- Fix get_swipe_area() fallback
- Memory leak fixes
- Translation updates
- Slovenian
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libhandy/{libhandy_1.8.1.bb => libhandy_1.8.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/libhandy/{libhandy_1.8.1.bb => libhandy_1.8.2.bb} (95%)
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.8.1.bb b/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb
similarity index 95%
rename from meta/recipes-gnome/libhandy/libhandy_1.8.1.bb
rename to meta/recipes-gnome/libhandy/libhandy_1.8.2.bb
index 41c8e9bfb8..e863e8d13b 100644
--- a/meta/recipes-gnome/libhandy/libhandy_1.8.1.bb
+++ b/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8"
-SRCREV = "f06c1bfa95a3160575b36315c6d9437376d8af77"
+SRCREV = "48ae7ec0f7f9ee5f666da38b0e39e66874957166"
S = "${WORKDIR}/git"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [OE-core] [PATCH] libpcap: upgrade 1.10.3 -> 1.10.4
2023-04-10 8:58 [OE-core] [PATCH] libhandy: upgrade 1.8.1 -> 1.8.2 wangmy
@ 2023-04-10 8:58 ` wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libsdl2: upgrade 2.26.3 -> 2.26.5 wangmy
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-10 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libpcap/{libpcap_1.10.3.bb => libpcap_1.10.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/libpcap/{libpcap_1.10.3.bb => libpcap_1.10.4.bb} (95%)
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.10.3.bb b/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb
similarity index 95%
rename from meta/recipes-connectivity/libpcap/libpcap_1.10.3.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb
index eb0a650130..27b167c21f 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.10.3.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453 \
DEPENDS = "flex-native bison-native"
SRC_URI = "https://www.tcpdump.org/release/${BP}.tar.gz"
-SRC_URI[sha256sum] = "2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6"
+SRC_URI[sha256sum] = "ed19a0383fad72e3ad435fd239d7cd80d64916b87269550159d20e47160ebe5f"
inherit autotools binconfig-disabled pkgconfig
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [OE-core] [PATCH] libsdl2: upgrade 2.26.3 -> 2.26.5
2023-04-10 8:58 [OE-core] [PATCH] libhandy: upgrade 1.8.1 -> 1.8.2 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libpcap: upgrade 1.10.3 -> 1.10.4 wangmy
@ 2023-04-10 8:58 ` wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libsoup: upgrade 3.2.2 -> 3.4.0 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2 wangmy
3 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-10 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libsdl2/{libsdl2_2.26.3.bb => libsdl2_2.26.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/libsdl2/{libsdl2_2.26.3.bb => libsdl2_2.26.5.bb} (97%)
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
similarity index 97%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
index 15054e1ea9..3274475da1 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.3.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
S = "${WORKDIR}/SDL2-${PV}"
-SRC_URI[sha256sum] = "c661205a553b7d252425f4b751ff13209e5e020b876bbfa1598494af61790057"
+SRC_URI[sha256sum] = "ad8fea3da1be64c83c45b1d363a6b4ba8fd60f5bde3b23ec73855709ec5eabf7"
inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [OE-core] [PATCH] libsoup: upgrade 3.2.2 -> 3.4.0
2023-04-10 8:58 [OE-core] [PATCH] libhandy: upgrade 1.8.1 -> 1.8.2 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libpcap: upgrade 1.10.3 -> 1.10.4 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libsdl2: upgrade 2.26.3 -> 2.26.5 wangmy
@ 2023-04-10 8:58 ` wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2 wangmy
3 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2023-04-10 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
* Fix possible crash in SoupContentSniffer
* Fix socket leak
* Add missing annotation to soup_header_g_string_append_param_quoted()
* Fix regression in 'SoupCookieJar' not handling valid Secure cookies
* Fix crash when skipping HTTP/1 response stream with chunked enconding
* Change Session to unqueue finished items earlier without an extra MainContext iteration
* Add 'SoupMessage::got-body-data' signal to monitor progress of reads
* Add 'soup_session_send_and_splice()' and 'soup_session_send_and_splice_async()' convenience APIs
* Add 'soup_message_set_force_http1()' and 'soup_message_get_force_http1()' APIs
* Change 'soup_cookie_copy()' to not retain default ports
* Ensure 'SoupServerMessage' socket is available in websocket handler
* Fix 'soup_message_new()' not erroring when URI has an empty host
* Fix thread-saftey issues in 'SoupConnectionAuth'
* Fix various connection leaks
* Fix the possibility of sending invalid empty 'Sec-WebSocket-Protocol' header
* Fix IO errors not being handled on 'CONNECT' messages
* Numerous improvements to cookies:
* Add support for cookie prefixes ('__Secure-' and '__Host-')
* Reject cookies with control characters in name or value
* Reject 'SameSite=None' cookies without 'Secure'
* Change 'soup_cookie_parse()' to be more strict about what is considered whitespace
* Change default SameSite value to 'Lax'
* Fix 'soup_cookie_equal()' with 'NULL' path
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libsoup/{libsoup_3.2.2.bb => libsoup_3.4.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libsoup/{libsoup_3.2.2.bb => libsoup_3.4.0.bb} (94%)
diff --git a/meta/recipes-support/libsoup/libsoup_3.2.2.bb b/meta/recipes-support/libsoup/libsoup_3.4.0.bb
similarity index 94%
rename from meta/recipes-support/libsoup/libsoup_3.2.2.bb
rename to meta/recipes-support/libsoup/libsoup_3.4.0.bb
index e16cd17705..d35e4f25c1 100644
--- a/meta/recipes-support/libsoup/libsoup_3.2.2.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.4.0.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[sha256sum] = "83673c685b910fb7d39f1f28eee5afbefb71c05798fc350ac3bf1b885e1efaa1"
+SRC_URI[sha256sum] = "23efff6ac70f2c1e873507dac52649eec032c1597a4ae951762ce3123789acc9"
PROVIDES = "libsoup-3.0"
CVE_PRODUCT = "libsoup"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2
2023-04-10 8:58 [OE-core] [PATCH] libhandy: upgrade 1.8.1 -> 1.8.2 wangmy
` (2 preceding siblings ...)
2023-04-10 8:58 ` [OE-core] [PATCH] libsoup: upgrade 3.2.2 -> 3.4.0 wangmy
@ 2023-04-10 8:58 ` wangmy
2023-04-10 13:06 ` Alexandre Belloni
3 siblings, 1 reply; 6+ messages in thread
From: wangmy @ 2023-04-10 8:58 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-graphics/mesa/mesa.inc | 2 +-
meta/recipes-graphics/mesa/{mesa_23.0.0.bb => mesa_23.0.2.bb} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/mesa/{mesa_23.0.0.bb => mesa_23.0.2.bb} (100%)
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 8f72f25c17..babd10a855 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -19,7 +19,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \
"
-SRC_URI[sha256sum] = "01f3cff3763f09e0adabcb8011e4aebc6ad48f6a4dd4bae904fe918707d253e4"
+SRC_URI[sha256sum] = "1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7"
UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
diff --git a/meta/recipes-graphics/mesa/mesa_23.0.0.bb b/meta/recipes-graphics/mesa/mesa_23.0.2.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_23.0.0.bb
rename to meta/recipes-graphics/mesa/mesa_23.0.2.bb
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2
2023-04-10 8:58 ` [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2 wangmy
@ 2023-04-10 13:06 ` Alexandre Belloni
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2023-04-10 13:06 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
On 10/04/2023 16:58:20+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
You forgot to upgrade mesa-gl:
ERROR: mesa-gl-2_23.0.0-r0 do_fetch: Checksum failure fetching https://mesa.freedesktop.org/archive/mesa-23.0.0.tar.xz
ERROR: mesa-gl-2_23.0.0-r0 do_fetch: Bitbake Fetcher Error: ChecksumError('Checksum mismatch!\nFile: \'/srv/autobuilder/autobuilder.yocto.io/current_sources/mesa-23.0.0.tar.xz\' has sha256 checksum \'01f3cff3763f09e0adabcb8011e4aebc6ad48f6a4dd4bae904fe918707d253e4\' when \'1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7\' was expected\nIf this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:\nSRC_URI[sha256sum] = "01f3cff3763f09e0adabcb8011e4aebc6ad48f6a4dd4bae904fe918707d253e4"\nOtherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.', 'https://mesa.freedesktop.org/archive/mesa-23.0.0.tar.xz')
Did you build any of the patches you just sent?
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-graphics/mesa/mesa.inc | 2 +-
> meta/recipes-graphics/mesa/{mesa_23.0.0.bb => mesa_23.0.2.bb} | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-graphics/mesa/{mesa_23.0.0.bb => mesa_23.0.2.bb} (100%)
>
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
> index 8f72f25c17..babd10a855 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -19,7 +19,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \
> "
>
> -SRC_URI[sha256sum] = "01f3cff3763f09e0adabcb8011e4aebc6ad48f6a4dd4bae904fe918707d253e4"
> +SRC_URI[sha256sum] = "1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7"
>
> UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
>
> diff --git a/meta/recipes-graphics/mesa/mesa_23.0.0.bb b/meta/recipes-graphics/mesa/mesa_23.0.2.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa_23.0.0.bb
> rename to meta/recipes-graphics/mesa/mesa_23.0.2.bb
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179852): https://lists.openembedded.org/g/openembedded-core/message/179852
> Mute This Topic: https://lists.openembedded.org/mt/98171958/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-04-10 13:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 8:58 [OE-core] [PATCH] libhandy: upgrade 1.8.1 -> 1.8.2 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libpcap: upgrade 1.10.3 -> 1.10.4 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libsdl2: upgrade 2.26.3 -> 2.26.5 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] libsoup: upgrade 3.2.2 -> 3.4.0 wangmy
2023-04-10 8:58 ` [OE-core] [PATCH] mesa: upgrade 23.0.0 -> 23.0.2 wangmy
2023-04-10 13:06 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox