[meta-networking] [PATCH] wolfssl: upgrade 5.5.2 -> 5.5.3
wangmy
From: Wang Mingyu <wangmy@...>
Fixes
---------
Fix for possible buffer zeroization overrun introduced at the end of
v5.5.2 release cycle in GitHub pull request 5743 (#5743) and fixed in
pull request 5757 (#5757). In the case where a specific memory allocation
failed or a hardware fault happened there was the potential for an overrun
of 0's when masking the buffer used for (D)TLS 1.2 and lower operations.
(D)TLS 1.3 only and crypto only users are not affected by the issue.
This is not related in any way to recent issues reported in OpenSSL.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../wolfssl/{wolfssl_5.5.2.bb => wolfssl_5.5.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.5.2.bb => wolfssl_5.5.3.bb} (93%)
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb
index aafb6d370..cef2b1662 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb
@@ -13,7 +13,7 @@ PROVIDES += "cyassl"
RPROVIDES:${PN} = "cyassl"
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
-SRCREV = "0ea0b887a51771cc1668d71b9113bbc286dd4f8a"
+SRCREV = "a7635da9e64a43028d2f8f14bce75e4bed39f162"
S = "${WORKDIR}/git"
--
2.25.1
Fixes
---------
Fix for possible buffer zeroization overrun introduced at the end of
v5.5.2 release cycle in GitHub pull request 5743 (#5743) and fixed in
pull request 5757 (#5757). In the case where a specific memory allocation
failed or a hardware fault happened there was the potential for an overrun
of 0's when masking the buffer used for (D)TLS 1.2 and lower operations.
(D)TLS 1.3 only and crypto only users are not affected by the issue.
This is not related in any way to recent issues reported in OpenSSL.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../wolfssl/{wolfssl_5.5.2.bb => wolfssl_5.5.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.5.2.bb => wolfssl_5.5.3.bb} (93%)
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb
index aafb6d370..cef2b1662 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.2.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.3.bb
@@ -13,7 +13,7 @@ PROVIDES += "cyassl"
RPROVIDES:${PN} = "cyassl"
SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
-SRCREV = "0ea0b887a51771cc1668d71b9113bbc286dd4f8a"
+SRCREV = "a7635da9e64a43028d2f8f14bce75e4bed39f162"
S = "${WORKDIR}/git"
--
2.25.1
[meta-oe] [PATCH] uhubctl: upgrade 2.4.0 -> 2.5.0
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
===========
* Added support for Linux sysfs based power switching provided in Linux kernel 6.0+
- it allows to solve reliability issues when turning power off on Linux (#450).
* Added option --nodesc to skip querying device string descriptors (necessary
for some buggy devices which otherwise would completely freeze).
* New simpler way to configure udev rules on Linux (one rule works for any USB hub).
* Even more supported devices.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../uhubctl/{uhubctl_2.4.0.bb => uhubctl_2.5.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/uhubctl/{uhubctl_2.4.0.bb => uhubctl_2.5.0.bb} (92%)
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
similarity index 92%
rename from meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb
rename to meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
index b40fa5255..8b334dbde 100644
--- a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb
+++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libusb1"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "014b55ac5d1d7fb46a8f1eefe9fc3b87ea65a75f"
+SRCREV = "20276ad5ced147d018e2b3fccedabd94597aa25e"
SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
S = "${WORKDIR}/git"
--
2.25.1
Changelog:
===========
* Added support for Linux sysfs based power switching provided in Linux kernel 6.0+
- it allows to solve reliability issues when turning power off on Linux (#450).
* Added option --nodesc to skip querying device string descriptors (necessary
for some buggy devices which otherwise would completely freeze).
* New simpler way to configure udev rules on Linux (one rule works for any USB hub).
* Even more supported devices.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../uhubctl/{uhubctl_2.4.0.bb => uhubctl_2.5.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/uhubctl/{uhubctl_2.4.0.bb => uhubctl_2.5.0.bb} (92%)
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
similarity index 92%
rename from meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb
rename to meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
index b40fa5255..8b334dbde 100644
--- a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb
+++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.5.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libusb1"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "014b55ac5d1d7fb46a8f1eefe9fc3b87ea65a75f"
+SRCREV = "20276ad5ced147d018e2b3fccedabd94597aa25e"
SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
S = "${WORKDIR}/git"
--
2.25.1
[meta-oe] [PATCH] tio: upgrade 2.2 -> 2.3
wangmy
From: Wang Mingyu <wangmy@...>
Changes since tio v2.2:
=======================
Add mute feature
This will make tio go fully silent and not print anything.
Rename config variable 'tty' to 'device'
Deprecate tty config keyword but keep it around for now
Update show config
Update example tiorc
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} (91%)
diff --git a/meta-oe/recipes-support/tio/tio_2.2.bb b/meta-oe/recipes-support/tio/tio_2.3.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.2.bb
rename to meta-oe/recipes-support/tio/tio_2.3.bb
index 8bfebc777..665c8462f 100644
--- a/meta-oe/recipes-support/tio/tio_2.2.bb
+++ b/meta-oe/recipes-support/tio/tio_2.3.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7"
+SRCREV = "845e683fc9e2d2da686fe0c8e4b19b1245e9904b"
S = "${WORKDIR}/git"
--
2.25.1
Changes since tio v2.2:
=======================
Add mute feature
This will make tio go fully silent and not print anything.
Rename config variable 'tty' to 'device'
Deprecate tty config keyword but keep it around for now
Update show config
Update example tiorc
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} (91%)
diff --git a/meta-oe/recipes-support/tio/tio_2.2.bb b/meta-oe/recipes-support/tio/tio_2.3.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.2.bb
rename to meta-oe/recipes-support/tio/tio_2.3.bb
index 8bfebc777..665c8462f 100644
--- a/meta-oe/recipes-support/tio/tio_2.2.bb
+++ b/meta-oe/recipes-support/tio/tio_2.3.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7"
+SRCREV = "845e683fc9e2d2da686fe0c8e4b19b1245e9904b"
S = "${WORKDIR}/git"
--
2.25.1
[meta-networking] [PATCH] stunnel: upgrade 5.66 -> 5.67
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
==========
Security bugfixes
-----------------
OpenSSL DLLs updated to version 3.0.7.
New features
------------
Provided a logging callback to custom engines.
Bugfixes
---------
OpenSSL DLLs updated to version 3.0.6.
Fixed "make cert" with OpenSSL older than 3.0.
Fixed the code and the documentation to use concious language for SNI servers (thx to Clemens Lang).
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../stunnel/{stunnel_5.66.bb => stunnel_5.67.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-support/stunnel/{stunnel_5.66.bb => stunnel_5.67.bb} (93%)
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.66.bb b/meta-networking/recipes-support/stunnel/stunnel_5.67.bb
similarity index 93%
rename from meta-networking/recipes-support/stunnel/stunnel_5.66.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.67.bb
index 17c8c5360..db535e735 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.66.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.67.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
"
-SRC_URI[sha256sum] = "558178704d1aa5f6883aac6cc5d6bbf2a5714c8a0d2e91da0392468cee9f579c"
+SRC_URI[sha256sum] = "3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456"
inherit autotools bash-completion pkgconfig
--
2.25.1
Changelog:
==========
Security bugfixes
-----------------
OpenSSL DLLs updated to version 3.0.7.
New features
------------
Provided a logging callback to custom engines.
Bugfixes
---------
OpenSSL DLLs updated to version 3.0.6.
Fixed "make cert" with OpenSSL older than 3.0.
Fixed the code and the documentation to use concious language for SNI servers (thx to Clemens Lang).
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../stunnel/{stunnel_5.66.bb => stunnel_5.67.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-support/stunnel/{stunnel_5.66.bb => stunnel_5.67.bb} (93%)
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.66.bb b/meta-networking/recipes-support/stunnel/stunnel_5.67.bb
similarity index 93%
rename from meta-networking/recipes-support/stunnel/stunnel_5.66.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.67.bb
index 17c8c5360..db535e735 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.66.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.67.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
"
-SRC_URI[sha256sum] = "558178704d1aa5f6883aac6cc5d6bbf2a5714c8a0d2e91da0392468cee9f579c"
+SRC_URI[sha256sum] = "3086939ee6407516c59b0ba3fbf555338f9d52f459bcab6337c0f00e91ea8456"
inherit autotools bash-completion pkgconfig
--
2.25.1
[meta-oe] [PATCH] ser1net: upgrade 4.3.8 -> 4.3.9
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ser2net/{ser2net_4.3.8.bb => ser2net_4.3.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.3.8.bb => ser2net_4.3.9.bb} (84%)
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
similarity index 84%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
index c8108d602..e149bb568 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
@@ -9,7 +9,7 @@ DEPENDS = "gensio libyaml"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
-SRC_URI[sha256sum] = "e5620975523059a38709bb53c0567600adbbcb8011066a2d2fe1b4db9efe0ba3"
+SRC_URI[sha256sum] = "bcb8ae31d00c6b4392d1cd1c9ecc9390a8b241029c42c5eb951af090edaf56db"
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net"
--
2.25.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ser2net/{ser2net_4.3.8.bb => ser2net_4.3.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-connectivity/ser2net/{ser2net_4.3.8.bb => ser2net_4.3.9.bb} (84%)
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
similarity index 84%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
index c8108d602..e149bb568 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.8.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.9.bb
@@ -9,7 +9,7 @@ DEPENDS = "gensio libyaml"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
-SRC_URI[sha256sum] = "e5620975523059a38709bb53c0567600adbbcb8011066a2d2fe1b4db9efe0ba3"
+SRC_URI[sha256sum] = "bcb8ae31d00c6b4392d1cd1c9ecc9390a8b241029c42c5eb951af090edaf56db"
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net"
--
2.25.1
[meta-oe] [PATCH] satyr: upgrade 0.39 -> 0.40
wangmy
From: Wang Mingyu <wangmy@...>
0001-py_base_stacktrace.c-include-glib.h.patch
removed since it's included in 0.40
Changelog:
=========
py_base_stacktrace.c: include glib.h
Add support for fine-grained error location lines in Python tracebacks
Signed-off-by: Wang Mingyu <wangmy@...>
---
...-py_base_stacktrace.c-include-glib.h.patch | 29 -------------------
.../satyr/{satyr_0.39.bb => satyr_0.40.bb} | 5 ++--
2 files changed, 2 insertions(+), 32 deletions(-)
delete mode 100644 meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch
rename meta-oe/recipes-support/satyr/{satyr_0.39.bb => satyr_0.40.bb} (88%)
diff --git a/meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch b/meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch
deleted file mode 100644
index fe3b1c12d..000000000
--- a/meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 3b84fe4375292d00ebb605a5917e66129fe5f0cb Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@...>
-Date: Wed, 24 Aug 2022 23:26:46 -0700
-Subject: [PATCH] py_base_stacktrace.c: include glib.h
-
-This file has references to g_free from glib-2.0 which needs this header
-
-Upstream-Status: Submitted [https://github.com/abrt/satyr/pull/333]
-Signed-off-by: Khem Raj <raj.khem@...>
----
- python/py_base_stacktrace.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/python/py_base_stacktrace.c b/python/py_base_stacktrace.c
-index b9bd16c..301db84 100644
---- a/python/py_base_stacktrace.c
-+++ b/python/py_base_stacktrace.c
-@@ -17,7 +17,7 @@
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
--
-+#include <glib.h>
- #include "py_common.h"
- #include "py_base_thread.h"
- #include "py_base_stacktrace.h"
---
-2.37.2
-
diff --git a/meta-oe/recipes-support/satyr/satyr_0.39.bb b/meta-oe/recipes-support/satyr/satyr_0.40.bb
similarity index 88%
rename from meta-oe/recipes-support/satyr/satyr_0.39.bb
rename to meta-oe/recipes-support/satyr/satyr_0.40.bb
index be1ef3f79..5b44618b7 100644
--- a/meta-oe/recipes-support/satyr/satyr_0.39.bb
+++ b/meta-oe/recipes-support/satyr/satyr_0.40.bb
@@ -9,9 +9,8 @@ inherit autotools-brokensep python3native pkgconfig
SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \
file://0002-fix-compile-failure-against-musl-C-library.patch \
- file://0001-py_base_stacktrace.c-include-glib.h.patch \
-"
-SRCREV = "f8a0dbfe7fcc6e44f03d66ca5c81363aea318380"
+ "
+SRCREV = "61addf12d15ef9d0bff5e3cc26e08d08a4f88094"
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
--
2.25.1
0001-py_base_stacktrace.c-include-glib.h.patch
removed since it's included in 0.40
Changelog:
=========
py_base_stacktrace.c: include glib.h
Add support for fine-grained error location lines in Python tracebacks
Signed-off-by: Wang Mingyu <wangmy@...>
---
...-py_base_stacktrace.c-include-glib.h.patch | 29 -------------------
.../satyr/{satyr_0.39.bb => satyr_0.40.bb} | 5 ++--
2 files changed, 2 insertions(+), 32 deletions(-)
delete mode 100644 meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch
rename meta-oe/recipes-support/satyr/{satyr_0.39.bb => satyr_0.40.bb} (88%)
diff --git a/meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch b/meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch
deleted file mode 100644
index fe3b1c12d..000000000
--- a/meta-oe/recipes-support/satyr/files/0001-py_base_stacktrace.c-include-glib.h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 3b84fe4375292d00ebb605a5917e66129fe5f0cb Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@...>
-Date: Wed, 24 Aug 2022 23:26:46 -0700
-Subject: [PATCH] py_base_stacktrace.c: include glib.h
-
-This file has references to g_free from glib-2.0 which needs this header
-
-Upstream-Status: Submitted [https://github.com/abrt/satyr/pull/333]
-Signed-off-by: Khem Raj <raj.khem@...>
----
- python/py_base_stacktrace.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/python/py_base_stacktrace.c b/python/py_base_stacktrace.c
-index b9bd16c..301db84 100644
---- a/python/py_base_stacktrace.c
-+++ b/python/py_base_stacktrace.c
-@@ -17,7 +17,7 @@
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
--
-+#include <glib.h>
- #include "py_common.h"
- #include "py_base_thread.h"
- #include "py_base_stacktrace.h"
---
-2.37.2
-
diff --git a/meta-oe/recipes-support/satyr/satyr_0.39.bb b/meta-oe/recipes-support/satyr/satyr_0.40.bb
similarity index 88%
rename from meta-oe/recipes-support/satyr/satyr_0.39.bb
rename to meta-oe/recipes-support/satyr/satyr_0.40.bb
index be1ef3f79..5b44618b7 100644
--- a/meta-oe/recipes-support/satyr/satyr_0.39.bb
+++ b/meta-oe/recipes-support/satyr/satyr_0.40.bb
@@ -9,9 +9,8 @@ inherit autotools-brokensep python3native pkgconfig
SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \
file://0002-fix-compile-failure-against-musl-C-library.patch \
- file://0001-py_base_stacktrace.c-include-glib.h.patch \
-"
-SRCREV = "f8a0dbfe7fcc6e44f03d66ca5c81363aea318380"
+ "
+SRCREV = "61addf12d15ef9d0bff5e3cc26e08d08a4f88094"
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
--
2.25.1
[meta-oe] [PATCH] poppler: upgrade 22.10.0 -> 22.11.0
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
==========
core:
* CairoOutputDev: Update font after restore
* Protect against broken files
* Small code refactoring
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../poppler/{poppler_22.10.0.bb => poppler_22.11.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/poppler/{poppler_22.10.0.bb => poppler_22.11.0.bb} (96%)
diff --git a/meta-oe/recipes-support/poppler/poppler_22.10.0.bb b/meta-oe/recipes-support/poppler/poppler_22.11.0.bb
similarity index 96%
rename from meta-oe/recipes-support/poppler/poppler_22.10.0.bb
rename to meta-oe/recipes-support/poppler/poppler_22.11.0.bb
index 0a15088d0..5ba1b2f0c 100644
--- a/meta-oe/recipes-support/poppler/poppler_22.10.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_22.11.0.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
file://0001-Do-not-overwrite-all-our-build-flags.patch \
file://basename-include.patch \
"
-SRC_URI[sha256sum] = "04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a"
+SRC_URI[sha256sum] = "093ba9844ed774285517361c15e21a31ba4df278a499263d4403cca74f2da828"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
--
2.25.1
Changelog:
==========
core:
* CairoOutputDev: Update font after restore
* Protect against broken files
* Small code refactoring
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../poppler/{poppler_22.10.0.bb => poppler_22.11.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/poppler/{poppler_22.10.0.bb => poppler_22.11.0.bb} (96%)
diff --git a/meta-oe/recipes-support/poppler/poppler_22.10.0.bb b/meta-oe/recipes-support/poppler/poppler_22.11.0.bb
similarity index 96%
rename from meta-oe/recipes-support/poppler/poppler_22.10.0.bb
rename to meta-oe/recipes-support/poppler/poppler_22.11.0.bb
index 0a15088d0..5ba1b2f0c 100644
--- a/meta-oe/recipes-support/poppler/poppler_22.10.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_22.11.0.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
file://0001-Do-not-overwrite-all-our-build-flags.patch \
file://basename-include.patch \
"
-SRC_URI[sha256sum] = "04e40fad924a6de62e63017a6fd4c04696c1f526dedc2ba5ef275cedf646292a"
+SRC_URI[sha256sum] = "093ba9844ed774285517361c15e21a31ba4df278a499263d4403cca74f2da828"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
--
2.25.1
[meta-oe] [PATCH] poco: upgrade 1.12.3 -> 1.12.4
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
============
- GH #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE]
- GH #3852: SocketReactor - 100 % CPU usage on single-core system
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/poco/{poco_1.12.3.bb => poco_1.12.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/poco/{poco_1.12.3.bb => poco_1.12.4.bb} (98%)
diff --git a/meta-oe/recipes-support/poco/poco_1.12.3.bb b/meta-oe/recipes-support/poco/poco_1.12.4.bb
similarity index 98%
rename from meta-oe/recipes-support/poco/poco_1.12.3.bb
rename to meta-oe/recipes-support/poco/poco_1.12.4.bb
index 32c57ce97..fc8e4dece 100644
--- a/meta-oe/recipes-support/poco/poco_1.12.3.bb
+++ b/meta-oe/recipes-support/poco/poco_1.12.4.bb
@@ -11,7 +11,7 @@ DEPENDS = "libpcre2 zlib"
SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \
file://run-ptest \
"
-SRCREV = "f1aefe34a46891b09230422bbc37465bc6d0a0d1"
+SRCREV = "1211613642269b7d53bea58b02de7fcd25ece3b9"
UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
--
2.25.1
Changelog:
============
- GH #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE]
- GH #3852: SocketReactor - 100 % CPU usage on single-core system
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/poco/{poco_1.12.3.bb => poco_1.12.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/poco/{poco_1.12.3.bb => poco_1.12.4.bb} (98%)
diff --git a/meta-oe/recipes-support/poco/poco_1.12.3.bb b/meta-oe/recipes-support/poco/poco_1.12.4.bb
similarity index 98%
rename from meta-oe/recipes-support/poco/poco_1.12.3.bb
rename to meta-oe/recipes-support/poco/poco_1.12.4.bb
index 32c57ce97..fc8e4dece 100644
--- a/meta-oe/recipes-support/poco/poco_1.12.3.bb
+++ b/meta-oe/recipes-support/poco/poco_1.12.4.bb
@@ -11,7 +11,7 @@ DEPENDS = "libpcre2 zlib"
SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \
file://run-ptest \
"
-SRCREV = "f1aefe34a46891b09230422bbc37465bc6d0a0d1"
+SRCREV = "1211613642269b7d53bea58b02de7fcd25ece3b9"
UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
--
2.25.1
[meta-networking] [PATCH] openvpn: upgrade 2.5.7 -> 2.5.8
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
==========
tls-crypt-v2: bail out if the client key is too small
Remove useless empty line from CR_RESPONSE message
Allow running a default configuration with TLS libraries without BF-CBC
Change command help to match man page and implementation
Fix OpenVPN querying user/password if auth-token with user expires
t_client: Allow to force FAIL on prerequisite fails
t_client.sh: do not require fping6
Preparing release 2.5.8
msvc: add branch name and commit hash to version output
Update the replay-window backtrack log message
Do not skip ERROR:/SUCCESS: response from management interface
Fix auth-token usage with management-def-auth
Allow a few levels of recursion in virtual_output_callback()
Ensure --auth-nocache is handled during renegotiation
Purge auth-token as well while purging passwords
Do not copy auth_token username to itself
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../openvpn/{openvpn_2.5.7.bb => openvpn_2.5.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-support/openvpn/{openvpn_2.5.7.bb => openvpn_2.5.8.bb} (97%)
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb
similarity index 97%
rename from meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb
rename to meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb
index a28c73ab5..b2783d992 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \
UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads"
-SRC_URI[sha256sum] = "08340a389905c84196b6cd750add1bc0fa2d46a1afebfd589c24120946c13e68"
+SRC_URI[sha256sum] = "a6f315b7231d44527e65901ff646f87d7f07862c87f33531daa109fb48c53db2"
# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn.
CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569"
--
2.25.1
Changelog:
==========
tls-crypt-v2: bail out if the client key is too small
Remove useless empty line from CR_RESPONSE message
Allow running a default configuration with TLS libraries without BF-CBC
Change command help to match man page and implementation
Fix OpenVPN querying user/password if auth-token with user expires
t_client: Allow to force FAIL on prerequisite fails
t_client.sh: do not require fping6
Preparing release 2.5.8
msvc: add branch name and commit hash to version output
Update the replay-window backtrack log message
Do not skip ERROR:/SUCCESS: response from management interface
Fix auth-token usage with management-def-auth
Allow a few levels of recursion in virtual_output_callback()
Ensure --auth-nocache is handled during renegotiation
Purge auth-token as well while purging passwords
Do not copy auth_token username to itself
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../openvpn/{openvpn_2.5.7.bb => openvpn_2.5.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-support/openvpn/{openvpn_2.5.7.bb => openvpn_2.5.8.bb} (97%)
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb
similarity index 97%
rename from meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb
rename to meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb
index a28c73ab5..b2783d992 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \
UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads"
-SRC_URI[sha256sum] = "08340a389905c84196b6cd750add1bc0fa2d46a1afebfd589c24120946c13e68"
+SRC_URI[sha256sum] = "a6f315b7231d44527e65901ff646f87d7f07862c87f33531daa109fb48c53db2"
# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn.
CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569"
--
2.25.1
[meta-oe] [PATCH] valijson: upgrade 0.7 -> 1.0
wangmy
From: Wang Mingyu <wangmy@...>
License-update: "Akamai Technolgies" changed to "Akamai Technologies"
Changelog:
===========
Transition to using submodules for vendored-in parser libraries
Fixes for the implementation of YamlCppObject::find()
Use the correct version of std::string::replace in the extractReferenceToken helper function
Avoid throwing exceptions when using operator new in the CustomAllocator class
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../valijson/{valijson_0.7.bb => valijson_1.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-devtools/valijson/{valijson_0.7.bb => valijson_1.0.bb} (85%)
diff --git a/meta-oe/recipes-devtools/valijson/valijson_0.7.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
similarity index 85%
rename from meta-oe/recipes-devtools/valijson/valijson_0.7.bb
rename to meta-oe/recipes-devtools/valijson/valijson_1.0.bb
index 3bb89ee8f..52475522a 100644
--- a/meta-oe/recipes-devtools/valijson/valijson_0.7.bb
+++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
@@ -1,10 +1,10 @@
SUMMARY = "Header-only C++ library for JSON Schema validation"
HOMEPAGE = "https://github.com/tristanpenman/valijson"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https"
-SRCREV = "94d3bfd39ad4dca1be0f700b5eea8e4234d0e7e8"
+SRCREV = "78ac8a737df56b5334354efe104ea8f99e2a2f00"
S = "${WORKDIR}/git"
--
2.25.1
License-update: "Akamai Technolgies" changed to "Akamai Technologies"
Changelog:
===========
Transition to using submodules for vendored-in parser libraries
Fixes for the implementation of YamlCppObject::find()
Use the correct version of std::string::replace in the extractReferenceToken helper function
Avoid throwing exceptions when using operator new in the CustomAllocator class
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../valijson/{valijson_0.7.bb => valijson_1.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-devtools/valijson/{valijson_0.7.bb => valijson_1.0.bb} (85%)
diff --git a/meta-oe/recipes-devtools/valijson/valijson_0.7.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
similarity index 85%
rename from meta-oe/recipes-devtools/valijson/valijson_0.7.bb
rename to meta-oe/recipes-devtools/valijson/valijson_1.0.bb
index 3bb89ee8f..52475522a 100644
--- a/meta-oe/recipes-devtools/valijson/valijson_0.7.bb
+++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
@@ -1,10 +1,10 @@
SUMMARY = "Header-only C++ library for JSON Schema validation"
HOMEPAGE = "https://github.com/tristanpenman/valijson"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https"
-SRCREV = "94d3bfd39ad4dca1be0f700b5eea8e4234d0e7e8"
+SRCREV = "78ac8a737df56b5334354efe104ea8f99e2a2f00"
S = "${WORKDIR}/git"
--
2.25.1
[meta-oe] [PATCH] libbpf: upgrade 0.8.0 -> 1.0.1
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
https://github.com/libbpf/libbpf/releases
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../libbpf/{libbpf_0.8.0.bb => libbpf_1.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-kernel/libbpf/{libbpf_0.8.0.bb => libbpf_1.0.1.bb} (89%)
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.0.1.bb
similarity index 89%
rename from meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb
rename to meta-oe/recipes-kernel/libbpf/libbpf_1.0.1.bb
index 76fd86214..5137a4cb3 100644
--- a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb
+++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.0.1.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238
DEPENDS = "zlib elfutils"
-SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master"
-SRCREV = "86eb09863c1c0177e99c2c703092042d3cdba910"
+SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-v1.0.1"
+SRCREV = "a6d7530cb7dff87ac1e64a540e63b67ddde2e0f9"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux"
--
2.25.1
Changelog:
https://github.com/libbpf/libbpf/releases
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../libbpf/{libbpf_0.8.0.bb => libbpf_1.0.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-kernel/libbpf/{libbpf_0.8.0.bb => libbpf_1.0.1.bb} (89%)
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.0.1.bb
similarity index 89%
rename from meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb
rename to meta-oe/recipes-kernel/libbpf/libbpf_1.0.1.bb
index 76fd86214..5137a4cb3 100644
--- a/meta-oe/recipes-kernel/libbpf/libbpf_0.8.0.bb
+++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.0.1.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238
DEPENDS = "zlib elfutils"
-SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master"
-SRCREV = "86eb09863c1c0177e99c2c703092042d3cdba910"
+SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-v1.0.1"
+SRCREV = "a6d7530cb7dff87ac1e64a540e63b67ddde2e0f9"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux"
--
2.25.1
[meta-oe] [PATCH] ctags: upgrade 5.9.20221023.0 -> 5.9.20221106.0
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
==========
lregex: warn if mgroup= flag is not given in --mline-regex-<LANG>=
Meson: extract imported modules as reference tags
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ctags/{ctags_5.9.20221023.0.bb => ctags_5.9.20221106.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221023.0.bb => ctags_5.9.20221106.0.bb} (95%)
diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
index b7703cef9..6ef767710 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
inherit autotools-brokensep pkgconfig manpages
-SRCREV = "d8f5c062ea6ff484f4f1f5095a7d3c364f3019ea"
+SRCREV = "bf0d53505856d4b3e662be22bbe5fcb740451ca1"
SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
S = "${WORKDIR}/git"
--
2.25.1
Changelog:
==========
lregex: warn if mgroup= flag is not given in --mline-regex-<LANG>=
Meson: extract imported modules as reference tags
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ctags/{ctags_5.9.20221023.0.bb => ctags_5.9.20221106.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221023.0.bb => ctags_5.9.20221106.0.bb} (95%)
diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
index b7703cef9..6ef767710 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
inherit autotools-brokensep pkgconfig manpages
-SRCREV = "d8f5c062ea6ff484f4f1f5095a7d3c364f3019ea"
+SRCREV = "bf0d53505856d4b3e662be22bbe5fcb740451ca1"
SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
S = "${WORKDIR}/git"
--
2.25.1
[meta-oe] [PATCH] cli11: upgrade 2.3.0 -> 2.3.1
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
==========
Bugfix: App::get_option_group implementation missing #793
Bugfix: Fix spacing when setting an empty footer #796
Bugfix: Address Klocwork static analysis checking issues #785
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/cli11/{cli11_2.3.0.bb => cli11_2.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/cli11/{cli11_2.3.0.bb => cli11_2.3.1.bb} (94%)
diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.0.bb b/meta-oe/recipes-support/cli11/cli11_2.3.1.bb
similarity index 94%
rename from meta-oe/recipes-support/cli11/cli11_2.3.0.bb
rename to meta-oe/recipes-support/cli11/cli11_2.3.1.bb
index 53ae95b68..cdba31e70 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.3.0.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.3.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich f
HOMEPAGE = "https://github.com/CLIUtils/CLI11"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ad746b5f49c0fd53c08ca1faff1922c"
-SRCREV = "a66ae4145779c56dc0f9f98a631656417dd77de8"
+SRCREV = "c2ea58c7f9bb2a1da2d3d7f5b462121ac6a07f16"
PV .= "+git${SRCPV}"
SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
--
2.25.1
Changelog:
==========
Bugfix: App::get_option_group implementation missing #793
Bugfix: Fix spacing when setting an empty footer #796
Bugfix: Address Klocwork static analysis checking issues #785
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/cli11/{cli11_2.3.0.bb => cli11_2.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/cli11/{cli11_2.3.0.bb => cli11_2.3.1.bb} (94%)
diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.0.bb b/meta-oe/recipes-support/cli11/cli11_2.3.1.bb
similarity index 94%
rename from meta-oe/recipes-support/cli11/cli11_2.3.0.bb
rename to meta-oe/recipes-support/cli11/cli11_2.3.1.bb
index 53ae95b68..cdba31e70 100644
--- a/meta-oe/recipes-support/cli11/cli11_2.3.0.bb
+++ b/meta-oe/recipes-support/cli11/cli11_2.3.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich f
HOMEPAGE = "https://github.com/CLIUtils/CLI11"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ad746b5f49c0fd53c08ca1faff1922c"
-SRCREV = "a66ae4145779c56dc0f9f98a631656417dd77de8"
+SRCREV = "c2ea58c7f9bb2a1da2d3d7f5b462121ac6a07f16"
PV .= "+git${SRCPV}"
SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
--
2.25.1
[meta-networking] [PATCH] ulogd2: upgrade 2.0.7 -> 2.0.8
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-filter/ulogd2/{ulogd2_2.0.7.bb => ulogd2_2.0.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-filter/ulogd2/{ulogd2_2.0.7.bb => ulogd2_2.0.8.bb} (98%)
diff --git a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.7.bb b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
similarity index 98%
rename from meta-networking/recipes-filter/ulogd2/ulogd2_2.0.7.bb
rename to meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
index 7a307dc29..19bd32ccd 100644
--- a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.7.bb
+++ b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://git.netfilter.org/ulogd2;branch=master \
file://ulogd.init \
file://ulogd.service \
"
-SRCREV = "5f9628c9273815b6e560603427fe86118e7cb5bb"
+SRCREV = "79aa980f2df9dda0c097e8f883a62f414b9e5138"
S = "${WORKDIR}/git"
--
2.25.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-filter/ulogd2/{ulogd2_2.0.7.bb => ulogd2_2.0.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-filter/ulogd2/{ulogd2_2.0.7.bb => ulogd2_2.0.8.bb} (98%)
diff --git a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.7.bb b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
similarity index 98%
rename from meta-networking/recipes-filter/ulogd2/ulogd2_2.0.7.bb
rename to meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
index 7a307dc29..19bd32ccd 100644
--- a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.7.bb
+++ b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://git.netfilter.org/ulogd2;branch=master \
file://ulogd.init \
file://ulogd.service \
"
-SRCREV = "5f9628c9273815b6e560603427fe86118e7cb5bb"
+SRCREV = "79aa980f2df9dda0c097e8f883a62f414b9e5138"
S = "${WORKDIR}/git"
--
2.25.1
[meta-filesystems] [PATCH] xfstests: upgrade 2022.10.09 -> 2022.10.30
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../xfstests/{xfstests_2022.10.09.bb => xfstests_2022.10.30.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-filesystems/recipes-utils/xfstests/{xfstests_2022.10.09.bb => xfstests_2022.10.30.bb} (97%)
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
similarity index 97%
rename from meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
rename to meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
index 4965d0586..19e16c591 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;na
file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
"
-SRCREV_xfstests = "3b5cb74c03312b5ac3349a0759c8d32bb9d0dada"
+SRCREV_xfstests = "7d839ccc1a13148d1a41d32fb9be83a0c8d31496"
SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914"
S = "${WORKDIR}/git"
--
2.25.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../xfstests/{xfstests_2022.10.09.bb => xfstests_2022.10.30.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-filesystems/recipes-utils/xfstests/{xfstests_2022.10.09.bb => xfstests_2022.10.30.bb} (97%)
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
similarity index 97%
rename from meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
rename to meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
index 4965d0586..19e16c591 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.09.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;na
file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
"
-SRCREV_xfstests = "3b5cb74c03312b5ac3349a0759c8d32bb9d0dada"
+SRCREV_xfstests = "7d839ccc1a13148d1a41d32fb9be83a0c8d31496"
SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914"
S = "${WORKDIR}/git"
--
2.25.1
[meta-oe] [PATCH] mosh: upgrade 1.3.2 -> 1.4.0
wangmy
From: Wang Mingyu <wangmy@...>
0001-Fix-building-with-libc.patch
removed since it's included in 1.4.0
Changelog:
https://github.com/mobile-shell/mosh/releases/tag/mosh-1.4.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../mosh/0001-Fix-building-with-libc.patch | 24 -------------------
.../mosh/{mosh_1.3.2.bb => mosh_1.4.0.bb} | 7 ++----
2 files changed, 2 insertions(+), 29 deletions(-)
delete mode 100644 meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
rename meta-oe/recipes-connectivity/mosh/{mosh_1.3.2.bb => mosh_1.4.0.bb} (87%)
diff --git a/meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch b/meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
deleted file mode 100644
index 100ede17b..000000000
--- a/meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From efa9e49714b30d7d9128946a2504c93e10d109b5 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@...>
-Date: Tue, 29 Jan 2019 12:20:03 -0800
-Subject: [PATCH] Fix building with libc++
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj <raj.khem@...>
----
- src/network/network.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/network/network.cc b/src/network/network.cc
-index 26da603..e480853 100644
---- a/src/network/network.cc
-+++ b/src/network/network.cc
-@@ -335,7 +335,7 @@ bool Connection::try_bind( const char *addr, int port_low, int port_high )
- }
- }
-
-- if ( bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) {
-+ if ( ::bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) {
- set_MTU( local_addr.sa.sa_family );
- return true;
- } else if ( i == search_high ) { /* last port to search */
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
similarity index 87%
rename from meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
rename to meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
index b4b5aa78a..4537a0941 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
@@ -14,11 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter"
-SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz \
- file://0001-Fix-building-with-libc.patch \
- "
-SRC_URI[md5sum] = "5122f4d2b973ab7c38dcdac8c35cb61e"
-SRC_URI[sha256sum] = "da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216"
+SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz"
+SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd"
inherit autotools pkgconfig
--
2.25.1
0001-Fix-building-with-libc.patch
removed since it's included in 1.4.0
Changelog:
https://github.com/mobile-shell/mosh/releases/tag/mosh-1.4.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../mosh/0001-Fix-building-with-libc.patch | 24 -------------------
.../mosh/{mosh_1.3.2.bb => mosh_1.4.0.bb} | 7 ++----
2 files changed, 2 insertions(+), 29 deletions(-)
delete mode 100644 meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
rename meta-oe/recipes-connectivity/mosh/{mosh_1.3.2.bb => mosh_1.4.0.bb} (87%)
diff --git a/meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch b/meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
deleted file mode 100644
index 100ede17b..000000000
--- a/meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From efa9e49714b30d7d9128946a2504c93e10d109b5 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@...>
-Date: Tue, 29 Jan 2019 12:20:03 -0800
-Subject: [PATCH] Fix building with libc++
-
-Upstream-Status: Pending
-Signed-off-by: Khem Raj <raj.khem@...>
----
- src/network/network.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/network/network.cc b/src/network/network.cc
-index 26da603..e480853 100644
---- a/src/network/network.cc
-+++ b/src/network/network.cc
-@@ -335,7 +335,7 @@ bool Connection::try_bind( const char *addr, int port_low, int port_high )
- }
- }
-
-- if ( bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) {
-+ if ( ::bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) {
- set_MTU( local_addr.sa.sa_family );
- return true;
- } else if ( i == search_high ) { /* last port to search */
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
similarity index 87%
rename from meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
rename to meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
index b4b5aa78a..4537a0941 100644
--- a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb
+++ b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb
@@ -14,11 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter"
-SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz \
- file://0001-Fix-building-with-libc.patch \
- "
-SRC_URI[md5sum] = "5122f4d2b973ab7c38dcdac8c35cb61e"
-SRC_URI[sha256sum] = "da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216"
+SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz"
+SRC_URI[sha256sum] = "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd"
inherit autotools pkgconfig
--
2.25.1
[meta-perl] [PATCH] libdbd-sqlite-perl: upgrade 1.70 -> 1.72
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
==========
- Upgraded SQLite to 3.39.4
- Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper)
- Fix another test failure on perl built with -DDEBUGGING
- Lowercase datatype in table column metadata for backcompat
- Fix test failure on perl built with -DDEBUGGING (andk++)
- Expose sqlite_error_offset introduced in 3.38.0
- Improve sqlite_load_extension doc (GH#94, Derek Lamb++)
- Add a feature to unregister a created function
- Fix accented characters in POD (GH#90, HaraldJoerg++)
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{libdbd-sqlite-perl_1.70.bb => libdbd-sqlite-perl_1.72.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-perl/recipes-perl/libdb/{libdbd-sqlite-perl_1.70.bb => libdbd-sqlite-perl_1.72.bb} (94%)
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
similarity index 94%
rename from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb
rename to meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
index 17ec3298c..975034a07 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
@@ -14,7 +14,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \
file://sqlite-perl-test.pl \
"
-SRC_URI[sha256sum] = "40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e"
+SRC_URI[sha256sum] = "5ca41e61eb52b52bd862a3088b912a75fe70910ac789b9a9983e0a449e94f551"
UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
--
2.25.1
Changelog:
==========
- Upgraded SQLite to 3.39.4
- Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper)
- Fix another test failure on perl built with -DDEBUGGING
- Lowercase datatype in table column metadata for backcompat
- Fix test failure on perl built with -DDEBUGGING (andk++)
- Expose sqlite_error_offset introduced in 3.38.0
- Improve sqlite_load_extension doc (GH#94, Derek Lamb++)
- Add a feature to unregister a created function
- Fix accented characters in POD (GH#90, HaraldJoerg++)
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{libdbd-sqlite-perl_1.70.bb => libdbd-sqlite-perl_1.72.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-perl/recipes-perl/libdb/{libdbd-sqlite-perl_1.70.bb => libdbd-sqlite-perl_1.72.bb} (94%)
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
similarity index 94%
rename from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb
rename to meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
index 17ec3298c..975034a07 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
@@ -14,7 +14,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \
file://sqlite-perl-test.pl \
"
-SRC_URI[sha256sum] = "40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e"
+SRC_URI[sha256sum] = "5ca41e61eb52b52bd862a3088b912a75fe70910ac789b9a9983e0a449e94f551"
UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
--
2.25.1
[meta-oe] [PATCH] lcms: upgrade 2.13.1 -> 2.14
wangmy
From: Wang Mingyu <wangmy@...>
Changelog:
===========
lcms2 now implements ICC specification 4.4
New multi-threaded plug-in
several fixes to keep fuzzers happy
Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used
Added more validation against broken profiles
Add more help to several tools
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/lcms/{lcms_2.13.1.bb => lcms_2.14.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/lcms/{lcms_2.13.1.bb => lcms_2.14.bb} (79%)
diff --git a/meta-oe/recipes-support/lcms/lcms_2.13.1.bb b/meta-oe/recipes-support/lcms/lcms_2.14.bb
similarity index 79%
rename from meta-oe/recipes-support/lcms/lcms_2.13.1.bb
rename to meta-oe/recipes-support/lcms/lcms_2.14.bb
index e018c5bff..eb671449f 100644
--- a/meta-oe/recipes-support/lcms/lcms_2.13.1.bb
+++ b/meta-oe/recipes-support/lcms/lcms_2.14.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ac638b4bc6b67582a11379cfbaeb93dd"
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
-SRC_URI[sha256sum] = "d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88"
+SRC_URI[sha256sum] = "28474ea6f6591c4d4cee972123587001a4e6e353412a41b3e9e82219818d5740"
DEPENDS = "tiff"
--
2.25.1
Changelog:
===========
lcms2 now implements ICC specification 4.4
New multi-threaded plug-in
several fixes to keep fuzzers happy
Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used
Added more validation against broken profiles
Add more help to several tools
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/lcms/{lcms_2.13.1.bb => lcms_2.14.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/lcms/{lcms_2.13.1.bb => lcms_2.14.bb} (79%)
diff --git a/meta-oe/recipes-support/lcms/lcms_2.13.1.bb b/meta-oe/recipes-support/lcms/lcms_2.14.bb
similarity index 79%
rename from meta-oe/recipes-support/lcms/lcms_2.13.1.bb
rename to meta-oe/recipes-support/lcms/lcms_2.14.bb
index e018c5bff..eb671449f 100644
--- a/meta-oe/recipes-support/lcms/lcms_2.13.1.bb
+++ b/meta-oe/recipes-support/lcms/lcms_2.14.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ac638b4bc6b67582a11379cfbaeb93dd"
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
-SRC_URI[sha256sum] = "d473e796e7b27c5af01bd6d1552d42b45b43457e7182ce9903f38bb748203b88"
+SRC_URI[sha256sum] = "28474ea6f6591c4d4cee972123587001a4e6e353412a41b3e9e82219818d5740"
DEPENDS = "tiff"
--
2.25.1
[meta-oe] [PATCH] hwdata: upgrade 0.363 -> 0.364
wangmy
From: Wang Mingyu <wangmy@...>
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/hwdata/{hwdata_0.363.bb => hwdata_0.364.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/hwdata/{hwdata_0.363.bb => hwdata_0.364.bb} (91%)
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.363.bb b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
similarity index 91%
rename from meta-oe/recipes-support/hwdata/hwdata_0.363.bb
rename to meta-oe/recipes-support/hwdata/hwdata_0.364.bb
index ddfce3f39..6499db24f 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.363.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
@@ -5,7 +5,7 @@ SECTION = "System/Base"
LICENSE = "GPL-2.0-or-later | XFree86-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
-SRCREV = "75df73ae53e2bb878b5dc62036679efb69210222"
+SRCREV = "3ac83cecf56f299e7390e5afeab2808632719243"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
--
2.25.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/hwdata/{hwdata_0.363.bb => hwdata_0.364.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/hwdata/{hwdata_0.363.bb => hwdata_0.364.bb} (91%)
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.363.bb b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
similarity index 91%
rename from meta-oe/recipes-support/hwdata/hwdata_0.363.bb
rename to meta-oe/recipes-support/hwdata/hwdata_0.364.bb
index ddfce3f39..6499db24f 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.363.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb
@@ -5,7 +5,7 @@ SECTION = "System/Base"
LICENSE = "GPL-2.0-or-later | XFree86-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
-SRCREV = "75df73ae53e2bb878b5dc62036679efb69210222"
+SRCREV = "3ac83cecf56f299e7390e5afeab2808632719243"
SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
--
2.25.1