* [OE-core] [PATCH] gstreamer1.0: upgrade 1.22.3 -> 1.22.4
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
@ 2023-06-27 7:16 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] kbd: upgrade 2.5.1 -> 2.6.0 wangmy
` (30 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bugfixes:
==========
- Security fixes for flacparse, dvdspu, and subparse
- d3d11videosink: Fix error on pause and play
- decklink: Correctly handle SDK strings on macOS and free strings
after usage on Linux
- filesink: Fix buffered mode writing of buffer lists and buffers with
multiple memories
- gldownload: handle passthrough without a critical
- h265parse: Fix framerate handling regression
- oggdemux: vp8 fixes
- mp4mux, qtmux, qtdemux: Opus audio mapping fixes
- pngdec: Fix wrong colours output from 16bit RGB images
- ptp clock: Work around ptpd bug in default configuration
- srtpdec: fix critical warnings on shutdown
- v4l2src: fix support for bayer format
- v4l2videoenc: support force-keyframe event in v4l2 encoder
- vtenc: apply DTS offset to ensure DTS <= PTS
- gst-python: allow more functions to be called before gst_init()
- cerbero: fix vaapi variant; add qt6 build on windows; ensure errors
on unguarded use of new APIs, require macOS 10.13
- packages: ship codecalpha, rtponvif, dvbsubenc, switchbin,
videosignal plugins; fix pango crash on 32-bit windows
- various bug fixes, memory leak fixes, and other stability and
reliability improvements
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{gst-devtools_1.22.3.bb => gst-devtools_1.22.4.bb} | 2 +-
...streamer1.0-libav_1.22.3.bb => gstreamer1.0-libav_1.22.4.bb} | 2 +-
.../{gstreamer1.0-omx_1.22.3.bb => gstreamer1.0-omx_1.22.4.bb} | 2 +-
...plugins-bad_1.22.3.bb => gstreamer1.0-plugins-bad_1.22.4.bb} | 2 +-
...ugins-base_1.22.3.bb => gstreamer1.0-plugins-base_1.22.4.bb} | 2 +-
...ugins-good_1.22.3.bb => gstreamer1.0-plugins-good_1.22.4.bb} | 2 +-
...ugins-ugly_1.22.3.bb => gstreamer1.0-plugins-ugly_1.22.4.bb} | 2 +-
...reamer1.0-python_1.22.3.bb => gstreamer1.0-python_1.22.4.bb} | 2 +-
...rtsp-server_1.22.3.bb => gstreamer1.0-rtsp-server_1.22.4.bb} | 2 +-
...streamer1.0-vaapi_1.22.3.bb => gstreamer1.0-vaapi_1.22.4.bb} | 2 +-
.../{gstreamer1.0_1.22.3.bb => gstreamer1.0_1.22.4.bb} | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.3.bb => gst-devtools_1.22.4.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.3.bb => gstreamer1.0-libav_1.22.4.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.3.bb => gstreamer1.0-omx_1.22.4.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.3.bb => gstreamer1.0-plugins-bad_1.22.4.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.3.bb => gstreamer1.0-plugins-base_1.22.4.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.3.bb => gstreamer1.0-plugins-good_1.22.4.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.3.bb => gstreamer1.0-plugins-ugly_1.22.4.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.3.bb => gstreamer1.0-python_1.22.4.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.3.bb => gstreamer1.0-rtsp-server_1.22.4.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.3.bb => gstreamer1.0-vaapi_1.22.4.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.3.bb => gstreamer1.0_1.22.4.bb} (97%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.4.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.22.4.bb
index fa82ef7861..beaf1a9b91 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.22.4.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
file://0001-connect-has-a-different-signature-on-musl.patch \
"
-SRC_URI[sha256sum] = "446ac9c42d502cbfd9081737cc1b853b3c1f50db77ca7ccd01aea10f687550c1"
+SRC_URI[sha256sum] = "4c52053ce8c1df72fd81721e9f53de3b146edcf2de28f607be705bce4cf909d1"
DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
RRECOMMENDS:${PN} = "git"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.4.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.4.bb
index c5af676a95..4d59353e08 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.4.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
"
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "2ec5c805808b4371a7e32b1da0202a1c8a6b36b6ce905080bf5c34097d12a923"
+SRC_URI[sha256sum] = "9a751bc740de768e791c37a95f0a924c6a41d12fd7f37f54ce6a4e834be122d3"
S = "${WORKDIR}/gst-libav-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.4.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.4.bb
index 694a12b1c1..fc70805daf 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.4.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-${PV}.tar.xz"
-SRC_URI[sha256sum] = "6f51c2331c334593c2c3cf12e9f22b9e3b419a3247cfb2fec0e1bd845569863a"
+SRC_URI[sha256sum] = "5fcb872d977b035fb75a2d0ea955ba052dc3bdae282f8f60aa9d865808784211"
S = "${WORKDIR}/gst-omx-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.4.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.4.bb
index 3aa53193af..16d53203a4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.4.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
file://0002-avoid-including-sys-poll.h-directly.patch \
file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
"
-SRC_URI[sha256sum] = "e1798fee2d86127f0637481c607f983293bf0fd81aad70a5c7b47205af3621d8"
+SRC_URI[sha256sum] = "eaaf53224565eaabd505ca39c6d5769719b45795cf532ce1ceb60e1b2ebe99ac"
S = "${WORKDIR}/gst-plugins-bad-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.4.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.4.bb
index 44056b04e9..7b78c7d5c9 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.4.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
file://0003-viv-fb-Make-sure-config.h-is-included.patch \
file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
"
-SRC_URI[sha256sum] = "1c596289a0d4207380233eba8c36a932c4d1aceba19932937d9b57c24cef89f3"
+SRC_URI[sha256sum] = "292424e82dea170528c42b456f62a89532bcabc0508f192e34672fb86f68e5b8"
S = "${WORKDIR}/gst-plugins-base-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.4.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.4.bb
index 8de1d1c5f5..0ae1758a3f 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.4.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-go
file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \
file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch"
-SRC_URI[sha256sum] = "af81154b3a2ef3f4d2feba395f25696feea6fd13ec62c92d3c7a973470710273"
+SRC_URI[sha256sum] = "d7120c1146a9d723d53d5bfe8074da2575a81f0598438752937f39bb7c833b6a"
S = "${WORKDIR}/gst-plugins-good-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.4.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.4.bb
index 21102d59b6..1b3d3b6da7 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.4.bb
@@ -14,7 +14,7 @@ LICENSE_FLAGS = "commercial"
SRC_URI = " \
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
"
-SRC_URI[sha256sum] = "3dc98ed5c2293368b3c4e6ce55d89be834a0a62e9bf88ef17928cf03b7d5a360"
+SRC_URI[sha256sum] = "ffb461fda6c06d316c4be5682632cc8901454ed72b1098b1e0221bc55e673cd7"
S = "${WORKDIR}/gst-plugins-ugly-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.4.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.4.bb
index 0cf1908e76..e35bef3d56 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.4.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "70bed3fabe634bc622ef6de4e6eb1c33bc9cefd64bdab200f6fa316b468c731c"
+SRC_URI[sha256sum] = "e1302dcc0f2451b64380dcc0dd3b82735795e8951dc812d938d8ba91f388163e"
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.4.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.4.bb
index 0f8a89db7c..29eb4bb011 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.4.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "d02a39dfa9bdbf99a3dd2d378e17942b3ce42dfe36fb0c27e2d0b01722fc561d"
+SRC_URI[sha256sum] = "4666612d7a99c60dcd6f0bdba1b7a74d2562a0501b2a3e0576f0916bf1d8811b"
S = "${WORKDIR}/${PNREAL}-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.4.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.4.bb
index 6e0014c090..34c15bb377 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.4.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "a27867062e8b69305fca5b7d3f13ed7c318b703e7d72756c94395bd305c7b32c"
+SRC_URI[sha256sum] = "967b8e353d82d0081a68dc53639b25d9fb4ca89bfa1e061403e0cd7d23585ba6"
S = "${WORKDIR}/${REALPN}-${PV}"
DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.4.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.4.bb
index ca7548758c..2eadb79637 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.4.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
file://0003-tests-use-a-dictionaries-for-environment.patch;striplevel=3 \
file://0004-tests-add-helper-script-to-run-the-installed_tests.patch;striplevel=3 \
"
-SRC_URI[sha256sum] = "9ffeab95053f9f6995eb3b3da225e88f21c129cd60da002d3f795db70d6d5974"
+SRC_URI[sha256sum] = "11cb0498bc16b93d8b99d22f75f829b8d0abfd8254840b2120618db5532dc655"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
check \
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] kbd: upgrade 2.5.1 -> 2.6.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
2023-06-27 7:16 ` [OE-core] [PATCH] gstreamer1.0: upgrade 1.22.3 -> 1.22.4 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libassuan: upgrade 2.5.5 -> 2.5.6 wangmy
` (29 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 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-core/kbd/{kbd_2.5.1.bb => kbd_2.6.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/kbd/{kbd_2.5.1.bb => kbd_2.6.0.bb} (94%)
diff --git a/meta/recipes-core/kbd/kbd_2.5.1.bb b/meta/recipes-core/kbd/kbd_2.6.0.bb
similarity index 94%
rename from meta/recipes-core/kbd/kbd_2.5.1.bb
rename to meta/recipes-core/kbd/kbd_2.6.0.bb
index 7662b8f685..9a3e0a7476 100644
--- a/meta/recipes-core/kbd/kbd_2.5.1.bb
+++ b/meta/recipes-core/kbd/kbd_2.6.0.bb
@@ -16,7 +16,7 @@ RCONFLICTS:${PN} = "console-tools"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \
"
-SRC_URI[sha256sum] = "ccdf452387a6380973d2927363e9cbb939fa2068915a6f937ff9d24522024683"
+SRC_URI[sha256sum] = "9c159433db5df8ef31d86b42f5b09d32311bdda2ed35107fb1926243da60b28a"
EXTRA_OECONF = "--disable-tests"
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libassuan: upgrade 2.5.5 -> 2.5.6
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
2023-06-27 7:16 ` [OE-core] [PATCH] gstreamer1.0: upgrade 1.22.3 -> 1.22.4 wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] kbd: upgrade 2.5.1 -> 2.6.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libksba: upgrade 1.6.3 -> 1.6.4 wangmy
` (28 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Fix logging of confidential data. [rA0fc31770fa]
* Fix memory wiping. [T5977]
* Fix macOS build problem. [T5440,T5610]
* Upgrade autoconf stuff.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libassuan/{libassuan_2.5.5.bb => libassuan_2.5.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libassuan/{libassuan_2.5.5.bb => libassuan_2.5.6.bb} (93%)
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.5.bb b/meta/recipes-support/libassuan/libassuan_2.5.6.bb
similarity index 93%
rename from meta/recipes-support/libassuan/libassuan_2.5.5.bb
rename to meta/recipes-support/libassuan/libassuan_2.5.6.bb
index 2bab3ac955..7e899e7399 100644
--- a/meta/recipes-support/libassuan/libassuan_2.5.5.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.5.6.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch \
"
-SRC_URI[sha256sum] = "8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4"
+SRC_URI[sha256sum] = "e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426"
BINCONFIG = "${bindir}/libassuan-config"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libksba: upgrade 1.6.3 -> 1.6.4
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (2 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libassuan: upgrade 2.5.5 -> 2.5.6 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libmd: upgrade 1.0.4 -> 1.1.0 wangmy
` (27 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Correctly detect CMS write errors.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libksba/{libksba_1.6.3.bb => libksba_1.6.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libksba/{libksba_1.6.3.bb => libksba_1.6.4.bb} (94%)
diff --git a/meta/recipes-support/libksba/libksba_1.6.3.bb b/meta/recipes-support/libksba/libksba_1.6.4.bb
similarity index 94%
rename from meta/recipes-support/libksba/libksba_1.6.3.bb
rename to meta/recipes-support/libksba/libksba_1.6.4.bb
index dc39693be4..f9636f9433 100644
--- a/meta/recipes-support/libksba/libksba_1.6.3.bb
+++ b/meta/recipes-support/libksba/libksba_1.6.4.bb
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
file://ksba-add-pkgconfig-support.patch"
-SRC_URI[sha256sum] = "3f72c68db30971ebbf14367527719423f0a4d5f8103fc9f4a1c01a9fa440de5c"
+SRC_URI[sha256sum] = "bbb43f032b9164d86c781ffe42213a83bf4f2fee91455edfa4654521b8b03b6b"
do_configure:prepend () {
# Else these could be used in preference to those in aclocal-copy
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libmd: upgrade 1.0.4 -> 1.1.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (3 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libksba: upgrade 1.6.3 -> 1.6.4 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libsdl2: upgrade 2.26.5 -> 2.28.0 wangmy
` (26 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 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/libmd/{libmd_1.0.4.bb => libmd_1.1.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libmd/{libmd_1.0.4.bb => libmd_1.1.0.bb} (86%)
diff --git a/meta/recipes-support/libmd/libmd_1.0.4.bb b/meta/recipes-support/libmd/libmd_1.1.0.bb
similarity index 86%
rename from meta/recipes-support/libmd/libmd_1.0.4.bb
rename to meta/recipes-support/libmd/libmd_1.1.0.bb
index b93dc2d78d..dc588a0f95 100644
--- a/meta/recipes-support/libmd/libmd_1.0.4.bb
+++ b/meta/recipes-support/libmd/libmd_1.1.0.bb
@@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=0436d4fb62a71f661d6e8b7812f9e1df"
SRC_URI = "https://archive.hadrons.org/software/libmd/libmd-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f51c921042e34beddeded4b75557656559cf5b1f2448033b4c1eec11c07e530f"
+SRC_URI[sha256sum] = "1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332"
inherit autotools
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libsdl2: upgrade 2.26.5 -> 2.28.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (4 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libmd: upgrade 1.0.4 -> 1.1.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libtraceevent: upgrade 1.7.2 -> 1.7.3 wangmy
` (25 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 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.5.bb => libsdl2_2.28.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/libsdl2/{libsdl2_2.26.5.bb => libsdl2_2.28.0.bb} (97%)
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.28.0.bb
similarity index 97%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.28.0.bb
index 3274475da1..1228217e8c 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.28.0.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
S = "${WORKDIR}/SDL2-${PV}"
-SRC_URI[sha256sum] = "ad8fea3da1be64c83c45b1d363a6b4ba8fd60f5bde3b23ec73855709ec5eabf7"
+SRC_URI[sha256sum] = "d215ae4541e69d628953711496cd7b0e8b8d5c8d811d5b0f98fdc7fd1422998a"
inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libtraceevent: upgrade 1.7.2 -> 1.7.3
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (5 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libsdl2: upgrade 2.26.5 -> 2.28.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libx11: upgrade 1.8.5 -> 1.8.6 wangmy
` (24 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libtraceevent_1.7.2.bb => libtraceevent_1.7.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-kernel/libtraceevent/{libtraceevent_1.7.2.bb => libtraceevent_1.7.3.bb} (94%)
diff --git a/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.2.bb b/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb
similarity index 94%
rename from meta/recipes-kernel/libtraceevent/libtraceevent_1.7.2.bb
rename to meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb
index b5c0834d89..f9a3811669 100644
--- a/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.2.bb
+++ b/meta/recipes-kernel/libtraceevent/libtraceevent_1.7.3.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97
file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
SECTION = "libs"
-SRCREV = "1c6f0f3b2bb47571fc455dc565dc343152517d98"
+SRCREV = "dd148189b74da3e2f45c7e536319fec97cb71213"
SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \
file://0001-makefile-Do-not-preserve-ownership-in-cp-command.patch"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libx11: upgrade 1.8.5 -> 1.8.6
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (6 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libtraceevent: upgrade 1.7.2 -> 1.7.3 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] libxcrypt-compat: upgrade 4.4.34 -> 4.4.35 wangmy
` (23 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
InitExt.c: Add bounds checks for extension request, event, & error codes
Fixes CVE-2023-3138
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-lib/{libx11_1.8.5.bb => libx11_1.8.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libx11_1.8.5.bb => libx11_1.8.6.bb} (92%)
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.5.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.6.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libx11_1.8.5.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.8.6.bb
index cf2e29471a..1cfa56b21e 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.8.5.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.6.bb
@@ -24,7 +24,7 @@ XORG_PN = "libX11"
SRC_URI += "file://disable_tests.patch"
-SRC_URI[sha256sum] = "e362c6f03c793171becd1ce2078c64789504c7d7ff48ee40a76ff76b59f6b561"
+SRC_URI[sha256sum] = "59535b7cc6989ba806a022f7e8533b28c4397b9d86e9d07b6df0c0703fa25cc9"
inherit gettext
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] libxcrypt-compat: upgrade 4.4.34 -> 4.4.35
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (7 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libx11: upgrade 1.8.5 -> 1.8.6 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] lttng-ust: upgrade 2.13.5 -> 2.13.6 wangmy
` (22 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Fix build with Perl v5.38.0 (issue #170).
* Fix build with MinGW-w(32|64).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libxcrypt-compat_4.4.34.bb => libxcrypt-compat_4.4.35.bb} | 0
meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/libxcrypt/{libxcrypt-compat_4.4.34.bb => libxcrypt-compat_4.4.35.bb} (100%)
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.34.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.35.bb
similarity index 100%
rename from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.34.bb
rename to meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.35.bb
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index 4d145cf3cc..2e4db283bf 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \
inherit autotools pkgconfig
SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH};protocol=https"
-SRCREV = "e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d"
+SRCREV = "321222c91c4060362b1085b3ca7c29867812ac0a"
SRCBRANCH ?= "master"
SRC_URI += "file://fix_cflags_handling.patch"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] lttng-ust: upgrade 2.13.5 -> 2.13.6
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (8 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] libxcrypt-compat: upgrade 4.4.34 -> 4.4.35 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] nettle: upgrade 3.9 -> 3.9.1 wangmy
` (21 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Fix: segmentation fault on filter interpretation in "switch" mode
* Fix: `ip` context is expressed as a base-10 field
* Fix: c99: use __asm__ __volatile__
* Fix: c99: static assert: clang build fails due to multiple typedef
* Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time tracepoint.h is included
* Fix: trace events in C++ constructors/destructors
* Fix: trace events in C constructors/destructors
* Fix: use unaligned pointer accesses for lttng_inline_memcpy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../lttng/{lttng-ust_2.13.5.bb => lttng-ust_2.13.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-kernel/lttng/{lttng-ust_2.13.5.bb => lttng-ust_2.13.6.bb} (95%)
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.13.5.bb b/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb
similarity index 95%
rename from meta/recipes-kernel/lttng/lttng-ust_2.13.5.bb
rename to meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb
index 916408bff0..424b0fa645 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.13.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.13.6.bb
@@ -34,7 +34,7 @@ SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \
file://0001-Makefile.am-update-rpath-link.patch \
"
-SRC_URI[sha256sum] = "f1d7bb4984a3dc5dacd3b7bcb4c10c04b041b0eecd7cba1fef3d8f86aff02bd6"
+SRC_URI[sha256sum] = "e7e04596dd73ac7aa99e27cd000f949dbb0fed51bd29099f9b08a25c1df0ced5"
CVE_PRODUCT = "ust"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] nettle: upgrade 3.9 -> 3.9.1
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (9 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] lttng-ust: upgrade 2.13.5 -> 2.13.6 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] nghttp2: upgrade 1.53.0 -> 1.54.0 wangmy
` (20 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bug fixes:
==========
* Fix OCB loop for processing messages of size 272 bytes or
larger.
* Fix alignment bug in the new x86_64 non-pclmul assembly
implementation of ghash.
* Fix build-time memory leak in eccdata.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-support/nettle/{nettle_3.9.bb => nettle_3.9.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/nettle/{nettle_3.9.bb => nettle_3.9.1.bb} (96%)
diff --git a/meta/recipes-support/nettle/nettle_3.9.bb b/meta/recipes-support/nettle/nettle_3.9.1.bb
similarity index 96%
rename from meta/recipes-support/nettle/nettle_3.9.bb
rename to meta/recipes-support/nettle/nettle_3.9.1.bb
index 7a5bdb2a03..6bb76a6217 100644
--- a/meta/recipes-support/nettle/nettle_3.9.bb
+++ b/meta/recipes-support/nettle/nettle_3.9.1.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
file://check-header-files-of-openssl-only-if-enable_.patch \
"
-SRC_URI[sha256sum] = "0ee7adf5a7201610bb7fe0acbb7c9b3be83be44904dd35ebbcd965cd896bfeaa"
+SRC_URI[sha256sum] = "ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3"
UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] nghttp2: upgrade 1.53.0 -> 1.54.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (10 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] nettle: upgrade 3.9 -> 3.9.1 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] ccache: upgrade 4.8.1 -> 4.8.2 wangmy
` (19 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
nghttpx: Consistent error handling and use of high-level API
h2load: Fix http3 upload stall
h2load: Use std::chrono::steady_clock for quic timestamp
Avoid ev_now by @tatsuhiro-t in #1907
Remove unused macro bswap64
Bump ngtcp2 and nghttp3
Bump libbpf to v1.2.0
Avoid copies
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../nghttp2/{nghttp2_1.53.0.bb => nghttp2_1.54.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/nghttp2/{nghttp2_1.53.0.bb => nghttp2_1.54.0.bb} (91%)
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.53.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.54.0.bb
similarity index 91%
rename from meta/recipes-support/nghttp2/nghttp2_1.53.0.bb
rename to meta/recipes-support/nghttp2/nghttp2_1.54.0.bb
index 88d5f31083..4e15f0839f 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.53.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.54.0.bb
@@ -8,7 +8,7 @@ SRC_URI = "\
${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz \
file://0001-fetch-ocsp-response-use-python3.patch \
"
-SRC_URI[sha256sum] = "b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809"
+SRC_URI[sha256sum] = "20533c9354fbb6aa689b6aa0ddb77f91da1d242587444502832e1864308152df"
inherit cmake manpages python3native github-releases
PACKAGECONFIG[manpages] = ""
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] ccache: upgrade 4.8.1 -> 4.8.2
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (11 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] nghttp2: upgrade 1.53.0 -> 1.54.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22 wangmy
` (18 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update:
BLAKE3 updated to 1.4.0
cpp-httplib updated to 0.12.6
Changelog:
==========
Fixed parsing of Windows drive letter in file URLs for remote storage.
Fixed a bug affecting depend mode with MSVC.
Ccache no longer passes -v to the preprocessor. This improves preprocessor mode hit rate when -v is on the compiler command line.
Made --trim-max-size accept 0 for no limit.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../ccache/{ccache_4.8.1.bb => ccache_4.8.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/ccache/{ccache_4.8.1.bb => ccache_4.8.2.bb} (82%)
diff --git a/meta/recipes-devtools/ccache/ccache_4.8.1.bb b/meta/recipes-devtools/ccache/ccache_4.8.2.bb
similarity index 82%
rename from meta/recipes-devtools/ccache/ccache_4.8.1.bb
rename to meta/recipes-devtools/ccache/ccache_4.8.2.bb
index b0ae7fb25c..22a6b385b0 100644
--- a/meta/recipes-devtools/ccache/ccache_4.8.1.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.8.2.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=1601d62d6828fbe19b6f6c2d01fdff4c"
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=cd54b7abfc462470b0f505273c38f0ff"
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] = "869903c1891beb8bee87f1ec94d8a0dad18c2add4072c456acbc85cdfc23ca63"
+SRC_URI[sha256sum] = "75eef15b8b9da48db9c91e1d0ff58b3645fc70c0e4ca2ef1b6825a12f21f217d"
inherit cmake github-releases
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (12 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] ccache: upgrade 4.8.1 -> 4.8.2 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 14:25 ` Richard Purdie
2023-06-27 7:17 ` [OE-core] [PATCH] mesa: upgrade 23.1.1 -> 23.1.3 wangmy
` (17 subsequent siblings)
31 siblings, 1 reply; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* PO file format:
- When a #: line contains references to file names that contain spaces,
these file names are surrounded by Unicode characters U+2068 and U+2069.
This makes it possible to parse such references correctly.
* Improvements for maintainers:
- The AM_GNU_GETTEXT macro now defines two variables localedir_c and
localedir_c_make, that can be used in C code or in Makefiles,
respectively, for representing the value of the --localedir configure
option.
* Programming languages support:
- C, C++:
o xgettext now supports gettext-like functions that take wide strings
(of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *')
as arguments.
o xgettext now recognizes numbers with digit separators, as defined by
ISO C 23, as tokens.
o xgettext and msgfmt now recognize the format string directive %b
(for binary integer output, as defined by ISO C 23) in format strings.
o xgettext and msgfmt now recognize the argument size specifiers
w8, w16, w32, w64, wf8, wf16, wf32, wf64 (as defined by ISO C 23)
in format strings.
o xgettext and msgfmt now recognize C++ format strings, as defined by
ISO C++ 20. They are marked as 'c++-format' in POT and PO files.
A new example has been added, 'hello-c++20', that illustrates how
to use these format strings with gettext.
- Java:
o The build system and tools now also support Java versions newer than
Java 11. This is known to work up to Java 20, at least. On the other
hand, support for old versions of Java (Java 1.5 and GCJ) has been
dropped.
- Tcl: xgettext now supports the \x, \u, and \U escapes as defined in
Tcl 8.6.
* Portability:
- On systems with musl libc, the *gettext() functions in libc now work
with MO files generated from PO files with an encoding other than UTF-8.
To this effect, the msgfmt program now converts the messages to UTF-8
encoding before storing them in a MO file. You can prevent this by
using the msgfmt --no-convert option.
- On systems with musl libc, the *gettext() functions in libc now work
with MO files generated from PO files with ISO C 99 <inttypes.h> format
string directive macros. To this effect, the msgfmt program pre-expands
strings with such macros. You can prevent this by using the msgfmt
--no-redundancy option.
* xgettext:
- The xgettext option '--sorted-output' is now deprecated.
- xgettext input files of type PO that are not all ASCII and not UTF-8
encoded are now handled correctly.
* The base Unicode standard is now updated to 15.0.0.
* Emacs PO mode:
Fix an incompatibility with Emacs version 29 or newer.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../0001-init-env.in-do-not-add-C-CXX-parameters.patch | 0
.../0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 0
.../gettext/{gettext-0.21.1 => gettext-0.22}/parallel.patch | 0
.../gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest | 0
.../{gettext-0.21.1 => gettext-0.22}/serial-tests-config.patch | 0
.../{gettext-0.21.1 => gettext-0.22}/use-pkgconfig.patch | 0
.../{gettext-minimal-0.21.1 => gettext-minimal-0.22}/COPYING | 0
.../Makefile.in.in | 0
.../aclocal/gettext.m4 | 0
.../aclocal/host-cpu-c-abi.m4 | 0
.../aclocal/iconv.m4 | 0
.../aclocal/intlmacosx.m4 | 0
.../aclocal/lib-ld.m4 | 0
.../aclocal/lib-link.m4 | 0
.../aclocal/lib-prefix.m4 | 0
.../aclocal/nls.m4 | 0
.../aclocal/po.m4 | 0
.../aclocal/progtest.m4 | 0
.../config.rpath | 0
.../remove-potcdate.sin | 0
...-minimal-native_0.21.1.bb => gettext-minimal-native_0.22.bb} | 0
.../recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} | 2 +-
22 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/0001-init-env.in-do-not-add-C-CXX-parameters.patch (100%)
rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/0001-tests-autopoint-3-unset-MAKEFLAGS.patch (100%)
rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/parallel.patch (100%)
rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest (100%)
rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/serial-tests-config.patch (100%)
rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/use-pkgconfig.patch (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/COPYING (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/Makefile.in.in (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/gettext.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/host-cpu-c-abi.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/iconv.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/intlmacosx.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/lib-ld.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/lib-link.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/lib-prefix.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/nls.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/po.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/progtest.m4 (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/config.rpath (100%)
rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/remove-potcdate.sin (100%)
rename meta/recipes-core/gettext/{gettext-minimal-native_0.21.1.bb => gettext-minimal-native_0.22.bb} (100%)
rename meta/recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} (99%)
diff --git a/meta/recipes-core/gettext/gettext-0.21.1/0001-init-env.in-do-not-add-C-CXX-parameters.patch b/meta/recipes-core/gettext/gettext-0.22/0001-init-env.in-do-not-add-C-CXX-parameters.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.21.1/0001-init-env.in-do-not-add-C-CXX-parameters.patch
rename to meta/recipes-core/gettext/gettext-0.22/0001-init-env.in-do-not-add-C-CXX-parameters.patch
diff --git a/meta/recipes-core/gettext/gettext-0.21.1/0001-tests-autopoint-3-unset-MAKEFLAGS.patch b/meta/recipes-core/gettext/gettext-0.22/0001-tests-autopoint-3-unset-MAKEFLAGS.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.21.1/0001-tests-autopoint-3-unset-MAKEFLAGS.patch
rename to meta/recipes-core/gettext/gettext-0.22/0001-tests-autopoint-3-unset-MAKEFLAGS.patch
diff --git a/meta/recipes-core/gettext/gettext-0.21.1/parallel.patch b/meta/recipes-core/gettext/gettext-0.22/parallel.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.21.1/parallel.patch
rename to meta/recipes-core/gettext/gettext-0.22/parallel.patch
diff --git a/meta/recipes-core/gettext/gettext-0.21.1/run-ptest b/meta/recipes-core/gettext/gettext-0.22/run-ptest
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.21.1/run-ptest
rename to meta/recipes-core/gettext/gettext-0.22/run-ptest
diff --git a/meta/recipes-core/gettext/gettext-0.21.1/serial-tests-config.patch b/meta/recipes-core/gettext/gettext-0.22/serial-tests-config.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.21.1/serial-tests-config.patch
rename to meta/recipes-core/gettext/gettext-0.22/serial-tests-config.patch
diff --git a/meta/recipes-core/gettext/gettext-0.21.1/use-pkgconfig.patch b/meta/recipes-core/gettext/gettext-0.22/use-pkgconfig.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.21.1/use-pkgconfig.patch
rename to meta/recipes-core/gettext/gettext-0.22/use-pkgconfig.patch
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/COPYING b/meta/recipes-core/gettext/gettext-minimal-0.22/COPYING
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/COPYING
rename to meta/recipes-core/gettext/gettext-minimal-0.22/COPYING
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/Makefile.in.in b/meta/recipes-core/gettext/gettext-minimal-0.22/Makefile.in.in
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/Makefile.in.in
rename to meta/recipes-core/gettext/gettext-minimal-0.22/Makefile.in.in
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/gettext.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/gettext.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/gettext.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/gettext.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/host-cpu-c-abi.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/host-cpu-c-abi.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/host-cpu-c-abi.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/host-cpu-c-abi.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/iconv.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/iconv.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/iconv.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/iconv.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/intlmacosx.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/intlmacosx.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/intlmacosx.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/intlmacosx.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/lib-ld.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/lib-ld.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/lib-ld.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/lib-ld.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/lib-link.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/lib-link.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/lib-link.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/lib-link.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/lib-prefix.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/lib-prefix.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/lib-prefix.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/lib-prefix.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/nls.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/nls.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/nls.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/nls.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/po.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/po.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/po.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/po.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/progtest.m4 b/meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/progtest.m4
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/aclocal/progtest.m4
rename to meta/recipes-core/gettext/gettext-minimal-0.22/aclocal/progtest.m4
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/config.rpath b/meta/recipes-core/gettext/gettext-minimal-0.22/config.rpath
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/config.rpath
rename to meta/recipes-core/gettext/gettext-minimal-0.22/config.rpath
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.21.1/remove-potcdate.sin b/meta/recipes-core/gettext/gettext-minimal-0.22/remove-potcdate.sin
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.21.1/remove-potcdate.sin
rename to meta/recipes-core/gettext/gettext-minimal-0.22/remove-potcdate.sin
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.21.1.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.22.bb
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-native_0.21.1.bb
rename to meta/recipes-core/gettext/gettext-minimal-native_0.22.bb
diff --git a/meta/recipes-core/gettext/gettext_0.21.1.bb b/meta/recipes-core/gettext/gettext_0.22.bb
similarity index 99%
rename from meta/recipes-core/gettext/gettext_0.21.1.bb
rename to meta/recipes-core/gettext/gettext_0.22.bb
index b80ea9276e..f633312231 100644
--- a/meta/recipes-core/gettext/gettext_0.21.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.22.bb
@@ -30,7 +30,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://0001-tests-autopoint-3-unset-MAKEFLAGS.patch \
file://0001-init-env.in-do-not-add-C-CXX-parameters.patch \
"
-SRC_URI[sha256sum] = "e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
+SRC_URI[sha256sum] = "49f089be11b490170bbf09ed2f51e5f5177f55be4cc66504a5861820e0fb06ab"
inherit autotools texinfo pkgconfig ptest
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* Re: [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22
2023-06-27 7:17 ` [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22 wangmy
@ 2023-06-27 14:25 ` Richard Purdie
2023-06-28 8:53 ` Mingyu Wang (Fujitsu)
0 siblings, 1 reply; 37+ messages in thread
From: Richard Purdie @ 2023-06-27 14:25 UTC (permalink / raw)
To: wangmy, openembedded-core
On Tue, 2023-06-27 at 15:17 +0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> * PO file format:
> - When a #: line contains references to file names that contain spaces,
> these file names are surrounded by Unicode characters U+2068 and U+2069.
> This makes it possible to parse such references correctly.
>
> * Improvements for maintainers:
> - The AM_GNU_GETTEXT macro now defines two variables localedir_c and
> localedir_c_make, that can be used in C code or in Makefiles,
> respectively, for representing the value of the --localedir configure
> option.
>
> * Programming languages support:
> - C, C++:
> o xgettext now supports gettext-like functions that take wide strings
> (of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *')
> as arguments.
> o xgettext now recognizes numbers with digit separators, as defined by
> ISO C 23, as tokens.
> o xgettext and msgfmt now recognize the format string directive %b
> (for binary integer output, as defined by ISO C 23) in format strings.
> o xgettext and msgfmt now recognize the argument size specifiers
> w8, w16, w32, w64, wf8, wf16, wf32, wf64 (as defined by ISO C 23)
> in format strings.
> o xgettext and msgfmt now recognize C++ format strings, as defined by
> ISO C++ 20. They are marked as 'c++-format' in POT and PO files.
> A new example has been added, 'hello-c++20', that illustrates how
> to use these format strings with gettext.
> - Java:
> o The build system and tools now also support Java versions newer than
> Java 11. This is known to work up to Java 20, at least. On the other
> hand, support for old versions of Java (Java 1.5 and GCJ) has been
> dropped.
> - Tcl: xgettext now supports the \x, \u, and \U escapes as defined in
> Tcl 8.6.
>
> * Portability:
> - On systems with musl libc, the *gettext() functions in libc now work
> with MO files generated from PO files with an encoding other than UTF-8.
> To this effect, the msgfmt program now converts the messages to UTF-8
> encoding before storing them in a MO file. You can prevent this by
> using the msgfmt --no-convert option.
> - On systems with musl libc, the *gettext() functions in libc now work
> with MO files generated from PO files with ISO C 99 <inttypes.h> format
> string directive macros. To this effect, the msgfmt program pre-expands
> strings with such macros. You can prevent this by using the msgfmt
> --no-redundancy option.
>
> * xgettext:
> - The xgettext option '--sorted-output' is now deprecated.
> - xgettext input files of type PO that are not all ASCII and not UTF-8
> encoded are now handled correctly.
>
> * The base Unicode standard is now updated to 15.0.0.
>
> * Emacs PO mode:
> Fix an incompatibility with Emacs version 29 or newer.
>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../0001-init-env.in-do-not-add-C-CXX-parameters.patch | 0
> .../0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 0
> .../gettext/{gettext-0.21.1 => gettext-0.22}/parallel.patch | 0
> .../gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest | 0
> .../{gettext-0.21.1 => gettext-0.22}/serial-tests-config.patch | 0
> .../{gettext-0.21.1 => gettext-0.22}/use-pkgconfig.patch | 0
> .../{gettext-minimal-0.21.1 => gettext-minimal-0.22}/COPYING | 0
> .../Makefile.in.in | 0
> .../aclocal/gettext.m4 | 0
> .../aclocal/host-cpu-c-abi.m4 | 0
> .../aclocal/iconv.m4 | 0
> .../aclocal/intlmacosx.m4 | 0
> .../aclocal/lib-ld.m4 | 0
> .../aclocal/lib-link.m4 | 0
> .../aclocal/lib-prefix.m4 | 0
> .../aclocal/nls.m4 | 0
> .../aclocal/po.m4 | 0
> .../aclocal/progtest.m4 | 0
> .../config.rpath | 0
> .../remove-potcdate.sin | 0
> ...-minimal-native_0.21.1.bb => gettext-minimal-native_0.22.bb} | 0
> .../recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} | 2 +-
> 22 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/0001-init-env.in-do-not-add-C-CXX-parameters.patch (100%)
> rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/0001-tests-autopoint-3-unset-MAKEFLAGS.patch (100%)
> rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/parallel.patch (100%)
> rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest (100%)
> rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/serial-tests-config.patch (100%)
> rename meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/use-pkgconfig.patch (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/COPYING (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/Makefile.in.in (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/gettext.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/host-cpu-c-abi.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/iconv.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/intlmacosx.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/lib-ld.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/lib-link.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/lib-prefix.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/nls.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/po.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/aclocal/progtest.m4 (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/config.rpath (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-0.21.1 => gettext-minimal-0.22}/remove-potcdate.sin (100%)
> rename meta/recipes-core/gettext/{gettext-minimal-native_0.21.1.bb => gettext-minimal-native_0.22.bb} (100%)
> rename meta/recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} (99%)
When you upgraded this recipe did you check if there were changes to
any of the files in gettext-minimal in the new version? I'm a little
surprised none of the files change at all...
Cheers,
Richard
^ permalink raw reply [flat|nested] 37+ messages in thread* RE: [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22
2023-06-27 14:25 ` Richard Purdie
@ 2023-06-28 8:53 ` Mingyu Wang (Fujitsu)
2023-07-06 9:54 ` Alexander Kanavin
0 siblings, 1 reply; 37+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2023-06-28 8:53 UTC (permalink / raw)
To: Richard Purdie, openembedded-core@lists.openembedded.org
Sorry, I didn't notice that the files in the minimal directory need to be updated based on the source code.
Please ignore this patch and I will investigate before considering whether to resubmit it.
--
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/
> -----Original Message-----
> From: Richard Purdie <richard.purdie@linuxfoundation.org>
> Sent: Tuesday, June 27, 2023 10:25 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22
>
> On Tue, 2023-06-27 at 15:17 +0800, wangmy wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ===========
> > * PO file format:
> > - When a #: line contains references to file names that contain spaces,
> > these file names are surrounded by Unicode characters U+2068 and
> U+2069.
> > This makes it possible to parse such references correctly.
> >
> > * Improvements for maintainers:
> > - The AM_GNU_GETTEXT macro now defines two variables localedir_c and
> > localedir_c_make, that can be used in C code or in Makefiles,
> > respectively, for representing the value of the --localedir configure
> > option.
> >
> > * Programming languages support:
> > - C, C++:
> > o xgettext now supports gettext-like functions that take wide strings
> > (of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *')
> > as arguments.
> > o xgettext now recognizes numbers with digit separators, as defined by
> > ISO C 23, as tokens.
> > o xgettext and msgfmt now recognize the format string directive %b
> > (for binary integer output, as defined by ISO C 23) in format strings.
> > o xgettext and msgfmt now recognize the argument size specifiers
> > w8, w16, w32, w64, wf8, wf16, wf32, wf64 (as defined by ISO C 23)
> > in format strings.
> > o xgettext and msgfmt now recognize C++ format strings, as defined by
> > ISO C++ 20. They are marked as 'c++-format' in POT and PO files.
> > A new example has been added, 'hello-c++20', that illustrates how
> > to use these format strings with gettext.
> > - Java:
> > o The build system and tools now also support Java versions newer than
> > Java 11. This is known to work up to Java 20, at least. On the other
> > hand, support for old versions of Java (Java 1.5 and GCJ) has been
> > dropped.
> > - Tcl: xgettext now supports the \x, \u, and \U escapes as defined in
> > Tcl 8.6.
> >
> > * Portability:
> > - On systems with musl libc, the *gettext() functions in libc now work
> > with MO files generated from PO files with an encoding other than
> UTF-8.
> > To this effect, the msgfmt program now converts the messages to UTF-8
> > encoding before storing them in a MO file. You can prevent this by
> > using the msgfmt --no-convert option.
> > - On systems with musl libc, the *gettext() functions in libc now work
> > with MO files generated from PO files with ISO C 99 <inttypes.h> format
> > string directive macros. To this effect, the msgfmt program
> pre-expands
> > strings with such macros. You can prevent this by using the msgfmt
> > --no-redundancy option.
> >
> > * xgettext:
> > - The xgettext option '--sorted-output' is now deprecated.
> > - xgettext input files of type PO that are not all ASCII and not UTF-8
> > encoded are now handled correctly.
> >
> > * The base Unicode standard is now updated to 15.0.0.
> >
> > * Emacs PO mode:
> > Fix an incompatibility with Emacs version 29 or newer.
> >
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > .../0001-init-env.in-do-not-add-C-CXX-parameters.patch | 0
> > .../0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 0
> > .../gettext/{gettext-0.21.1 => gettext-0.22}/parallel.patch | 0
> > .../gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest | 0
> > .../{gettext-0.21.1 => gettext-0.22}/serial-tests-config.patch | 0
> > .../{gettext-0.21.1 => gettext-0.22}/use-pkgconfig.patch | 0
> > .../{gettext-minimal-0.21.1 => gettext-minimal-0.22}/COPYING | 0
> > .../Makefile.in.in |
> 0
> > .../aclocal/gettext.m4 |
> 0
> > .../aclocal/host-cpu-c-abi.m4 | 0
> > .../aclocal/iconv.m4 |
> 0
> > .../aclocal/intlmacosx.m4 |
> 0
> > .../aclocal/lib-ld.m4 | 0
> > .../aclocal/lib-link.m4 | 0
> > .../aclocal/lib-prefix.m4 | 0
> > .../aclocal/nls.m4 |
> 0
> > .../aclocal/po.m4
> | 0
> > .../aclocal/progtest.m4 |
> 0
> > .../config.rpath |
> 0
> > .../remove-potcdate.sin |
> 0
> > ...-minimal-native_0.21.1.bb => gettext-minimal-native_0.22.bb} | 0
> > .../recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} | 2 +-
> > 22 files changed, 1 insertion(+), 1 deletion(-) rename
> > meta/recipes-core/gettext/{gettext-0.21.1 =>
> > gettext-0.22}/0001-init-env.in-do-not-add-C-CXX-parameters.patch
> > (100%) rename meta/recipes-core/gettext/{gettext-0.21.1 =>
> > gettext-0.22}/0001-tests-autopoint-3-unset-MAKEFLAGS.patch (100%)
> > rename meta/recipes-core/gettext/{gettext-0.21.1 =>
> > gettext-0.22}/parallel.patch (100%) rename
> > meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest
> > (100%) rename meta/recipes-core/gettext/{gettext-0.21.1 =>
> > gettext-0.22}/serial-tests-config.patch (100%) rename
> > meta/recipes-core/gettext/{gettext-0.21.1 =>
> > gettext-0.22}/use-pkgconfig.patch (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/COPYING (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/Makefile.in.in (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/gettext.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/host-cpu-c-abi.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/iconv.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/intlmacosx.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/lib-ld.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/lib-link.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/lib-prefix.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/nls.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/po.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/aclocal/progtest.m4 (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/config.rpath (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > gettext-minimal-0.22}/remove-potcdate.sin (100%) rename
> > meta/recipes-core/gettext/{gettext-minimal-native_0.21.1.bb =>
> > gettext-minimal-native_0.22.bb} (100%) rename
> > meta/recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} (99%)
>
> When you upgraded this recipe did you check if there were changes to any of
> the files in gettext-minimal in the new version? I'm a little surprised none of the
> files change at all...
>
> Cheers,
>
> Richard
>
^ permalink raw reply [flat|nested] 37+ messages in thread* Re: [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22
2023-06-28 8:53 ` Mingyu Wang (Fujitsu)
@ 2023-07-06 9:54 ` Alexander Kanavin
0 siblings, 0 replies; 37+ messages in thread
From: Alexander Kanavin @ 2023-07-06 9:54 UTC (permalink / raw)
To: wangmy; +Cc: Richard Purdie, openembedded-core@lists.openembedded.org
I have reworked the gettext-minimal recipe to get the needed files
directly from upstream tarball:
https://git.yoctoproject.org/poky-contrib/commit/meta/recipes-core/gettext/gettext-minimal-native_0.21.1.bb?h=akanavin/package-version-updates&id=1f9b5e0b158f18d2e66337b1e902977fcd072d5a
You are welcome to cherry-pick this, and verify that it still does the
right thing with the updated gettext.
Alex
On Wed, 28 Jun 2023 at 10:53, wangmy <wangmy@fujitsu.com> wrote:
>
> Sorry, I didn't notice that the files in the minimal directory need to be updated based on the source code.
> Please ignore this patch and I will investigate before considering whether to resubmit it.
>
> --
> Best Regards
> ---------------------------------------------------
> Wang Mingyu
> Development Dept.I
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
> TEL: +86+25-86630566-8568
> COINS: 79988548
> FAX: +86+25-83317685
> MAIL: wangmy@fujitsu.com
> http://www.fujitsu.com/cn/fnst/
>
> > -----Original Message-----
> > From: Richard Purdie <richard.purdie@linuxfoundation.org>
> > Sent: Tuesday, June 27, 2023 10:25 PM
> > To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> > openembedded-core@lists.openembedded.org
> > Subject: Re: [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22
> >
> > On Tue, 2023-06-27 at 15:17 +0800, wangmy wrote:
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Changelog:
> > > ===========
> > > * PO file format:
> > > - When a #: line contains references to file names that contain spaces,
> > > these file names are surrounded by Unicode characters U+2068 and
> > U+2069.
> > > This makes it possible to parse such references correctly.
> > >
> > > * Improvements for maintainers:
> > > - The AM_GNU_GETTEXT macro now defines two variables localedir_c and
> > > localedir_c_make, that can be used in C code or in Makefiles,
> > > respectively, for representing the value of the --localedir configure
> > > option.
> > >
> > > * Programming languages support:
> > > - C, C++:
> > > o xgettext now supports gettext-like functions that take wide strings
> > > (of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *')
> > > as arguments.
> > > o xgettext now recognizes numbers with digit separators, as defined by
> > > ISO C 23, as tokens.
> > > o xgettext and msgfmt now recognize the format string directive %b
> > > (for binary integer output, as defined by ISO C 23) in format strings.
> > > o xgettext and msgfmt now recognize the argument size specifiers
> > > w8, w16, w32, w64, wf8, wf16, wf32, wf64 (as defined by ISO C 23)
> > > in format strings.
> > > o xgettext and msgfmt now recognize C++ format strings, as defined by
> > > ISO C++ 20. They are marked as 'c++-format' in POT and PO files.
> > > A new example has been added, 'hello-c++20', that illustrates how
> > > to use these format strings with gettext.
> > > - Java:
> > > o The build system and tools now also support Java versions newer than
> > > Java 11. This is known to work up to Java 20, at least. On the other
> > > hand, support for old versions of Java (Java 1.5 and GCJ) has been
> > > dropped.
> > > - Tcl: xgettext now supports the \x, \u, and \U escapes as defined in
> > > Tcl 8.6.
> > >
> > > * Portability:
> > > - On systems with musl libc, the *gettext() functions in libc now work
> > > with MO files generated from PO files with an encoding other than
> > UTF-8.
> > > To this effect, the msgfmt program now converts the messages to UTF-8
> > > encoding before storing them in a MO file. You can prevent this by
> > > using the msgfmt --no-convert option.
> > > - On systems with musl libc, the *gettext() functions in libc now work
> > > with MO files generated from PO files with ISO C 99 <inttypes.h> format
> > > string directive macros. To this effect, the msgfmt program
> > pre-expands
> > > strings with such macros. You can prevent this by using the msgfmt
> > > --no-redundancy option.
> > >
> > > * xgettext:
> > > - The xgettext option '--sorted-output' is now deprecated.
> > > - xgettext input files of type PO that are not all ASCII and not UTF-8
> > > encoded are now handled correctly.
> > >
> > > * The base Unicode standard is now updated to 15.0.0.
> > >
> > > * Emacs PO mode:
> > > Fix an incompatibility with Emacs version 29 or newer.
> > >
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > > .../0001-init-env.in-do-not-add-C-CXX-parameters.patch | 0
> > > .../0001-tests-autopoint-3-unset-MAKEFLAGS.patch | 0
> > > .../gettext/{gettext-0.21.1 => gettext-0.22}/parallel.patch | 0
> > > .../gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest | 0
> > > .../{gettext-0.21.1 => gettext-0.22}/serial-tests-config.patch | 0
> > > .../{gettext-0.21.1 => gettext-0.22}/use-pkgconfig.patch | 0
> > > .../{gettext-minimal-0.21.1 => gettext-minimal-0.22}/COPYING | 0
> > > .../Makefile.in.in |
> > 0
> > > .../aclocal/gettext.m4 |
> > 0
> > > .../aclocal/host-cpu-c-abi.m4 | 0
> > > .../aclocal/iconv.m4 |
> > 0
> > > .../aclocal/intlmacosx.m4 |
> > 0
> > > .../aclocal/lib-ld.m4 | 0
> > > .../aclocal/lib-link.m4 | 0
> > > .../aclocal/lib-prefix.m4 | 0
> > > .../aclocal/nls.m4 |
> > 0
> > > .../aclocal/po.m4
> > | 0
> > > .../aclocal/progtest.m4 |
> > 0
> > > .../config.rpath |
> > 0
> > > .../remove-potcdate.sin |
> > 0
> > > ...-minimal-native_0.21.1.bb => gettext-minimal-native_0.22.bb} | 0
> > > .../recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} | 2 +-
> > > 22 files changed, 1 insertion(+), 1 deletion(-) rename
> > > meta/recipes-core/gettext/{gettext-0.21.1 =>
> > > gettext-0.22}/0001-init-env.in-do-not-add-C-CXX-parameters.patch
> > > (100%) rename meta/recipes-core/gettext/{gettext-0.21.1 =>
> > > gettext-0.22}/0001-tests-autopoint-3-unset-MAKEFLAGS.patch (100%)
> > > rename meta/recipes-core/gettext/{gettext-0.21.1 =>
> > > gettext-0.22}/parallel.patch (100%) rename
> > > meta/recipes-core/gettext/{gettext-0.21.1 => gettext-0.22}/run-ptest
> > > (100%) rename meta/recipes-core/gettext/{gettext-0.21.1 =>
> > > gettext-0.22}/serial-tests-config.patch (100%) rename
> > > meta/recipes-core/gettext/{gettext-0.21.1 =>
> > > gettext-0.22}/use-pkgconfig.patch (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/COPYING (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/Makefile.in.in (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/gettext.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/host-cpu-c-abi.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/iconv.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/intlmacosx.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/lib-ld.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/lib-link.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/lib-prefix.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/nls.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/po.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/aclocal/progtest.m4 (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/config.rpath (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-0.21.1 =>
> > > gettext-minimal-0.22}/remove-potcdate.sin (100%) rename
> > > meta/recipes-core/gettext/{gettext-minimal-native_0.21.1.bb =>
> > > gettext-minimal-native_0.22.bb} (100%) rename
> > > meta/recipes-core/gettext/{gettext_0.21.1.bb => gettext_0.22.bb} (99%)
> >
> > When you upgraded this recipe did you check if there were changes to any of
> > the files in gettext-minimal in the new version? I'm a little surprised none of the
> > files change at all...
> >
> > Cheers,
> >
> > Richard
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#183548): https://lists.openembedded.org/g/openembedded-core/message/183548
> Mute This Topic: https://lists.openembedded.org/mt/99805170/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 37+ messages in thread
* [OE-core] [PATCH] mesa: upgrade 23.1.1 -> 23.1.3
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (13 preceding siblings ...)
2023-06-27 7:17 ` [PATCH] [OE-core] [PATCH] gettext: upgrade 0.21.1 -> 0.22 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-numpy: upgrade 1.24.3 -> 1.25.0 wangmy
` (16 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../mesa/{mesa-gl_23.1.1.bb => mesa-gl_23.1.3.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 2 +-
meta/recipes-graphics/mesa/{mesa_23.1.1.bb => mesa_23.1.3.bb} | 0
3 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/mesa/{mesa-gl_23.1.1.bb => mesa-gl_23.1.3.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_23.1.1.bb => mesa_23.1.3.bb} (100%)
diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.1.1.bb b/meta/recipes-graphics/mesa/mesa-gl_23.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_23.1.1.bb
rename to meta/recipes-graphics/mesa/mesa-gl_23.1.3.bb
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index ac42a8dd4f..a944a7bdd5 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] = "a2679031ed5b73b29c4f042ac64d96f83b0cfe4858617de32e2efc196c653a40"
+SRC_URI[sha256sum] = "2f6d7381bc10fbd2d6263ad1022785b8b511046c1a904162f8f7da18eea8aed9"
UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
diff --git a/meta/recipes-graphics/mesa/mesa_23.1.1.bb b/meta/recipes-graphics/mesa/mesa_23.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_23.1.1.bb
rename to meta/recipes-graphics/mesa/mesa_23.1.3.bb
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-numpy: upgrade 1.24.3 -> 1.25.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (14 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] mesa: upgrade 23.1.1 -> 23.1.3 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-typing-extensions: upgrade 4.6.2 -> 4.6.3 wangmy
` (15 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2023.
Changelog:
===========
Support for MUSL, there are now MUSL wheels.
Support the Fujitsu C/C++ compiler.
Object arrays are now supported in einsum
Support for inplace matrix multiplication (@=).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-numpy_1.24.3.bb => python3-numpy_1.25.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-numpy_1.24.3.bb => python3-numpy_1.25.0.bb} (94%)
diff --git a/meta/recipes-devtools/python/python3-numpy_1.24.3.bb b/meta/recipes-devtools/python/python3-numpy_1.25.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-numpy_1.24.3.bb
rename to meta/recipes-devtools/python/python3-numpy_1.25.0.bb
index 710af5fe8f..d9d37dbf36 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.24.3.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.25.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://numpy.org/"
DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
SECTION = "devel/python"
LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7614a5b0073688df53773ec6ec7fe81d"
SRCNAME = "numpy"
@@ -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] = "ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155"
+SRC_URI[sha256sum] = "f1accae9a28dc3cda46a91de86acf69de0d1b5f4edd44a9b0c3ceb8036dfff19"
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] 37+ messages in thread* [OE-core] [PATCH] python3-typing-extensions: upgrade 4.6.2 -> 4.6.3
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (15 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-numpy: upgrade 1.24.3 -> 1.25.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] xorgproto: upgrade 2022.2 -> 2023.2 wangmy
` (14 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update:Sync LICENSE with CPython
Changelog:
==========
- Fix a regression introduced in v4.6.0 in the implementation of runtime-checkable protocols.
- Sync the repository's LICENSE file with that of CPython. typing_extensions
is distributed under the same license as CPython itself.
- Skip a problematic test on Python 3.12.0b1. The test fails on 3.12.0b1 due
to a bug in CPython, which will be fixed in 3.12.0b2. The typing_extensions
test suite now passes on 3.12.0b1.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...extensions_4.6.2.bb => python3-typing-extensions_4.6.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-typing-extensions_4.6.2.bb => python3-typing-extensions_4.6.3.bb} (83%)
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb
rename to meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb
index be43fe4a64..ebce6e8d4e 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb
@@ -10,12 +10,12 @@ HOMEPAGE = "https://github.com/python/typing_extensions"
BUGTRACKER = "https://github.com/python/typing_extensions/issues"
SECTIONS = "libs"
LICENSE = "PSF-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
# The name on PyPi is slightly different.
PYPI_PACKAGE = "typing_extensions"
-SRC_URI[sha256sum] = "06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c"
+SRC_URI[sha256sum] = "d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"
inherit pypi python_flit_core
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] xorgproto: upgrade 2022.2 -> 2023.2
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (16 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-typing-extensions: upgrade 4.6.2 -> 4.6.3 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.17.0 -> 1.18.0 wangmy
` (13 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: remove " All rights reserved." from Copyright
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xorg-proto/{xorgproto_2022.2.bb => xorgproto_2023.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-proto/{xorgproto_2022.2.bb => xorgproto_2023.2.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb
rename to meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb
index a1cd66c744..94d37c56bc 100644
--- a/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb
+++ b/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb
@@ -6,10 +6,10 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
SECTION = "x11/libs"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56"
+LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=0b9fe3db4015bcbe920e7c67a39ee3f1"
SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz"
-SRC_URI[sha256sum] = "5d13dbf2be08f95323985de53352c4f352713860457b95ccaf894a647ac06b9e"
+SRC_URI[sha256sum] = "b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c"
inherit meson
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-hatchling: upgrade 1.17.0 -> 1.18.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (17 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] xorgproto: upgrade 2022.2 -> 2023.2 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.75.7 -> 6.79.2 wangmy
` (12 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changed:
--------
Drop support for Python 3.7
Added:
--------
Update the list of directories that are always excluded for builds
Fixed:
-------
Fix dev mode when the project has symlinks and file inclusion is defined with the packages or only-include options
Change the name of generated PTH files for dev mode so they come first lexicographically and therefore load first
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-hatchling_1.17.0.bb => python3-hatchling_1.18.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hatchling_1.17.0.bb => python3-hatchling_1.18.0.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.17.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.18.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.17.0.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.18.0.bb
index 05a86f0efb..c94e49dab3 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.17.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.18.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
DEPENDS:remove:class-native = "python3-hatchling-native"
-SRC_URI[sha256sum] = "b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930"
+SRC_URI[sha256sum] = "50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca"
do_compile:prepend() {
export PYTHONPATH=src
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-hypothesis: upgrade 6.75.7 -> 6.79.2
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (18 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.17.0 -> 1.18.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.6.0 -> 6.7.0 wangmy
` (11 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 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.75.7.bb => python3-hypothesis_6.79.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.75.7.bb => python3-hypothesis_6.79.2.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.75.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.79.2.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.75.7.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.79.2.bb
index dc21bc67c6..c98f10e1ee 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.75.7.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.79.2.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "a8ef2e0c7d5ebd90043a4ed8f6987de6a2b497b2caf6863364ff41db25971856"
+SRC_URI[sha256sum] = "51fb2259489dc446d3edc04cbc8ebd5848d7d3f238121183bee5449b91f7a8d8"
RDEPENDS:${PN} += " \
python3-attrs \
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.6.0 -> 6.7.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (19 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.75.7 -> 6.79.2 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-iso8601: upgrade 1.1.0 -> 2.0.0 wangmy
` (10 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
#453: When inferring top-level names that are importable for distributions in package_distributions, now symlinks to other directories are honored.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...ib-metadata_6.6.0.bb => python3-importlib-metadata_6.7.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-importlib-metadata_6.6.0.bb => python3-importlib-metadata_6.7.0.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_6.6.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_6.7.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-importlib-metadata_6.6.0.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_6.7.0.bb
index 34bc55b0e1..5ad7ae81ad 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_6.6.0.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_6.7.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "importlib_metadata"
UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
-SRC_URI[sha256sum] = "92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705"
+SRC_URI[sha256sum] = "1aaf550d4f73e5d6783e7acb77aec43d49da8017410afae93822cc9cca98c4d4"
S = "${WORKDIR}/importlib_metadata-${PV}"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-iso8601: upgrade 1.1.0 -> 2.0.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (20 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-importlib-metadata: upgrade 6.6.0 -> 6.7.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-markupsafe: upgrade 2.1.2 -> 2.1.3 wangmy
` (9 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
added
------
Add just for development commands
Add Python 3.12 support
changed
---------
Move changelog into CHANGELOG.md
Freshen up README
fixed
------
Fix test_fixedoffset_eq by adding an actual assertion
removed
--------
Drop Python 3.6 support (3.6 is end of life)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-iso8601_1.1.0.bb => python3-iso8601_2.0.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-iso8601_1.1.0.bb => python3-iso8601_2.0.0.bb} (79%)
diff --git a/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb b/meta/recipes-devtools/python/python3-iso8601_2.0.0.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-iso8601_1.1.0.bb
rename to meta/recipes-devtools/python/python3-iso8601_2.0.0.bb
index 797607f81e..a8dccb90c7 100644
--- a/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb
+++ b/meta/recipes-devtools/python/python3-iso8601_2.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367"
-SRC_URI[sha256sum] = "32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f"
+SRC_URI[sha256sum] = "739960d37c74c77bd9bd546a76562ccb581fe3d4820ff5c3141eb49c839fda8f"
inherit pypi python_poetry_core
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-markupsafe: upgrade 2.1.2 -> 2.1.3
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (21 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-iso8601: upgrade 1.1.0 -> 2.0.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pluggy: upgrade 1.0.0 -> 1.2.0 wangmy
` (8 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
=========
Implement format_map, casefold, removeprefix, and removesuffix methods. #370
Fix static typing for basic str methods on Markup. #358
Use Self for annotating return types. #379
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...{python3-markupsafe_2.1.2.bb => python3-markupsafe_2.1.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-markupsafe_2.1.2.bb => python3-markupsafe_2.1.3.bb} (87%)
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
rename to meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb
index d150403f8c..b346cc85d9 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
-SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"
+SRC_URI[sha256sum] = "af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad"
PYPI_PACKAGE = "MarkupSafe"
inherit pypi setuptools3 ptest
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-pluggy: upgrade 1.0.0 -> 1.2.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (22 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-markupsafe: upgrade 2.1.2 -> 2.1.3 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pycairo: upgrade 1.23.0 -> 1.24.0 wangmy
` (7 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
#405: The new-style hook wrappers, added in the yanked 1.1.0 release, now require an explicit wrapper=True designation in the @hookimpl() decorator.
#364: Python 3.6 is no longer supported.
#260: Added "new-style" hook wrappers, a simpler but equally powerful alternative to the existing hookwrapper=True wrappers.
#364: Python 3.11 and 3.12 are now officially supported.
#394: Added the :meth:`~pluggy._callers._Result.force_exception` method to _Result.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-pluggy_1.0.0.bb => python3-pluggy_1.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pluggy_1.0.0.bb => python3-pluggy_1.2.0.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.2.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
rename to meta/recipes-devtools/python/python3-pluggy_1.2.0.bb
index 99ae6336b7..3322bb523b 100644
--- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pluggy_1.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pytest-dev/pluggy"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
-SRC_URI[sha256sum] = "4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"
+SRC_URI[sha256sum] = "d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-pycairo: upgrade 1.23.0 -> 1.24.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (23 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pluggy: upgrade 1.0.0 -> 1.2.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pyparsing: upgrade 3.0.9 -> 3.1.0 wangmy
` (6 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
* Dropped Python 3.7 support
* Bumped meson version requirement from 0.53.0 to 0.56.0
* Various cairo dependency updates for the Windows wheel build
* examples: update to GTK4 :pr:'307'
* examples: add a clip_image example :pr:'316'
* docs: fix the build with Sphinx 6 :pr:'318'
* Various code cleanups :pr:'306'
* Added Python 3.12 Windows wheels
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-pycairo_1.23.0.bb => python3-pycairo_1.24.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pycairo_1.23.0.bb => python3-pycairo_1.24.0.bb} (90%)
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.23.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.24.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pycairo_1.23.0.bb
rename to meta/recipes-devtools/python/python3-pycairo_1.24.0.bb
index 5214a05d53..8059750de0 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.23.0.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.24.0.bb
@@ -13,7 +13,7 @@ DEPENDS = "cairo python3"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz"
GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/"
-SRC_URI[sha256sum] = "9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c"
+SRC_URI[sha256sum] = "1444d52f1bb4cc79a4a0c0fe2ccec4bd78ff885ab01ebe1c0f637d8392bcafb6"
S = "${WORKDIR}/pycairo-${PV}"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-pyparsing: upgrade 3.0.9 -> 3.1.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (24 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pycairo: upgrade 1.23.0 -> 1.24.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pytest: upgrade 7.3.1 -> 7.4.0 wangmy
` (5 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Added 'tag_emitter.py' to examples. This example demonstrates how to insert
tags into your parsed results that are not part of the original parsed text.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-pyparsing_3.0.9.bb => python3-pyparsing_3.1.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pyparsing_3.0.9.bb => python3-pyparsing_3.1.0.bb} (91%)
diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.9.bb b/meta/recipes-devtools/python/python3-pyparsing_3.1.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-pyparsing_3.0.9.bb
rename to meta/recipes-devtools/python/python3-pyparsing_3.1.0.bb
index b858073c3b..e5c6d5f832 100644
--- a/meta/recipes-devtools/python/python3-pyparsing_3.0.9.bb
+++ b/meta/recipes-devtools/python/python3-pyparsing_3.1.0.bb
@@ -10,7 +10,7 @@ BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
-SRC_URI[sha256sum] = "2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"
+SRC_URI[sha256sum] = "edb662d6fe322d6e990b1594b5feaeadf806803359e3d4d42f11e295e588f0ea"
UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-pytest: upgrade 7.3.1 -> 7.4.0
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (25 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pyparsing: upgrade 3.0.9 -> 3.1.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.31 -> 0.17.32 wangmy
` (4 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://docs.pytest.org/en/stable/changelog.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../python/{python3-pytest_7.3.1.bb => python3-pytest_7.4.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pytest_7.3.1.bb => python3-pytest_7.4.0.bb} (93%)
diff --git a/meta/recipes-devtools/python/python3-pytest_7.3.1.bb b/meta/recipes-devtools/python/python3-pytest_7.4.0.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pytest_7.3.1.bb
rename to meta/recipes-devtools/python/python3-pytest_7.4.0.bb
index 914ea55346..323dfebe38 100644
--- a/meta/recipes-devtools/python/python3-pytest_7.3.1.bb
+++ b/meta/recipes-devtools/python/python3-pytest_7.4.0.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c"
-SRC_URI[sha256sum] = "434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"
+SRC_URI[sha256sum] = "b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"
DEPENDS += "python3-setuptools-scm-native"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.31 -> 0.17.32
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (26 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-pytest: upgrade 7.3.1 -> 7.4.0 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.1 -> 1.2.2 wangmy
` (3 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
- fix issue with scanner getting stuck in infinite loop
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...n3-ruamel-yaml_0.17.31.bb => python3-ruamel-yaml_0.17.32.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.31.bb => python3-ruamel-yaml_0.17.32.bb} (86%)
diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
index 5604ff01e4..b745f349e7 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.31.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.17.32.bb
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "ruamel.yaml"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335"
+SRC_URI[sha256sum] = "ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2"
RDEPENDS:${PN} += "\
${PYTHON_PN}-shell \
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.1 -> 1.2.2
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (27 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-ruamel-yaml: upgrade 0.17.31 -> 0.17.32 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1 wangmy
` (2 subsequent siblings)
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 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.1.bb => python3-sphinx-rtd-theme_1.2.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_1.2.1.bb => python3-sphinx-rtd-theme_1.2.2.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.2.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb
rename to meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.2.bb
index 25de0159b6..0fac83a1c9 100644
--- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb
+++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.2.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} += " \
PYPI_PACKAGE = "sphinx_rtd_theme"
-SRC_URI[sha256sum] = "cf9a7dc0352cf179c538891cb28d6fad6391117d4e21c891776ab41dd6c8ff70"
+SRC_URI[sha256sum] = "01c5c5a72e2d025bd23d1f06c59a4831b06e6ce6c01fdd5ebfe9986c0a880fc7"
UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/"
inherit setuptools3 pypi
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (28 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.1 -> 1.2.2 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-29 9:45 ` Alexandre Belloni
2023-06-27 7:17 ` [OE-core] [PATCH] xkeyboard-config: upgrade 2.38 -> 2.39 wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] xwayland: upgrade 23.1.1 -> 23.1.2 wangmy
31 siblings, 1 reply; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
CVE-2022-48281.patch
CVE-2023-2731.patch
removed since they're included in 4.5.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libtiff/files/CVE-2022-48281.patch | 29 --------------
.../libtiff/files/CVE-2023-2731.patch | 39 -------------------
.../libtiff/{tiff_4.5.0.bb => tiff_4.5.1.bb} | 7 +---
3 files changed, 2 insertions(+), 73 deletions(-)
delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
rename meta/recipes-multimedia/libtiff/{tiff_4.5.0.bb => tiff_4.5.1.bb} (91%)
diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch b/meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
deleted file mode 100644
index e356d377ea..0000000000
--- a/meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-CVE: CVE-2022-48281
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@arm.com>
-
-From 97d65859bc29ee334012e9c73022d8a8e55ed586 Mon Sep 17 00:00:00 2001
-From: Su Laus <sulau@freenet.de>
-Date: Sat, 21 Jan 2023 15:58:10 +0000
-Subject: [PATCH] tiffcrop: Correct simple copy paste error. Fix #488.
-
----
- tools/tiffcrop.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/tiffcrop.c b/tools/tiffcrop.c
-index 14fa18da..7db69883 100644
---- a/tools/tiffcrop.c
-+++ b/tools/tiffcrop.c
-@@ -8591,7 +8591,7 @@ static int processCropSelections(struct image_data *image,
- cropsize + NUM_BUFF_OVERSIZE_BYTES);
- else
- {
-- prev_cropsize = seg_buffs[0].size;
-+ prev_cropsize = seg_buffs[i].size;
- if (prev_cropsize < cropsize)
- {
- next_buff = _TIFFrealloc(
---
-GitLab
-
diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch b/meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
deleted file mode 100644
index 7db0a35f72..0000000000
--- a/meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 9be22b639ea69e102d3847dca4c53ef025e9527b Mon Sep 17 00:00:00 2001
-From: Even Rouault <even.rouault@spatialys.com>
-Date: Sat, 29 Apr 2023 12:20:46 +0200
-Subject: [PATCH] LZWDecode(): avoid crash when trying to read again from a
- strip whith a missing end-of-information marker (fixes #548)
-
-CVE: CVE-2023-2731
-Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/9be22b639ea69e102d3847dca4c53ef025e9527b]
-
----
- libtiff/tif_lzw.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/libtiff/tif_lzw.c b/libtiff/tif_lzw.c
-index ba75a07e..d631fa10 100644
---- a/libtiff/tif_lzw.c
-+++ b/libtiff/tif_lzw.c
-@@ -423,6 +423,10 @@ static int LZWDecode(TIFF *tif, uint8_t *op0, tmsize_t occ0, uint16_t s)
-
- if (sp->read_error)
- {
-+ TIFFErrorExtR(tif, module,
-+ "LZWDecode: Scanline %" PRIu32 " cannot be read due to "
-+ "previous error",
-+ tif->tif_row);
- return 0;
- }
-
-@@ -742,6 +746,7 @@ after_loop:
- return (1);
-
- no_eoi:
-+ sp->read_error = 1;
- TIFFErrorExtR(tif, module,
- "LZWDecode: Strip %" PRIu32 " not terminated with EOI code",
- tif->tif_curstrip);
---
-2.34.1
-
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.5.1.bb
similarity index 91%
rename from meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
rename to meta/recipes-multimedia/libtiff/tiff_4.5.1.bb
index ca4a3eff91..1c0d54900a 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.5.1.bb
@@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a3e32d664d6db1386b4689c8121531c3"
CVE_PRODUCT = "libtiff"
-SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
- file://CVE-2022-48281.patch \
- file://CVE-2023-2731.patch \
-"
+SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz"
-SRC_URI[sha256sum] = "c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464"
+SRC_URI[sha256sum] = "d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b"
# exclude betas
UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* Re: [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1
2023-06-27 7:17 ` [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1 wangmy
@ 2023-06-29 9:45 ` Alexandre Belloni
0 siblings, 0 replies; 37+ messages in thread
From: Alexandre Belloni @ 2023-06-29 9:45 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
Can you rebase on master as we have a few more CVE patch that need to be
reviewed too?
On 27/06/2023 15:17:28+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> CVE-2022-48281.patch
> CVE-2023-2731.patch
> removed since they're included in 4.5.1
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../libtiff/files/CVE-2022-48281.patch | 29 --------------
> .../libtiff/files/CVE-2023-2731.patch | 39 -------------------
> .../libtiff/{tiff_4.5.0.bb => tiff_4.5.1.bb} | 7 +---
> 3 files changed, 2 insertions(+), 73 deletions(-)
> delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
> delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
> rename meta/recipes-multimedia/libtiff/{tiff_4.5.0.bb => tiff_4.5.1.bb} (91%)
>
> diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch b/meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
> deleted file mode 100644
> index e356d377ea..0000000000
> --- a/meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
> +++ /dev/null
> @@ -1,29 +0,0 @@
> -CVE: CVE-2022-48281
> -Upstream-Status: Backport
> -Signed-off-by: Ross Burton <ross.burton@arm.com>
> -
> -From 97d65859bc29ee334012e9c73022d8a8e55ed586 Mon Sep 17 00:00:00 2001
> -From: Su Laus <sulau@freenet.de>
> -Date: Sat, 21 Jan 2023 15:58:10 +0000
> -Subject: [PATCH] tiffcrop: Correct simple copy paste error. Fix #488.
> -
> ----
> - tools/tiffcrop.c | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/tools/tiffcrop.c b/tools/tiffcrop.c
> -index 14fa18da..7db69883 100644
> ---- a/tools/tiffcrop.c
> -+++ b/tools/tiffcrop.c
> -@@ -8591,7 +8591,7 @@ static int processCropSelections(struct image_data *image,
> - cropsize + NUM_BUFF_OVERSIZE_BYTES);
> - else
> - {
> -- prev_cropsize = seg_buffs[0].size;
> -+ prev_cropsize = seg_buffs[i].size;
> - if (prev_cropsize < cropsize)
> - {
> - next_buff = _TIFFrealloc(
> ---
> -GitLab
> -
> diff --git a/meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch b/meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
> deleted file mode 100644
> index 7db0a35f72..0000000000
> --- a/meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -From 9be22b639ea69e102d3847dca4c53ef025e9527b Mon Sep 17 00:00:00 2001
> -From: Even Rouault <even.rouault@spatialys.com>
> -Date: Sat, 29 Apr 2023 12:20:46 +0200
> -Subject: [PATCH] LZWDecode(): avoid crash when trying to read again from a
> - strip whith a missing end-of-information marker (fixes #548)
> -
> -CVE: CVE-2023-2731
> -Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/9be22b639ea69e102d3847dca4c53ef025e9527b]
> -
> ----
> - libtiff/tif_lzw.c | 5 +++++
> - 1 file changed, 5 insertions(+)
> -
> -diff --git a/libtiff/tif_lzw.c b/libtiff/tif_lzw.c
> -index ba75a07e..d631fa10 100644
> ---- a/libtiff/tif_lzw.c
> -+++ b/libtiff/tif_lzw.c
> -@@ -423,6 +423,10 @@ static int LZWDecode(TIFF *tif, uint8_t *op0, tmsize_t occ0, uint16_t s)
> -
> - if (sp->read_error)
> - {
> -+ TIFFErrorExtR(tif, module,
> -+ "LZWDecode: Scanline %" PRIu32 " cannot be read due to "
> -+ "previous error",
> -+ tif->tif_row);
> - return 0;
> - }
> -
> -@@ -742,6 +746,7 @@ after_loop:
> - return (1);
> -
> - no_eoi:
> -+ sp->read_error = 1;
> - TIFFErrorExtR(tif, module,
> - "LZWDecode: Strip %" PRIu32 " not terminated with EOI code",
> - tif->tif_curstrip);
> ---
> -2.34.1
> -
> diff --git a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.5.1.bb
> similarity index 91%
> rename from meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
> rename to meta/recipes-multimedia/libtiff/tiff_4.5.1.bb
> index ca4a3eff91..1c0d54900a 100644
> --- a/meta/recipes-multimedia/libtiff/tiff_4.5.0.bb
> +++ b/meta/recipes-multimedia/libtiff/tiff_4.5.1.bb
> @@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a3e32d664d6db1386b4689c8121531c3"
>
> CVE_PRODUCT = "libtiff"
>
> -SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
> - file://CVE-2022-48281.patch \
> - file://CVE-2023-2731.patch \
> -"
> +SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz"
>
> -SRC_URI[sha256sum] = "c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464"
> +SRC_URI[sha256sum] = "d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b"
>
> # exclude betas
> UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#183472): https://lists.openembedded.org/g/openembedded-core/message/183472
> Mute This Topic: https://lists.openembedded.org/mt/99805188/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] 37+ messages in thread
* [OE-core] [PATCH] xkeyboard-config: upgrade 2.38 -> 2.39
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (29 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] tiff: upgrade 4.5.0 -> 4.5.1 wangmy
@ 2023-06-27 7:17 ` wangmy
2023-06-27 7:17 ` [OE-core] [PATCH] xwayland: upgrade 23.1.1 -> 23.1.2 wangmy
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{xkeyboard-config_2.38.bb => xkeyboard-config_2.39.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.38.bb => xkeyboard-config_2.39.bb} (92%)
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.38.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.39.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.38.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.39.bb
index 53dfe1634a..4795464ac0 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.38.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.39.bb
@@ -13,7 +13,7 @@ LICENSE = "MIT & MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "0690a91bab86b18868f3eee6d41e9ec4ce6894f655443d490a2184bfac56c872"
+SRC_URI[sha256sum] = "5ac5f533eff7b0c116805fe254fd79b2c9882700a4f9f2c070f8c4eae5aaa682"
SECTION = "x11/libs"
DEPENDS = "util-macros libxslt-native"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread* [OE-core] [PATCH] xwayland: upgrade 23.1.1 -> 23.1.2
2023-06-27 7:16 [OE-core] [PATCH] freetype: upgrade 2.13.0 -> 2.13.1 wangmy
` (30 preceding siblings ...)
2023-06-27 7:17 ` [OE-core] [PATCH] xkeyboard-config: upgrade 2.38 -> 2.39 wangmy
@ 2023-06-27 7:17 ` wangmy
31 siblings, 0 replies; 37+ messages in thread
From: wangmy @ 2023-06-27 7:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../xwayland/{xwayland_23.1.1.bb => xwayland_23.1.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xwayland/{xwayland_23.1.1.bb => xwayland_23.1.2.bb} (95%)
diff --git a/meta/recipes-graphics/xwayland/xwayland_23.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_23.1.2.bb
similarity index 95%
rename from meta/recipes-graphics/xwayland/xwayland_23.1.1.bb
rename to meta/recipes-graphics/xwayland/xwayland_23.1.2.bb
index a065e92f01..de516536d1 100644
--- a/meta/recipes-graphics/xwayland/xwayland_23.1.1.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_23.1.2.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "fb9461f5cb9fea5e07e91882311b0c88b43e8843b017ebac05eb5af69aa34c15"
+SRC_URI[sha256sum] = "bd25d8498ee4d77874fda125127e2db37fc332531febc966231ea06fae8cf77f"
UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
--
2.34.1
^ permalink raw reply related [flat|nested] 37+ messages in thread