All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15
@ 2021-01-19  6:45 Anuj Mittal
  2021-01-19  6:45 ` [PATCH 02/30] gstreamer1.0: upgrade 1.18.2 -> 1.18.3 Anuj Mittal
                   ` (29 more replies)
  0 siblings, 30 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../enchant/{enchant2_2.2.14.bb => enchant2_2.2.15.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.2.14.bb => enchant2_2.2.15.bb} (90%)

diff --git a/meta/recipes-support/enchant/enchant2_2.2.14.bb b/meta/recipes-support/enchant/enchant2_2.2.15.bb
similarity index 90%
rename from meta/recipes-support/enchant/enchant2_2.2.14.bb
rename to meta/recipes-support/enchant/enchant2_2.2.15.bb
index a5080d9c78..05e84fc726 100644
--- a/meta/recipes-support/enchant/enchant2_2.2.14.bb
+++ b/meta/recipes-support/enchant/enchant2_2.2.15.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0"
 inherit autotools pkgconfig
 
 SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e"
+SRC_URI[sha256sum] = "3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03"
 
 UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"
 
-- 
2.29.2


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

* [PATCH 02/30] gstreamer1.0: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 03/30] gstreamer1.0-plugins-base: " Anuj Mittal
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{gstreamer1.0_1.18.2.bb => gstreamer1.0_1.18.3.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.18.2.bb => gstreamer1.0_1.18.3.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.3.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.3.bb
index cce0f99226..7ad0248b7c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.3.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
            file://0002-Remove-unused-valgrind-detection.patch \
            file://0003-meson-Add-option-for-installed-tests.patch \
            "
-SRC_URI[sha256sum] = "66cdeb4f970c2e55932a2f427177d438fe2c55c0b6d29e80fda80263f2ae5446"
+SRC_URI[sha256sum] = "0c2e09e18f2df69a99b5cb3bd53c597b3cc2e35cf6c98043bb86a66f3d312100"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
                    check \
-- 
2.29.2


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

* [PATCH 03/30] gstreamer1.0-plugins-base: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
  2021-01-19  6:45 ` [PATCH 02/30] gstreamer1.0: upgrade 1.18.2 -> 1.18.3 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 04/30] gstreamer1.0-plugins-good: " Anuj Mittal
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...ugins-base_1.18.2.bb => gstreamer1.0-plugins-base_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.18.2.bb => gstreamer1.0-plugins-base_1.18.3.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.3.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.3.bb
index 531d577b0c..84602246c9 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.3.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
            file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
            file://0004-glimagesink-Downrank-to-marginal.patch \
            "
-SRC_URI[sha256sum] = "dd04fb1f7826e2f6d9b4d66fc22f19cc6a47c301e13041f0ee3d7f65c89b05ac"
+SRC_URI[sha256sum] = "dbfa20283848f0347a223dd8523dfb62e09e5220b21b1d157a8b0c8b67ba9f52"
 
 S = "${WORKDIR}/gst-plugins-base-${PV}"
 
-- 
2.29.2


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

* [PATCH 04/30] gstreamer1.0-plugins-good: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
  2021-01-19  6:45 ` [PATCH 02/30] gstreamer1.0: upgrade 1.18.2 -> 1.18.3 Anuj Mittal
  2021-01-19  6:45 ` [PATCH 03/30] gstreamer1.0-plugins-base: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 05/30] gstreamer1.0-plugins-bad: " Anuj Mittal
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...ugins-good_1.18.2.bb => gstreamer1.0-plugins-good_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.18.2.bb => gstreamer1.0-plugins-good_1.18.3.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.3.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.3.bb
index 2e076bf884..7643e9e601 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.3.bb
@@ -4,7 +4,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 \
            "
 
-SRC_URI[sha256sum] = "f71752dde434d9ec55fa5e8d2e2a3be3fc6eb5b34f397b065f84aead25b449a4"
+SRC_URI[sha256sum] = "9b3b8e05d4d6073bf929fb33e2d8f74dd81ff21fa5b50c3273c78dfa2ab9c5cb"
 
 S = "${WORKDIR}/gst-plugins-good-${PV}"
 
-- 
2.29.2


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

* [PATCH 05/30] gstreamer1.0-plugins-bad: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (2 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 04/30] gstreamer1.0-plugins-good: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 06/30] gstreamer1.0-libav: " Anuj Mittal
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...plugins-bad_1.18.2.bb => gstreamer1.0-plugins-bad_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.18.2.bb => gstreamer1.0-plugins-bad_1.18.3.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.3.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.3.bb
index 6d0c988b7a..bbb7427b07 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.3.bb
@@ -7,7 +7,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
            file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
            file://0005-msdk-fix-includedir-path.patch \
            "
-SRC_URI[sha256sum] = "8ad5822f1118fe46a19af54422b74e3a16d79a6800dcb173b49e199a496b341a"
+SRC_URI[sha256sum] = "b7e34b6b86272588fbd8b314dadfa6ceff895198cfb59e2950378e9e31ff22e0"
 
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 
-- 
2.29.2


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

* [PATCH 06/30] gstreamer1.0-libav: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (3 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 05/30] gstreamer1.0-plugins-bad: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 07/30] gstreamer1.0-omx: " Anuj Mittal
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...streamer1.0-libav_1.18.2.bb => gstreamer1.0-libav_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.18.2.bb => gstreamer1.0-libav_1.18.3.bb} (89%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.3.bb
similarity index 89%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.3.bb
index b638814aa4..8fa93253ac 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.3.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
                     "
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "36969ad44c5f0756a8a90215410710d6c39713d58f6cee13d663be9774557f49"
+SRC_URI[sha256sum] = "ad20546bcd78ac1e7cf194666d73c4f33efeb62647d2b6af22993b540699e91c"
 
 S = "${WORKDIR}/gst-libav-${PV}"
 
-- 
2.29.2


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

* [PATCH 07/30] gstreamer1.0-omx: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (4 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 06/30] gstreamer1.0-libav: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 08/30] gstreamer1.0-rtsp-server: " Anuj Mittal
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{gstreamer1.0-omx_1.18.2.bb => gstreamer1.0-omx_1.18.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.18.2.bb => gstreamer1.0-omx_1.18.3.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.3.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.3.bb
index 686fcc2655..797ed60722 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.3.bb
@@ -9,7 +9,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] = "4c05d64544eecf4aaf5b337789916c67ed720317dfb2c8c8c335720fcc5c7cf4"
+SRC_URI[sha256sum] = "ed0f26504e9a60e15055134410f156e40952336410f2a59bdbbda45e61e8b93f"
 
 S = "${WORKDIR}/gst-omx-${PV}"
 
-- 
2.29.2


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

* [PATCH 08/30] gstreamer1.0-rtsp-server: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (5 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 07/30] gstreamer1.0-omx: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 09/30] gstreamer1.0-python: " Anuj Mittal
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...rtsp-server_1.18.2.bb => gstreamer1.0-rtsp-server_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.18.2.bb => gstreamer1.0-rtsp-server_1.18.3.bb} (90%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.3.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.3.bb
index b680aa38d6..d6aaa5df79 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.3.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "973922aba65a1672a131527dee965fb09bab4bb996c351f0ee7f42f0d5b954e2"
+SRC_URI[sha256sum] = "4f7757293b3d73dc49768b7392791668c4d0c21d41824624ffbd75c7f9ee0168"
 
 S = "${WORKDIR}/${PNREAL}-${PV}"
 
-- 
2.29.2


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

* [PATCH 09/30] gstreamer1.0-python: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (6 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 08/30] gstreamer1.0-rtsp-server: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 10/30] gstreamer1.0-vaapi: " Anuj Mittal
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...reamer1.0-python_1.18.2.bb => gstreamer1.0-python_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.18.2.bb => gstreamer1.0-python_1.18.3.bb} (89%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb
similarity index 89%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb
index 5711744b4d..897d246793 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.3.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "e19d0f760b353e88161b3712193cffbd79bf1314418da792b5fec4d8ecef389c"
+SRC_URI[sha256sum] = "4e630735276e08ff4d70337aa5d91fd008e5f1ed3dc0993674cd5820e264259a"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
 RDEPENDS_${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
-- 
2.29.2


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

* [PATCH 10/30] gstreamer1.0-vaapi: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (7 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 09/30] gstreamer1.0-python: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 11/30] gst-examples: " Anuj Mittal
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...streamer1.0-vaapi_1.18.2.bb => gstreamer1.0-vaapi_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.18.2.bb => gstreamer1.0-vaapi_1.18.3.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb
index f237191d5f..23040ad73c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "8c7b2c74fda095d83dea67accde6a68ba9f608d97ed969fdcf278930f9b1c7c0"
+SRC_URI[sha256sum] = "ae9877f15757a661d4dfe6a09755a2faa959ab60752f14ca26b7ff10765e1f12"
 
 S = "${WORKDIR}/${REALPN}-${PV}"
 DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
-- 
2.29.2


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

* [PATCH 11/30] gst-examples: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (8 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 10/30] gstreamer1.0-vaapi: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 12/30] gst-devtools: " Anuj Mittal
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{gst-examples_1.18.2.bb => gst-examples_1.18.3.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.2.bb => gst-examples_1.18.3.bb} (96%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.3.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.18.3.bb
index 54a4b5df15..35a8928f51 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.3.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=http
            file://gst-player.desktop \
            "
 
-SRCREV = "45086d8ef2d75244d9d5c8f69c0f0e1dfd4200b3"
+SRCREV = "06599904baa5d0e47b5cb9501372156567760f8e"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


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

* [PATCH 12/30] gst-devtools: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (9 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 11/30] gst-examples: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 13/30] gstreamer1.0-plugins-ugly: " Anuj Mittal
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{gst-devtools_1.18.2.bb => gst-devtools_1.18.3.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.18.2.bb => gst-devtools_1.18.3.bb} (94%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb
index 9fd9e0be93..21a31b41f5 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.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] = "6ea73d718bf1f9692218540ff88479c51d67c0b477fa56d6812fc7b739d30a56"
+SRC_URI[sha256sum] = "3025fee3607caf5069154c099533785675916e044ee92c936bbeacdda3750f26"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
 RRECOMMENDS_${PN} = "git"
-- 
2.29.2


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

* [PATCH 13/30] gstreamer1.0-plugins-ugly: upgrade 1.18.2 -> 1.18.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (10 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 12/30] gst-devtools: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 14/30] libepoxy: upgrade 1.5.4 -> 1.5.5 Anuj Mittal
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...ugins-ugly_1.18.2.bb => gstreamer1.0-plugins-ugly_1.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.18.2.bb => gstreamer1.0-plugins-ugly_1.18.3.bb} (93%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.3.bb
similarity index 93%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.2.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.3.bb
index e482aa10b2..fe737a9984 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.3.bb
@@ -9,7 +9,7 @@ LICENSE_FLAGS = "commercial"
 SRC_URI = " \
             https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
             "
-SRC_URI[sha256sum] = "a337a022ed472209b38cab5918dc2f4e7a6adc1f4afacd226a6345e5cb668bdb"
+SRC_URI[sha256sum] = "70f7429b25dd2f714eb18e80af61b1363b1f63019e16cd28e086e3a619eaa992"
 
 S = "${WORKDIR}/gst-plugins-ugly-${PV}"
 
-- 
2.29.2


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

* [PATCH 14/30] libepoxy: upgrade 1.5.4 -> 1.5.5
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (11 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 13/30] gstreamer1.0-plugins-ugly: " Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 15/30] libproxy: upgrade 0.4.15 -> 0.4.17 Anuj Mittal
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../0001-dispatch_common.h-define-also-EGL_NO_X11.patch  | 9 +++++----
 .../libepoxy/{libepoxy_1.5.4.bb => libepoxy_1.5.5.bb}    | 3 +--
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.5.4.bb => libepoxy_1.5.5.bb} (89%)

diff --git a/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch b/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
index 7262945181..971a3f54e0 100644
--- a/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
+++ b/meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
@@ -1,4 +1,4 @@
-From 6f15cc28d17cfdd86f5974f06ad97b8afedd5627 Mon Sep 17 00:00:00 2001
+From 7211120d1e2f059d900f3379b9790484dbcf7761 Mon Sep 17 00:00:00 2001
 From: Martin Jansa <Martin.Jansa@gmail.com>
 Date: Fri, 25 Oct 2019 11:09:34 +0000
 Subject: [PATCH] dispatch_common.h: define also EGL_NO_X11
@@ -8,16 +8,17 @@ https://github.com/mesa3d/mesa/commit/6202a13b71e18dc31ba7e2f4ea915b67eacc1ddb
 
 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
 Upstream-Status: Pending
+
 ---
  src/dispatch_common.h | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/src/dispatch_common.h b/src/dispatch_common.h
-index dcb3a35..c206253 100644
+index a136943..448c9b1 100644
 --- a/src/dispatch_common.h
 +++ b/src/dispatch_common.h
-@@ -52,6 +52,7 @@
-  * should do the same
+@@ -55,6 +55,7 @@
+  * as EGL_NO_X11
   */
  #  define MESA_EGL_NO_X11_HEADERS 1
 +#  define EGL_NO_X11 1
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.5.bb
similarity index 89%
rename from meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb
rename to meta/recipes-graphics/libepoxy/libepoxy_1.5.5.bb
index 6646ef79fe..a404fe2852 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.5.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
 SRC_URI = "https://github.com/anholt/${BPN}/releases/download/${PV}/${BP}.tar.xz \
            file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \
            "
-SRC_URI[md5sum] = "00f47ad447321f9dc59f85bc1c9d0467"
-SRC_URI[sha256sum] = "0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2"
+SRC_URI[sha256sum] = "261663db21bcc1cc232b07ea683252ee6992982276536924271535875f5b0556"
 UPSTREAM_CHECK_URI = "https://github.com/anholt/libepoxy/releases"
 
 inherit meson pkgconfig features_check
-- 
2.29.2


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

* [PATCH 15/30] libproxy: upgrade 0.4.15 -> 0.4.17
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (12 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 14/30] libepoxy: upgrade 1.5.4 -> 1.5.5 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 16/30] stress-ng: upgrade 0.12.00 -> 0.12.01 Anuj Mittal
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...t-pac-test-Fix-build-with-clang-libc.patch | 31 ------
 .../libproxy/libproxy/CVE-2020-25219.patch    | 61 ------------
 .../libproxy/libproxy/CVE-2020-26154.patch    | 98 -------------------
 ...{libproxy_0.4.15.bb => libproxy_0.4.17.bb} |  9 +-
 4 files changed, 2 insertions(+), 197 deletions(-)
 delete mode 100644 meta/recipes-support/libproxy/libproxy/0001-get-pac-test-Fix-build-with-clang-libc.patch
 delete mode 100644 meta/recipes-support/libproxy/libproxy/CVE-2020-25219.patch
 delete mode 100644 meta/recipes-support/libproxy/libproxy/CVE-2020-26154.patch
 rename meta/recipes-support/libproxy/{libproxy_0.4.15.bb => libproxy_0.4.17.bb} (78%)

diff --git a/meta/recipes-support/libproxy/libproxy/0001-get-pac-test-Fix-build-with-clang-libc.patch b/meta/recipes-support/libproxy/libproxy/0001-get-pac-test-Fix-build-with-clang-libc.patch
deleted file mode 100644
index fedda9dd95..0000000000
--- a/meta/recipes-support/libproxy/libproxy/0001-get-pac-test-Fix-build-with-clang-libc.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 2d73469c7a17ebfe4330ac6643b0c8abdc125d05 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Wed, 30 Jan 2019 09:29:44 -0800
-Subject: [PATCH] get-pac-test: Fix build with clang/libc++
-
-get-pac-test.cpp:55:10: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned int>'
-                        ret = bind(m_sock, (sockaddr*)&addr, sizeof (struct sockaddr_in));                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Upstream-Status: Submitted [https://github.com/libproxy/libproxy/pull/97]
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- libproxy/test/get-pac-test.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libproxy/test/get-pac-test.cpp b/libproxy/test/get-pac-test.cpp
-index 0059dfb..911f296 100644
---- a/libproxy/test/get-pac-test.cpp
-+++ b/libproxy/test/get-pac-test.cpp
-@@ -52,7 +52,7 @@ class TestServer {
- 
- 			setsockopt(m_sock, SOL_SOCKET, SO_REUSEADDR, &i, sizeof(i));
- 
--			ret = bind(m_sock, (sockaddr*)&addr, sizeof (struct sockaddr_in));
-+			ret = ::bind(m_sock, (sockaddr*)&addr, sizeof (struct sockaddr_in));
- 			assert(!ret);
- 
- 			ret = listen(m_sock, 1);
--- 
-2.20.1
-
diff --git a/meta/recipes-support/libproxy/libproxy/CVE-2020-25219.patch b/meta/recipes-support/libproxy/libproxy/CVE-2020-25219.patch
deleted file mode 100644
index 3ef7f85451..0000000000
--- a/meta/recipes-support/libproxy/libproxy/CVE-2020-25219.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From a83dae404feac517695c23ff43ce1e116e2bfbe0 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro@gnome.org>
-Date: Wed, 9 Sep 2020 11:12:02 -0500
-Subject: [PATCH] Rewrite url::recvline to be nonrecursive
-
-This function processes network input. It's semi-trusted, because the
-PAC ought to be trusted. But we still shouldn't allow it to control how
-far we recurse. A malicious PAC can cause us to overflow the stack by
-sending a sufficiently-long line without any '\n' character.
-
-Also, this function failed to properly handle EINTR, so let's fix that
-too, for good measure.
-
-Fixes #134
-
-Upstream-Status: Backport [https://github.com/libproxy/libproxy/commit/836c10b60c65e947ff1e10eb02fbcc676d909ffa]
-CVE: CVE-2020-25219
-Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
----
- libproxy/url.cpp | 28 ++++++++++++++++++----------
- 1 file changed, 18 insertions(+), 10 deletions(-)
-
-diff --git a/libproxy/url.cpp b/libproxy/url.cpp
-index ee776b2..68d69cd 100644
---- a/libproxy/url.cpp
-+++ b/libproxy/url.cpp
-@@ -388,16 +388,24 @@ string url::to_string() const {
- 	return m_orig;
- }
- 
--static inline string recvline(int fd) {
--	// Read a character.
--	// If we don't get a character, return empty string.
--	// If we are at the end of the line, return empty string.
--	char c = '\0';
--	
--	if (recv(fd, &c, 1, 0) != 1 || c == '\n')
--		return "";
--
--	return string(1, c) + recvline(fd);
-+static string recvline(int fd) {
-+	string line;
-+	int ret;
-+
-+	// Reserve arbitrary amount of space to avoid small memory reallocations.
-+	line.reserve(128);
-+
-+	do {
-+		char c;
-+		ret = recv(fd, &c, 1, 0);
-+		if (ret == 1) {
-+			if (c == '\n')
-+				return line;
-+			line += c;
-+		}
-+	} while (ret == 1 || (ret == -1 && errno == EINTR));
-+
-+	return line;
- }
- 
- char* url::get_pac() {
diff --git a/meta/recipes-support/libproxy/libproxy/CVE-2020-26154.patch b/meta/recipes-support/libproxy/libproxy/CVE-2020-26154.patch
deleted file mode 100644
index 0ccb99da81..0000000000
--- a/meta/recipes-support/libproxy/libproxy/CVE-2020-26154.patch
+++ /dev/null
@@ -1,98 +0,0 @@
-From 4411b523545b22022b4be7d0cac25aa170ae1d3e Mon Sep 17 00:00:00 2001
-From: Fei Li <lifeibiren@gmail.com>
-Date: Fri, 17 Jul 2020 02:18:37 +0800
-Subject: [PATCH] Fix buffer overflow when PAC is enabled
-
-The bug was found on Windows 10 (MINGW64) when PAC is enabled. It turned
-out to be the large PAC file (more than 102400 bytes) returned by a
-local proxy program with no content-length present.
-
-Upstream-Status: Backport [https://github.com/libproxy/libproxy/commit/6d342b50366a048d3d543952e2be271b5742c5f8]
-CVE: CVE-2020-26154
-Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
-
----
- libproxy/url.cpp | 44 +++++++++++++++++++++++++++++++-------------
- 1 file changed, 31 insertions(+), 13 deletions(-)
-
-diff --git a/libproxy/url.cpp b/libproxy/url.cpp
-index ee776b2..8684086 100644
---- a/libproxy/url.cpp
-+++ b/libproxy/url.cpp
-@@ -54,7 +54,7 @@ using namespace std;
- #define PAC_MIME_TYPE_FB "text/plain"
- 
- // This is the maximum pac size (to avoid memory attacks)
--#define PAC_MAX_SIZE 102400
-+#define PAC_MAX_SIZE 0x800000
- // This is the default block size to use when receiving via HTTP
- #define PAC_HTTP_BLOCK_SIZE 512
- 
-@@ -478,15 +478,13 @@ char* url::get_pac() {
- 		}
- 
- 		// Get content
--		unsigned int recvd = 0;
--		buffer = new char[PAC_MAX_SIZE];
--		memset(buffer, 0, PAC_MAX_SIZE);
-+		std::vector<char> dynamic_buffer;
- 		do {
- 			unsigned int chunk_length;
- 
- 			if (chunked) {
- 				// Discard the empty line if we received a previous chunk
--				if (recvd > 0) recvline(sock);
-+				if (!dynamic_buffer.empty()) recvline(sock);
- 
- 				// Get the chunk-length line as an integer
- 				if (sscanf(recvline(sock).c_str(), "%x", &chunk_length) != 1 || chunk_length == 0) break;
-@@ -498,21 +496,41 @@ char* url::get_pac() {
- 
- 			if (content_length >= PAC_MAX_SIZE) break;
- 
--			while (content_length == 0 || recvd != content_length) {
--				int r = recv(sock, buffer + recvd,
--				             content_length == 0 ? PAC_HTTP_BLOCK_SIZE
--				                                 : content_length - recvd, 0);
-+			while (content_length == 0 || dynamic_buffer.size() != content_length) {
-+				// Calculate length to recv
-+				unsigned int length_to_read = PAC_HTTP_BLOCK_SIZE;
-+				if (content_length > 0)
-+					length_to_read = content_length - dynamic_buffer.size();
-+
-+				// Prepare buffer
-+				dynamic_buffer.resize(dynamic_buffer.size() + length_to_read);
-+
-+				int r = recv(sock, dynamic_buffer.data() + dynamic_buffer.size() - length_to_read, length_to_read, 0);
-+
-+				// Shrink buffer to fit
-+				if (r >= 0)
-+					dynamic_buffer.resize(dynamic_buffer.size() - length_to_read + r);
-+
-+				// PAC size too large, discard
-+				if (dynamic_buffer.size() >= PAC_MAX_SIZE) {
-+					chunked = false;
-+					dynamic_buffer.clear();
-+					break;
-+				}
-+
- 				if (r <= 0) {
- 					chunked = false;
- 					break;
- 				}
--				recvd += r;
- 			}
- 		} while (chunked);
- 
--		if (content_length != 0 && string(buffer).size() != content_length) {
--			delete[] buffer;
--			buffer = NULL;
-+		if (content_length == 0 || content_length == dynamic_buffer.size()) {
-+			buffer = new char[dynamic_buffer.size() + 1];
-+			if (!dynamic_buffer.empty()) {
-+				memcpy(buffer, dynamic_buffer.data(), dynamic_buffer.size());
-+			}
-+			buffer[dynamic_buffer.size()] = '\0';
- 		}
- 	}
- 
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.15.bb b/meta/recipes-support/libproxy/libproxy_0.4.17.bb
similarity index 78%
rename from meta/recipes-support/libproxy/libproxy_0.4.15.bb
rename to meta/recipes-support/libproxy/libproxy_0.4.17.bb
index 6f704d7a91..ad81cccf52 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.15.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.17.bb
@@ -8,13 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 
 DEPENDS = "glib-2.0"
 
-SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
-           file://0001-get-pac-test-Fix-build-with-clang-libc.patch \
-           file://CVE-2020-25219.patch \
-           file://CVE-2020-26154.patch \
-          "
-SRC_URI[md5sum] = "f6b1d2a1e17a99cd3debaae6d04ab152"
-SRC_URI[sha256sum] = "654db464120c9534654590b6683c7fa3887b3dad0ca1c4cd412af24fbfca6d4f"
+SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
+SRC_URI[sha256sum] = "bc89f842f654ee1985a31c0ba56dc7e2ce8044a0264ddca84e650f46cd7f8b05"
 
 UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases"
 UPSTREAM_CHECK_REGEX = "libproxy-(?P<pver>.*)\.tar"
-- 
2.29.2


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

* [PATCH 16/30] stress-ng: upgrade 0.12.00 -> 0.12.01
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (13 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 15/30] libproxy: upgrade 0.4.15 -> 0.4.17 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 17/30] vulkan-tools: upgrade 1.2.162.0 -> 1.2.162.1 Anuj Mittal
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../stress-ng/{stress-ng_0.12.00.bb => stress-ng_0.12.01.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.12.00.bb => stress-ng_0.12.01.bb} (90%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.01.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.12.01.bb
index 3b38b39893..79157c738b 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.01.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
            file://no_daddr_t.patch \
            "
-SRC_URI[sha256sum] = "b2b738f574671926654b1623103a7aa58ee6911894ac78760ee188c4bfa96fe2"
+SRC_URI[sha256sum] = "d354bbbb1500cfe043c761014dc9c3f62779747fafea8a19af94402327f6d3fc"
 
 DEPENDS = "coreutils-native"
 
-- 
2.29.2


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

* [PATCH 17/30] vulkan-tools: upgrade 1.2.162.0 -> 1.2.162.1
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (14 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 16/30] stress-ng: upgrade 0.12.00 -> 0.12.01 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 18/30] harfbuzz: upgrade 2.7.2 -> 2.7.4 Anuj Mittal
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{vulkan-tools_1.2.162.0.bb => vulkan-tools_1.2.162.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-tools_1.2.162.0.bb => vulkan-tools_1.2.162.1.bb} (95%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.1.bb
similarity index 95%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.1.bb
index 972859c934..e571766030 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.162.1.bb
@@ -6,7 +6,7 @@ SECTION = "libs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.2.162"
-SRCREV = "9e9d7c24ed8b321815f77f31c100bbf9462193b4"
+SRCREV = "8f0c2e40d4134f53f82ce48de72c7be92baa6b3d"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


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

* [PATCH 18/30] harfbuzz: upgrade 2.7.2 -> 2.7.4
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (15 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 17/30] vulkan-tools: upgrade 1.2.162.0 -> 1.2.162.1 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 19/30] mpg123: upgrade 1.26.3 -> 1.26.4 Anuj Mittal
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Remove backported patches and remove the introspection patch as that is
no longer needed.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...isable-introspection-in-cross-builds.patch | 27 ------
 ...nums.cc.tmpl-write-out-only-the-file.patch | 28 ------
 .../harfbuzz/harfbuzz/version-race.patch      | 97 -------------------
 .../{harfbuzz_2.7.2.bb => harfbuzz_2.7.4.bb}  |  5 +-
 4 files changed, 1 insertion(+), 156 deletions(-)
 delete mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/0001-Do-not-disable-introspection-in-cross-builds.patch
 delete mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch
 delete mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/version-race.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.7.2.bb => harfbuzz_2.7.4.bb} (87%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Do-not-disable-introspection-in-cross-builds.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Do-not-disable-introspection-in-cross-builds.patch
deleted file mode 100644
index d00656fc88..0000000000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Do-not-disable-introspection-in-cross-builds.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From df5848f423ec0f4b3e519900014349a0c00b1969 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Mon, 17 Aug 2020 16:36:03 +0200
-Subject: [PATCH] Do not disable introspection in cross builds.
-
-Yocto can and does support introspection cross builds, through
-running target binaries under qemu emulation.
-
-Upstream-Status: Pending
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- src/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/meson.build b/src/meson.build
-index 1865633..5e1787c 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -634,7 +634,7 @@ if have_gobject
-   gir = find_program('g-ir-scanner', required: get_option('introspection'))
-   build_gir = gir.found()
- 
--  build_gir = build_gir and not meson.is_cross_build()
-+  build_gir = build_gir
-   if not build_gir and get_option('introspection').enabled()
-     error('Introspection support is requested but it isn\'t available in cross builds')
-   endif
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch
deleted file mode 100644
index d9fccfac0e..0000000000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f316b794265f28e89821dfab0772caac1bb6b056 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Tue, 18 Aug 2020 10:31:47 +0000
-Subject: [PATCH] src/hb-gobject-enums.cc.tmpl: write out only the filename,
- not the full path
-
-This is beneficial for reproducible builds, as build paths can vary
-between builds.
-
-Upstream-Status: Backport [https://github.com/harfbuzz/harfbuzz/commit/e876886d1e877ad90b6f02badefd6ebee1bc0b09]
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- src/hb-gobject-enums.cc.tmpl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/hb-gobject-enums.cc.tmpl b/src/hb-gobject-enums.cc.tmpl
-index 2ffd1c9..87a11dd 100644
---- a/src/hb-gobject-enums.cc.tmpl
-+++ b/src/hb-gobject-enums.cc.tmpl
-@@ -43,7 +43,7 @@
- /*** END file-header ***/
- 
- /*** BEGIN file-production ***/
--/* enumerations from "@filename@" */
-+/* enumerations from "@basename@" */
- /*** END file-production ***/
- 
- /*** BEGIN file-tail ***/
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/version-race.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/version-race.patch
deleted file mode 100644
index a8b8f0353c..0000000000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz/version-race.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-From 6ccadec1fae6a73749b7dfe2311f71d0e610e812 Mon Sep 17 00:00:00 2001
-From: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
-Date: Wed, 30 Sep 2020 10:30:08 +0900
-Subject: [PATCH] No need to pass source directory to gen-hb-version
-
-The input file is by definition in the source directory, so dirname()
-that instead of needing the directory to be passed.
-
-Needed because a follow-up commit will change when this is called, and the
-source directory isn't trivially available at that point.
-
-generate hb-version.h once at configure time with Meson
-
-Currently with Meson hb-version.h is generated during the build without
-any explicit dependencies which can result in build failures due races
-over the file.
-
-Change this to be generated at configure time, so that the file is always
-generated once before the build itself.
-
-Closes #2667
-
-Upstream-Status: Backport [https://github.com/harfbuzz/harfbuzz/commit/5aff83104e03d6d2617987d24a51e490ab7a5cd1]
-Signed-off-by: Ross Burton <ross.burton@arm.com>
-Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
----
- src/gen-hb-version.py |  6 +++---
- src/meson.build       | 17 ++++++++---------
- 2 files changed, 11 insertions(+), 12 deletions(-)
-
-diff --git a/src/gen-hb-version.py b/src/gen-hb-version.py
-index 15e56b9..bf16f88 100755
---- a/src/gen-hb-version.py
-+++ b/src/gen-hb-version.py
-@@ -4,15 +4,15 @@
- 
- import os, sys, shutil
- 
--if len (sys.argv) < 5:
-+if len (sys.argv) < 4:
- 	sys.exit(__doc__)
- 
- version = sys.argv[1]
- major, minor, micro = version.split (".")
- 
- OUTPUT = sys.argv[2]
--CURRENT_SOURCE_DIR = sys.argv[3]
--INPUT = sys.argv[4]
-+INPUT = sys.argv[3]
-+CURRENT_SOURCE_DIR = os.path.dirname(INPUT)
- 
- with open (INPUT, "r", encoding='utf-8') as template:
- 	with open (OUTPUT, "wb") as output:
-diff --git a/src/meson.build b/src/meson.build
-index 5e1787c..56d8ae2 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -1,3 +1,10 @@
-+hb_version_h = configure_file(
-+               command: [find_program('gen-hb-version.py'), meson.project_version(), '@OUTPUT@', '@INPUT@'],
-+               input: 'hb-version.h.in',
-+               output: 'hb-version.h',
-+               install: true,
-+               install_dir: join_paths(get_option('includedir'), meson.project_name()))
-+
- # Base and default-included sources and headers
- hb_base_sources = files(
-   'hb-aat-layout-ankr-table.hh',
-@@ -214,9 +221,9 @@ hb_base_headers = files(
-   'hb-shape.h',
-   'hb-style.h',
-   'hb-unicode.h',
--  'hb-version.h',
-   'hb.h',
- )
-+hb_base_headers += hb_version_h
- 
- # Optional Sources and Headers with external deps
- 
-@@ -281,14 +288,6 @@ hb_gobject_headers = files(
-   'hb-gobject-structs.h',
- )
- 
--custom_target('hb-version.h',
--  build_by_default: true,
--  input: 'hb-version.h.in',
--  output: 'hb-version.h',
--  command: [find_program('gen-hb-version.py'), meson.project_version(),
--            '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],
--)
--
- ragel = find_program('ragel', required: false)
- if not ragel.found()
-   warning('You have to install ragel if you are going to develop HarfBuzz itself')
--- 
-2.25.1
-
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.4.bb
similarity index 87%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_2.7.2.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_2.7.4.bb
index f95273f686..b08f60255e 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.2.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.7.4.bb
@@ -11,11 +11,8 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
 UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \
-           file://0001-Do-not-disable-introspection-in-cross-builds.patch \
-           file://0001-src-hb-gobject-enums.cc.tmpl-write-out-only-the-file.patch \
-           file://version-race.patch \
            "
-SRC_URI[sha256sum] = "b8c048d7c2964a12f2c80deb6634dfc836b603dd12bf0d0a3df1627698e220ce"
+SRC_URI[sha256sum] = "6ad11d653347bd25d8317589df4e431a2de372c0cf9be3543368e07ec23bb8e7"
 
 inherit meson pkgconfig lib_package gtk-doc gobject-introspection
 
-- 
2.29.2


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

* [PATCH 19/30] mpg123: upgrade 1.26.3 -> 1.26.4
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (16 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 18/30] harfbuzz: upgrade 2.7.2 -> 2.7.4 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 20/30] piglit: upgrade to latest revision Anuj Mittal
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

License-Update: Change in copyright years

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../mpg123/{mpg123_1.26.3.bb => mpg123_1.26.4.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/mpg123/{mpg123_1.26.3.bb => mpg123_1.26.4.bb} (93%)

diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.26.3.bb b/meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb
similarity index 93%
rename from meta/recipes-multimedia/mpg123/mpg123_1.26.3.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb
index 0746d8d47d..c9bbcd30ff 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.26.3.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb
@@ -7,10 +7,10 @@ BUGTRACKER = "http://sourceforge.net/p/mpg123/bugs/"
 SECTION = "multimedia"
 
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1e86753638d3cf2512528b99079bc4f3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169"
 
 SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "30c998785a898f2846deefc4d17d6e4683a5a550b7eacf6ea506e30a7a736c6e"
+SRC_URI[sha256sum] = "081991540df7a666b29049ad870f293cfa28863b36488ab4d58ceaa7b5846454"
 
 UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"
 
-- 
2.29.2


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

* [PATCH 20/30] piglit: upgrade to latest revision
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (17 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 19/30] mpg123: upgrade 1.26.3 -> 1.26.4 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 21/30] vala: upgrade 0.50.2 -> 0.50.3 Anuj Mittal
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...nder-ops.c-add-missing-format-string.patch | 24 -------------------
 meta/recipes-graphics/piglit/piglit_git.bb    |  3 +--
 2 files changed, 1 insertion(+), 26 deletions(-)
 delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch

diff --git a/meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch b/meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch
deleted file mode 100644
index 261d98d8f6..0000000000
--- a/meta/recipes-graphics/piglit/piglit/0001-render-ops.c-add-missing-format-string.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From e21e68f6aa0f5249fce613e8fd4ac0edbd5cb7b0 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Tue, 22 Dec 2020 13:35:11 +0100
-Subject: [PATCH] render-ops.c: add missing format string
-
-Upstream-Status: Pending
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- tests/spec/ati_fragment_shader/render-ops.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/spec/ati_fragment_shader/render-ops.c b/tests/spec/ati_fragment_shader/render-ops.c
-index 131334ba2..19a353d67 100644
---- a/tests/spec/ati_fragment_shader/render-ops.c
-+++ b/tests/spec/ati_fragment_shader/render-ops.c
-@@ -393,7 +393,7 @@ piglit_display(void)
- 		bool ok = piglit_probe_rect_halves_equal_rgba(get_test_x(i), get_test_y(i),
- 							      w * 2, h);
- 		enum piglit_result sub_result = ok ? PIGLIT_PASS : PIGLIT_FAIL;
--		piglit_report_subtest_result(sub_result, test->name);
-+		piglit_report_subtest_result(sub_result, "%s", test->name);
- 		piglit_merge_result(&result, sub_result);
- 	}
- 
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 442c1a3c62..484b59df00 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -13,11 +13,10 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \
            file://0001-serializer.py-make-.gz-files-reproducible.patch \
            file://0001-framework-profile.py-make-test-lists-reproducible.patch \
            file://0001-tests-shader.py-sort-the-file-list-before-working-on.patch \
-           file://0001-render-ops.c-add-missing-format-string.patch \
            "
 UPSTREAM_CHECK_COMMITS = "1"
 
-SRCREV = "603deba4ab66e2a8948693a14d715e536caddcc5"
+SRCREV = "d3a6e1293c43a6d989d4bcd59132317195d420c6"
 # (when PV goes above 1.0 remove the trailing r)
 PV = "1.0+gitr${SRCPV}"
 
-- 
2.29.2


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

* [PATCH 21/30] vala: upgrade 0.50.2 -> 0.50.3
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (18 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 20/30] piglit: upgrade to latest revision Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 22/30] gcr: upgrade 3.38.0 -> 3.38.1 Anuj Mittal
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-devtools/vala/{vala_0.50.2.bb => vala_0.50.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.50.2.bb => vala_0.50.3.bb} (50%)

diff --git a/meta/recipes-devtools/vala/vala_0.50.2.bb b/meta/recipes-devtools/vala/vala_0.50.3.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.50.2.bb
rename to meta/recipes-devtools/vala/vala_0.50.3.bb
index b5913fca8b..302f562549 100644
--- a/meta/recipes-devtools/vala/vala_0.50.2.bb
+++ b/meta/recipes-devtools/vala/vala_0.50.3.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
 
 SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
 
-SRC_URI[sha256sum] = "2c0d5dc6d65d070f724063075424c403765ab7935c9e6fbcb84981b94d07ceda"
+SRC_URI[sha256sum] = "6165c1b42beca4856e2fb9a31c5e81949d76fa670e2f0cfc8389ce9b95eca5db"
-- 
2.29.2


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

* [PATCH 22/30] gcr: upgrade 3.38.0 -> 3.38.1
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (19 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 21/30] vala: upgrade 0.50.2 -> 0.50.3 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 23/30] python3-pygments: upgrade 2.7.3 -> 2.7.4 Anuj Mittal
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-gnome/gcr/{gcr_3.38.0.bb => gcr_3.38.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gcr/{gcr_3.38.0.bb => gcr_3.38.1.bb} (91%)

diff --git a/meta/recipes-gnome/gcr/gcr_3.38.0.bb b/meta/recipes-gnome/gcr/gcr_3.38.1.bb
similarity index 91%
rename from meta/recipes-gnome/gcr/gcr_3.38.0.bb
rename to meta/recipes-gnome/gcr/gcr_3.38.1.bb
index 49e8f1848b..40e67f23ae 100644
--- a/meta/recipes-gnome/gcr/gcr_3.38.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.38.1.bb
@@ -17,7 +17,7 @@ inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even
 # depends on gtk+3, but also x11 through gtk+-x11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.sha256sum] = "a64cc7b65757fc2cd16de1708d132a16d05cd1f62c6eba436d56fe45d4ba27e1"
+SRC_URI[archive.sha256sum] = "17fcaf9c4a93a65fb1c72b82643bb102c13344084687d5886ea66313868d9ec9"
 
 FILES_${PN} += " \
     ${datadir}/dbus-1 \
-- 
2.29.2


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

* [PATCH 23/30] python3-pygments: upgrade 2.7.3 -> 2.7.4
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (20 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 22/30] gcr: upgrade 3.38.0 -> 3.38.1 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 24/30] logrotate: upgrade 3.17.0 -> 3.18.0 Anuj Mittal
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

License-Update: change in copyright years

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{python3-pygments_2.7.3.bb => python3-pygments_2.7.4.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-pygments_2.7.3.bb => python3-pygments_2.7.4.bb} (69%)

diff --git a/meta/recipes-devtools/python/python3-pygments_2.7.3.bb b/meta/recipes-devtools/python/python3-pygments_2.7.4.bb
similarity index 69%
rename from meta/recipes-devtools/python/python3-pygments_2.7.3.bb
rename to meta/recipes-devtools/python/python3-pygments_2.7.4.bb
index 379d85dbd7..24bbaaf38c 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.7.3.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.7.4.bb
@@ -2,10 +2,10 @@ SUMMARY = "Pygments is a syntax highlighting package written in Python."
 DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
 HOMEPAGE = "http://pygments.org/"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1f5d0c4cf38dfc8122c00d6f1a97a0cc"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc"
 
 inherit setuptools3
-SRC_URI[sha256sum] = "ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"
+SRC_URI[sha256sum] = "df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"
 
 DEPENDS += "\
             ${PYTHON_PN} \
-- 
2.29.2


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

* [PATCH 24/30] logrotate: upgrade 3.17.0 -> 3.18.0
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (21 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 23/30] python3-pygments: upgrade 2.7.3 -> 2.7.4 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 25/30] lzip: upgrade 1.21 -> 1.22 Anuj Mittal
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../logrotate/{logrotate_3.17.0.bb => logrotate_3.18.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/logrotate/{logrotate_3.17.0.bb => logrotate_3.18.0.bb} (97%)

diff --git a/meta/recipes-extended/logrotate/logrotate_3.17.0.bb b/meta/recipes-extended/logrotate/logrotate_3.18.0.bb
similarity index 97%
rename from meta/recipes-extended/logrotate/logrotate_3.17.0.bb
rename to meta/recipes-extended/logrotate/logrotate_3.18.0.bb
index 08001f38e5..270052f46f 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.17.0.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.18.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz
             file://disable-check-different-filesystems.patch \
             "
 
-SRC_URI[sha256sum] = "58cc2178ff57faa3c0490181cce041345aeca6cff18dba1c5cd1398bf1c19294"
+SRC_URI[sha256sum] = "841f81bf09d0014e4a2e11af166bb33fcd8429cc0c2d4a7d3d9ceb3858cfccc5"
 
 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"
 
-- 
2.29.2


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

* [PATCH 25/30] lzip: upgrade 1.21 -> 1.22
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (22 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 24/30] logrotate: upgrade 3.17.0 -> 3.18.0 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 26/30] python3-mako: upgrade 1.1.3 -> 1.1.4 Anuj Mittal
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

License-Update: copyright years, formatting changes

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-extended/lzip/{lzip_1.21.bb => lzip_1.22.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/lzip/{lzip_1.21.bb => lzip_1.22.bb} (85%)

diff --git a/meta/recipes-extended/lzip/lzip_1.21.bb b/meta/recipes-extended/lzip/lzip_1.22.bb
similarity index 85%
rename from meta/recipes-extended/lzip/lzip_1.21.bb
rename to meta/recipes-extended/lzip/lzip_1.22.bb
index bb3d2a6fe3..d21c36a3f4 100644
--- a/meta/recipes-extended/lzip/lzip_1.21.bb
+++ b/meta/recipes-extended/lzip/lzip_1.22.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "http://lzip.nongnu.org/lzip.html"
 SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
-                    file://decoder.cc;beginline=3;endline=16;md5=db09fe3f9573f94d0076f7f07959e6e1"
+                    file://decoder.cc;beginline=3;endline=16;md5=18c279060cd0be128188404b45837f88 \
+                    "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[md5sum] = "c0061730d017ea593a09308edc547128"
-SRC_URI[sha256sum] = "e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b"
+SRC_URI[sha256sum] = "c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"
-- 
2.29.2


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

* [PATCH 26/30] python3-mako: upgrade 1.1.3 -> 1.1.4
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (23 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 25/30] lzip: upgrade 1.21 -> 1.22 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 27/30] wget: upgrade 1.20.3 -> 1.21.1 Anuj Mittal
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../python/{python3-mako_1.1.3.bb => python3-mako_1.1.4.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-mako_1.1.3.bb => python3-mako_1.1.4.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-mako_1.1.3.bb b/meta/recipes-devtools/python/python3-mako_1.1.4.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-mako_1.1.3.bb
rename to meta/recipes-devtools/python/python3-mako_1.1.4.bb
index cda4e99220..531fc6a3c0 100644
--- a/meta/recipes-devtools/python/python3-mako_1.1.3.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.1.4.bb
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Mako"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27"
+SRC_URI[sha256sum] = "17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab"
 
 RDEPENDS_${PN} = "${PYTHON_PN}-html \
                   ${PYTHON_PN}-netclient \
-- 
2.29.2


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

* [PATCH 27/30] wget: upgrade 1.20.3 -> 1.21.1
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (24 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 26/30] python3-mako: upgrade 1.1.3 -> 1.1.4 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 28/30] lighttpd: upgrade 1.4.57 -> 1.4.58 Anuj Mittal
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-extended/wget/wget_1.20.3.bb | 8 --------
 meta/recipes-extended/wget/wget_1.21.1.bb | 7 +++++++
 2 files changed, 7 insertions(+), 8 deletions(-)
 delete mode 100644 meta/recipes-extended/wget/wget_1.20.3.bb
 create mode 100644 meta/recipes-extended/wget/wget_1.21.1.bb

diff --git a/meta/recipes-extended/wget/wget_1.20.3.bb b/meta/recipes-extended/wget/wget_1.20.3.bb
deleted file mode 100644
index 4fa273d093..0000000000
--- a/meta/recipes-extended/wget/wget_1.20.3.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
-           file://0002-improve-reproducibility.patch \
-          "
-
-SRC_URI[md5sum] = "db4e6dc7977cbddcd543b240079a4899"
-SRC_URI[sha256sum] = "31cccfc6630528db1c8e3a06f6decf2a370060b982841cfab2b8677400a5092e"
-
-require wget.inc
diff --git a/meta/recipes-extended/wget/wget_1.21.1.bb b/meta/recipes-extended/wget/wget_1.21.1.bb
new file mode 100644
index 0000000000..21385bbfb2
--- /dev/null
+++ b/meta/recipes-extended/wget/wget_1.21.1.bb
@@ -0,0 +1,7 @@
+SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
+           file://0002-improve-reproducibility.patch \
+          "
+
+SRC_URI[sha256sum] = "59ba0bdade9ad135eda581ae4e59a7a9f25e3a4bde6a5419632b31906120e26e"
+
+require wget.inc
-- 
2.29.2


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

* [PATCH 28/30] lighttpd: upgrade 1.4.57 -> 1.4.58
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (25 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 27/30] wget: upgrade 1.20.3 -> 1.21.1 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 29/30] python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0 Anuj Mittal
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../lighttpd/{lighttpd_1.4.57.bb => lighttpd_1.4.58.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.57.bb => lighttpd_1.4.58.bb} (97%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.57.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.57.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb
index 9a9cad68c8..f0589e94c0 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.57.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \
         "
 
-SRC_URI[sha256sum] = "52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f"
+SRC_URI[sha256sum] = "267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e"
 
 PACKAGECONFIG ??= "openssl pcre zlib \
     ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
-- 
2.29.2


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

* [PATCH 29/30] python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (26 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 28/30] lighttpd: upgrade 1.4.57 -> 1.4.58 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19  6:45 ` [PATCH 30/30] python3-git: upgrade 3.1.11 -> 3.1.12 Anuj Mittal
  2021-01-19 12:41 ` [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Richard Purdie
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...ib-metadata_3.3.0.bb => python3-importlib-metadata_3.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-importlib-metadata_3.3.0.bb => python3-importlib-metadata_3.4.0.bb} (87%)

diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_3.4.0.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_3.4.0.bb
index 23f2e2dbaf..4e2d23721c 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_3.3.0.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_3.4.0.bb
@@ -8,7 +8,7 @@ inherit pypi setuptools3
 PYPI_PACKAGE = "importlib_metadata"
 UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
 
-SRC_URI[sha256sum] = "5c5a2720817414a6c41f0a49993908068243ae02c1635a228126519b509c8aed"
+SRC_URI[sha256sum] = "fa5daa4477a7414ae34e95942e4dd07f62adf589143c875c133c1e53c4eff38d"
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-- 
2.29.2


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

* [PATCH 30/30] python3-git: upgrade 3.1.11 -> 3.1.12
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (27 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 29/30] python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0 Anuj Mittal
@ 2021-01-19  6:45 ` Anuj Mittal
  2021-01-19 12:41 ` [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Richard Purdie
  29 siblings, 0 replies; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19  6:45 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../python/{python3-git_3.1.11.bb => python3-git_3.1.12.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.11.bb => python3-git_3.1.12.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.11.bb b/meta/recipes-devtools/python/python3-git_3.1.12.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.11.bb
rename to meta/recipes-devtools/python/python3-git_3.1.12.bb
index 7c636572f3..c0c460540d 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.11.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.12.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8"
+SRC_URI[sha256sum] = "42dbefd8d9e2576c496ed0059f3103dcef7125b9ce16f9d5f9c834aed44a1dac"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.29.2


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

* Re: [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15
  2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
                   ` (28 preceding siblings ...)
  2021-01-19  6:45 ` [PATCH 30/30] python3-git: upgrade 3.1.11 -> 3.1.12 Anuj Mittal
@ 2021-01-19 12:41 ` Richard Purdie
  2021-01-19 14:58   ` Anuj Mittal
  29 siblings, 1 reply; 33+ messages in thread
From: Richard Purdie @ 2021-01-19 12:41 UTC (permalink / raw)
  To: Anuj Mittal, openembedded-core

On Tue, 2021-01-19 at 14:45 +0800, Anuj Mittal wrote:
> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
> ---
>  .../enchant/{enchant2_2.2.14.bb => enchant2_2.2.15.bb}          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-support/enchant/{enchant2_2.2.14.bb => enchant2_2.2.15.bb} (90%)
> 
> diff --git a/meta/recipes-support/enchant/enchant2_2.2.14.bb b/meta/recipes-support/enchant/enchant2_2.2.15.bb
> similarity index 90%
> rename from meta/recipes-support/enchant/enchant2_2.2.14.bb
> rename to meta/recipes-support/enchant/enchant2_2.2.15.bb
> index a5080d9c78..05e84fc726 100644
> --- a/meta/recipes-support/enchant/enchant2_2.2.14.bb
> +++ b/meta/recipes-support/enchant/enchant2_2.2.15.bb
> @@ -9,7 +9,7 @@ DEPENDS = "glib-2.0"
>  inherit autotools pkgconfig
>  
> 
> 
> 
>  SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
> -SRC_URI[sha256sum] = "bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e"
> +SRC_URI[sha256sum] = "3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03"
> 

Hi Anuj,

There seem to be a lot of point version upgrades in this series. How
sure are we they are all bugfixes?

Cheers,

Richard



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

* Re: [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15
  2021-01-19 12:41 ` [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Richard Purdie
@ 2021-01-19 14:58   ` Anuj Mittal
  2021-01-19 15:00     ` Richard Purdie
  0 siblings, 1 reply; 33+ messages in thread
From: Anuj Mittal @ 2021-01-19 14:58 UTC (permalink / raw)
  To: richard.purdie, openembedded-core

Hi Richard,

On Tue, 2021-01-19 at 12:41 +0000, Richard Purdie wrote:
> On Tue, 2021-01-19 at 14:45 +0800, Anuj Mittal wrote:
> 
> There seem to be a lot of point version upgrades in this series. How
> sure are we they are all bugfixes?
> 

I am not sure. I didn't check each one of them. They just were the
latest versions available and tested by this month's AUH run.

Thanks,

Anuj

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

* Re: [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15
  2021-01-19 14:58   ` Anuj Mittal
@ 2021-01-19 15:00     ` Richard Purdie
  0 siblings, 0 replies; 33+ messages in thread
From: Richard Purdie @ 2021-01-19 15:00 UTC (permalink / raw)
  To: Mittal, Anuj, openembedded-core

On Tue, 2021-01-19 at 14:58 +0000, Mittal, Anuj wrote:
> Hi Richard,
> 
> On Tue, 2021-01-19 at 12:41 +0000, Richard Purdie wrote:
> > On Tue, 2021-01-19 at 14:45 +0800, Anuj Mittal wrote:
> > 
> > There seem to be a lot of point version upgrades in this series. How
> > sure are we they are all bugfixes?
> > 
> 
> I am not sure. I didn't check each one of them. They just were the
> latest versions available and tested by this month's AUH run.

Sorry, I got confused and thought that was a gatesgarth branch! :)

They're obviously fine for master, thanks!

Cheers,

Richard


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

end of thread, other threads:[~2021-01-19 15:00 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  6:45 [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Anuj Mittal
2021-01-19  6:45 ` [PATCH 02/30] gstreamer1.0: upgrade 1.18.2 -> 1.18.3 Anuj Mittal
2021-01-19  6:45 ` [PATCH 03/30] gstreamer1.0-plugins-base: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 04/30] gstreamer1.0-plugins-good: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 05/30] gstreamer1.0-plugins-bad: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 06/30] gstreamer1.0-libav: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 07/30] gstreamer1.0-omx: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 08/30] gstreamer1.0-rtsp-server: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 09/30] gstreamer1.0-python: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 10/30] gstreamer1.0-vaapi: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 11/30] gst-examples: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 12/30] gst-devtools: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 13/30] gstreamer1.0-plugins-ugly: " Anuj Mittal
2021-01-19  6:45 ` [PATCH 14/30] libepoxy: upgrade 1.5.4 -> 1.5.5 Anuj Mittal
2021-01-19  6:45 ` [PATCH 15/30] libproxy: upgrade 0.4.15 -> 0.4.17 Anuj Mittal
2021-01-19  6:45 ` [PATCH 16/30] stress-ng: upgrade 0.12.00 -> 0.12.01 Anuj Mittal
2021-01-19  6:45 ` [PATCH 17/30] vulkan-tools: upgrade 1.2.162.0 -> 1.2.162.1 Anuj Mittal
2021-01-19  6:45 ` [PATCH 18/30] harfbuzz: upgrade 2.7.2 -> 2.7.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 19/30] mpg123: upgrade 1.26.3 -> 1.26.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 20/30] piglit: upgrade to latest revision Anuj Mittal
2021-01-19  6:45 ` [PATCH 21/30] vala: upgrade 0.50.2 -> 0.50.3 Anuj Mittal
2021-01-19  6:45 ` [PATCH 22/30] gcr: upgrade 3.38.0 -> 3.38.1 Anuj Mittal
2021-01-19  6:45 ` [PATCH 23/30] python3-pygments: upgrade 2.7.3 -> 2.7.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 24/30] logrotate: upgrade 3.17.0 -> 3.18.0 Anuj Mittal
2021-01-19  6:45 ` [PATCH 25/30] lzip: upgrade 1.21 -> 1.22 Anuj Mittal
2021-01-19  6:45 ` [PATCH 26/30] python3-mako: upgrade 1.1.3 -> 1.1.4 Anuj Mittal
2021-01-19  6:45 ` [PATCH 27/30] wget: upgrade 1.20.3 -> 1.21.1 Anuj Mittal
2021-01-19  6:45 ` [PATCH 28/30] lighttpd: upgrade 1.4.57 -> 1.4.58 Anuj Mittal
2021-01-19  6:45 ` [PATCH 29/30] python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0 Anuj Mittal
2021-01-19  6:45 ` [PATCH 30/30] python3-git: upgrade 3.1.11 -> 3.1.12 Anuj Mittal
2021-01-19 12:41 ` [OE-core] [PATCH 01/30] enchant2: upgrade 2.2.14 -> 2.2.15 Richard Purdie
2021-01-19 14:58   ` Anuj Mittal
2021-01-19 15:00     ` Richard Purdie

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