Date   

[meta-python] [PATCH] python3-google-auth: upgrade 2.9.1 -> 2.10.0

xuhuan.fnst@fujitsu.com
 

From: Xu Huan <xuhuan.fnst@...>

Changelog:
==========
Features
--------
add integration tests for pluggable auth
support for configurable token lifetime
support for configurable token lifetime

Bug Fixes
---------
async certificate decoding
Async system tests were not unwrapping async_generators
Fix IDTokenCredentials update bug
make expiration_time optional in response schema
refactor credential subclass parameters

Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
...thon3-google-auth_2.9.1.bb => python3-google-auth_2.10.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-google-auth_2.9.1.bb => python3-google-auth_2.10.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.9.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.10.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.9.1.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.10.0.bb
index e884abac1b..610a4d7dd8 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.10.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

inherit pypi setuptools3

-SRC_URI[sha256sum] = "14292fa3429f2bb1e99862554cde1ee730d6840ebae067814d3d15d8549c0888"
+SRC_URI[sha256sum] = "7904dbd44b745c7323fef29565adee2fe7ff48473e2d94443aced40b0404a395"

RDEPENDS:${PN} += "\
${PYTHON_PN}-asyncio \
--
2.25.1


Re: kirkstone merge request: Aug 16th

Khem Raj
 

merged ... thanks Armin

On Tue, Aug 16, 2022 at 11:42 AM akuster808 <akuster808@...> wrote:

The following changes since commit 8f2dc1023482863e2630d1b94052c41ce748b38f:

tracker: upgrade 3.3.1 -> 3.3.2 (2022-07-26 07:27:26 -0700)

are available in the Git repository at:

https://git.openembedded.org/meta-openembedded kirkstone-next

for you to fetch changes up to acbe74879807fc6f82b62525d32c823899e19036:

cryptsetup: Add support for building without SSH tokens (2022-08-09
09:51:57 -0700)

----------------------------------------------------------------
Akash Hadke (1):
polkit: Add --shell /bin/nologin to polkitd user

Anuj Mittal (1):
yasm: fix buildpaths warning

Khem Raj (1):
ibus: Swith to use main branch instead of master

Marta Rybczynska (1):
polkit: update patches for musl compilation

Martin Jansa (1):
glmark2: fix compatibility with python-3.11

Mingli Yu (6):
net-snmp: set ac_cv_path_PSPROG
postgresql: Fix the buildpaths issue
freeradius: Fix buildpaths issue
openipmi: Fix buildpaths issue
apache2: Fix the buildpaths issue
frr: fix buildpaths issue

Peter Kjellerstedt (2):
libwebsockets: Avoid absolute paths in *.cmake files in the sysroot
cryptsetup: Add support for building without SSH tokens

Vyacheslav Yurkov (1):
polkit: add udisks2 rule

Yi Zhao (1):
polkit-group-rule-udisks2: fix override syntax in RDEPENDS

meta-gnome/recipes-support/ibus/ibus.inc | 2 +-
.../files/0001-version.c-don-t-print-build-flags.patch | 41
+++++++++++
.../recipes-connectivity/freeradius/freeradius_3.0.21.bb | 1 +
meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 5 ++
meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb | 1 +
meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb | 4 +
.../files/0001-waflib-fix-compatibility-with-python-3.11.patch | 76
+++++++++++++++++++
meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 3 +-
.../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb | 3 +
meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb | 11 ++-
.../files/0001-config_info.c-not-expose-build-info.patch | 110
++++++++++++++++++++++++++++
meta-oe/recipes-dbs/postgresql/postgresql.inc | 8 ++
meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb | 1 +
meta-oe/recipes-devtools/yasm/yasm_git.bb | 5 ++
.../polkit/files/50-org.freedesktop.udiskie.rules | 24
++++++
meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb | 17 +++++
.../polkit/0003-Added-support-for-duktape-as-JS-engine.patch | 20 ++---
...optional.patch => 0004-Make-netgroup-support-optional.patch} | 103
+++++++++++++-------------
.../polkit/0005-Make-netgroup-support-optional-duktape.patch | 34
+++++++++
meta-oe/recipes-extended/polkit/polkit_0.119.bb | 4 +-
.../apache2/0001-make_exports.awk-not-expose-the-path.patch | 32
++++++++
meta-webserver/recipes-httpd/apache2/apache2_2.4.54.bb | 1 +
22 files changed, 439 insertions(+), 67 deletions(-)
create mode 100644
meta-networking/recipes-connectivity/freeradius/files/0001-version.c-don-t-print-build-flags.patch
create mode 100644
meta-oe/recipes-benchmark/glmark2/files/0001-waflib-fix-compatibility-with-python-3.11.patch
create mode 100644
meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch
create mode 100644
meta-oe/recipes-extended/polkit/files/50-org.freedesktop.udiskie.rules
create mode 100644
meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb
rename
meta-oe/recipes-extended/polkit/polkit/{0003-make-netgroup-support-optional.patch
=> 0004-Make-netgroup-support-optional.patch} (74%)
create mode 100644
meta-oe/recipes-extended/polkit/polkit/0005-Make-netgroup-support-optional-duktape.patch
create mode 100644
meta-webserver/recipes-httpd/apache2/apache2/0001-make_exports.awk-not-expose-the-path.patch


kirkstone merge request: Aug 16th

Armin Kuster
 

The following changes since commit 8f2dc1023482863e2630d1b94052c41ce748b38f:

  tracker: upgrade 3.3.1 -> 3.3.2 (2022-07-26 07:27:26 -0700)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded kirkstone-next

for you to fetch changes up to acbe74879807fc6f82b62525d32c823899e19036:

  cryptsetup: Add support for building without SSH tokens (2022-08-09 09:51:57 -0700)

----------------------------------------------------------------
Akash Hadke (1):
      polkit: Add --shell /bin/nologin to polkitd user

Anuj Mittal (1):
      yasm: fix buildpaths warning

Khem Raj (1):
      ibus: Swith to use main branch instead of master

Marta Rybczynska (1):
      polkit: update patches for musl compilation

Martin Jansa (1):
      glmark2: fix compatibility with python-3.11

Mingli Yu (6):
      net-snmp: set ac_cv_path_PSPROG
      postgresql: Fix the buildpaths issue
      freeradius: Fix buildpaths issue
      openipmi: Fix buildpaths issue
      apache2: Fix the buildpaths issue
      frr: fix buildpaths issue

Peter Kjellerstedt (2):
      libwebsockets: Avoid absolute paths in *.cmake files in the sysroot
      cryptsetup: Add support for building without SSH tokens

Vyacheslav Yurkov (1):
      polkit: add udisks2 rule

Yi Zhao (1):
      polkit-group-rule-udisks2: fix override syntax in RDEPENDS

 meta-gnome/recipes-support/ibus/ibus.inc                        | 2 +-
 .../files/0001-version.c-don-t-print-build-flags.patch          | 41 +++++++++++
 .../recipes-connectivity/freeradius/freeradius_3.0.21.bb        | 1 +
 meta-networking/recipes-protocols/frr/frr_8.2.2.bb              | 5 ++
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb    | 1 +
 meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb     | 4 +
 .../files/0001-waflib-fix-compatibility-with-python-3.11.patch  | 76 +++++++++++++++++++
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb                | 3 +-
 .../recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb   | 3 +
 meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.3.bb           | 11 ++-
 .../files/0001-config_info.c-not-expose-build-info.patch        | 110 ++++++++++++++++++++++++++++
 meta-oe/recipes-dbs/postgresql/postgresql.inc                   | 8 ++
 meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb               | 1 +
 meta-oe/recipes-devtools/yasm/yasm_git.bb                       | 5 ++
 .../polkit/files/50-org.freedesktop.udiskie.rules               | 24 ++++++
 meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb    | 17 +++++
 .../polkit/0003-Added-support-for-duktape-as-JS-engine.patch    | 20 ++---
 ...optional.patch => 0004-Make-netgroup-support-optional.patch} | 103 +++++++++++++-------------
 .../polkit/0005-Make-netgroup-support-optional-duktape.patch    | 34 +++++++++
 meta-oe/recipes-extended/polkit/polkit_0.119.bb                 | 4 +-
 .../apache2/0001-make_exports.awk-not-expose-the-path.patch     | 32 ++++++++
 meta-webserver/recipes-httpd/apache2/apache2_2.4.54.bb          | 1 +
 22 files changed, 439 insertions(+), 67 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/freeradius/files/0001-version.c-don-t-print-build-flags.patch
 create mode 100644 meta-oe/recipes-benchmark/glmark2/files/0001-waflib-fix-compatibility-with-python-3.11.patch
 create mode 100644 meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch
 create mode 100644 meta-oe/recipes-extended/polkit/files/50-org.freedesktop.udiskie.rules
 create mode 100644 meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb
 rename meta-oe/recipes-extended/polkit/polkit/{0003-make-netgroup-support-optional.patch => 0004-Make-netgroup-support-optional.patch} (74%)
 create mode 100644 meta-oe/recipes-extended/polkit/polkit/0005-Make-netgroup-support-optional-duktape.patch
 create mode 100644 meta-webserver/recipes-httpd/apache2/apache2/0001-make_exports.awk-not-expose-the-path.patch


[meta-python][PATCH] python3-aiohue: Upgrade 4.4.2 -> 4.5.0

Leon Anavi
 

Upgrade to release 4.5.0:

- Add support for new Hue Tap Dial (relative rotary)
- Fix KeyError on fake Hue bridges
- Add monitor configuration type
- Updated rate limit statuscode

Signed-off-by: Leon Anavi <leon.anavi@...>
---
.../python/{python3-aiohue_4.4.2.bb => python3-aiohue_4.5.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-python/recipes-devtools/python/{python3-aiohue_4.4.2.bb => python3-aiohue_4.5.0.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
index 63d29a48f..7507b8ffd 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_4.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_4.5.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"

-SRC_URI[sha256sum] = "871c27da3d5a5b7d7c5049e6d23713425a2f251639ff1fb5fac460724ba42f15"
+SRC_URI[sha256sum] = "9a5aaf2fa97a889746142093e74143d5e3e02209fae428d1e2dbcc34a5c36efd"

inherit pypi setuptools3

--
2.30.2


[meta-java][dunfell][PATCH] junit: Set CVE_PRODUCT to "junit:junit4"

Virendra Thakur
 

Set CVE_PRODUCT to 'junit:junit4' for junit recipe,
cve-check class is setting default CVE_PRODUCT to 'junit'
which ignores the juint CVEs from NVD Database.

Reference:

Link: CVE-2022-34176 https://security-tracker.debian.org/tracker/CVE-2022-34176

Signed-off-by: Virendra Thakur <virendra.thakur@...>
---
recipes-core/junit/junit_3.8.2.bb | 1 +
1 file changed, 1 insertion(+)

diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb
index 57dd459..bb45af7 100644
--- a/recipes-core/junit/junit_3.8.2.bb
+++ b/recipes-core/junit/junit_3.8.2.bb
@@ -40,3 +40,4 @@ SRC_URI[md5sum] = "9b8963ba2147a64bd5f1574b6fd289cb"
SRC_URI[sha256sum] = "aae23d20e6f4dc45b4bf0b10fedcbd209c100342a0cafce1aa07d2da6da1f24a"

BBCLASSEXTEND = "native"
+CVE_PRODUCT = "junit:junit4"
--
2.17.1

This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.


[kirkstone][meta-filesystems][PATCH] fuse3: fix ptest test_passthrough_hp failure

Changqing Li
 

From: Changqing Li <changqing.li@...>

fix test_passthrough_hp failure with error:
21 unlinked testfile checks failed

Signed-off-by: Changqing Li <changqing.li@...>
---
...lls.c-allow-EBADF-in-fcheck_stat-631.patch | 45 +++++++++++++++++++
.../recipes-support/fuse/fuse3_3.10.5.bb | 1 +
2 files changed, 46 insertions(+)
create mode 100644 meta-filesystems/recipes-support/fuse/fuse3/0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch

diff --git a/meta-filesystems/recipes-support/fuse/fuse3/0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch b/meta-filesystems/recipes-support/fuse/fuse3/0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch
new file mode 100644
index 0000000000..2207408bd2
--- /dev/null
+++ b/meta-filesystems/recipes-support/fuse/fuse3/0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch
@@ -0,0 +1,45 @@
+From cee6de8d6619aeeb70f3318dfd35f2fdf5e43848 Mon Sep 17 00:00:00 2001
+From: Luis Henriques <luis-henrix@...>
+Date: Sat, 20 Nov 2021 10:09:25 +0000
+Subject: [PATCH] test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Test test/test_examples.py::test_passthrough_hp[False] fails because, on
+kernels >= 5.14, fstat() will return -EBADF:
+
+3 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor
+4 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor
+5 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor
+9 [check_unlinked_testfile] fcheck_stat() - fstat: Bad file descriptor
+...
+
+This patch simply whitelists the EBADF errno code.
+
+Signed-off-by: Luís Henriques <lhenriques@...>
+Co-authored-by: Luís Henriques <lhenriques@...>
+
+Upstream-Status: Backport [https://github.com/libfuse/libfuse/commit/cee6de8d6619aeeb70f3318dfd35f2fdf5e43848]
+Signed-off-by: Changqing Li <changqing.li@...>
+---
+ test/test_syscalls.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/test/test_syscalls.c b/test/test_syscalls.c
+index 160a2ac..65292ed 100644
+--- a/test/test_syscalls.c
++++ b/test/test_syscalls.c
+@@ -277,7 +277,8 @@ static int fcheck_stat(int fd, int flags, struct stat *st)
+ if (flags & O_PATH) {
+ // With O_PATH fd, the server does not have to keep
+ // the inode alive so FUSE inode may be stale or bad
+- if (errno == ESTALE || errno == EIO || errno == ENOENT)
++ if (errno == ESTALE || errno == EIO ||
++ errno == ENOENT || errno == EBADF)
+ return 0;
+ }
+ PERROR("fstat");
+--
+2.25.1
+
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb
index 8b0d8ecab8..0f379afb92 100644
--- a/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://GPL2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66"

SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz \
+ file://0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch \
"
SRC_URI[sha256sum] = "b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666"

--
2.25.1


Re: [meta-oe] [PATCH] toybox: upgrade 0.8.7 -> 0.8.8

Khem Raj
 

I already have this done earlier and its staged in master-next

On Sun, Aug 14, 2022 at 11:49 PM wangmy <wangmy@...> wrote:

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-core/toybox/{toybox_0.8.7.bb => toybox_0.8.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-core/toybox/{toybox_0.8.7.bb => toybox_0.8.8.bb} (97%)

diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.7.bb b/meta-oe/recipes-core/toybox/toybox_0.8.8.bb
similarity index 97%
rename from meta-oe/recipes-core/toybox/toybox_0.8.7.bb
rename to meta-oe/recipes-core/toybox/toybox_0.8.8.bb
index 3441568005..89411cecc9 100644
--- a/meta-oe/recipes-core/toybox/toybox_0.8.7.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.8.8.bb
@@ -9,7 +9,7 @@ inherit cml1 update-alternatives

SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \
"
-SRC_URI[sha256sum] = "b508bf336f82cb0739b77111f945931d1a143b5a53905cb753cd2607cfdd1494"
+SRC_URI[sha256sum] = "dafd41978d40f02a61cf1be99a2b4a25812bbfb9c3157e679ee7611202d6ac58"

SECTION = "base"

--
2.25.1




[meta-oe] [PATCH] xdg-user-dirs: upgrade 0.17 -> 0.18

wangmy
 

Changelog:
=========
* Fixed minor leak
* Updated translations
* Documentation fixes

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{xdg-user-dirs_0.17.bb => xdg-user-dirs_0.18.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta-oe/recipes-support/xdg-user-dirs/{xdg-user-dirs_0.17.bb => xdg-user-dirs_0.18.bb} (76%)

diff --git a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.18.bb
similarity index 76%
rename from meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb
rename to meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.18.bb
index 75d7f27485..84fc9e2f18 100644
--- a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb
+++ b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.18.bb
@@ -3,8 +3,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = "http://user-dirs.freedesktop.org/releases/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "e0564ec6d838e6e41864d872a29b3575"
-SRC_URI[sha256sum] = "2a07052823788e8614925c5a19ef5b968d8db734fdee656699ea4f97d132418c"
+SRC_URI[sha256sum] = "ec6f06d7495cdba37a732039f9b5e1578bcb296576fde0da40edb2f52220df3c"

inherit autotools gettext

--
2.25.1


[meta-networking] [PATCH] uftp: upgrade 5.0 -> 5.0.1

wangmy
 

Changelog:
==========
-On very low speed transfers (<10Kbps) sessions would time out due to a very
large interpacket transmission interval. Fixed by putting a lower limit
on the advertised GRTT of of the interpacket transmission interval.
-Sending of ABORT messages on early shutdown would sometimes fail due to
OpenSSL cleanup functions running before application cleanup. Changed the
ordering of atexit() handlers to ensure OpenSSL cleanup happens last.
-Fixed missing timestamp update when clients read CONG_CTRL messages
-Fix to GRTT handling on server to ensure it doesn't fall below minumim.
-Fixed bypassed checking of existing files on client for backup
-Various logging fixes

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/uftp/{uftp_5.0.bb => uftp_5.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-support/uftp/{uftp_5.0.bb => uftp_5.0.1.bb} (84%)

diff --git a/meta-networking/recipes-support/uftp/uftp_5.0.bb b/meta-networking/recipes-support/uftp/uftp_5.0.1.bb
similarity index 84%
rename from meta-networking/recipes-support/uftp/uftp_5.0.bb
rename to meta-networking/recipes-support/uftp/uftp_5.0.1.bb
index 301e0fa607..6d5cf4b628 100644
--- a/meta-networking/recipes-support/uftp/uftp_5.0.bb
+++ b/meta-networking/recipes-support/uftp/uftp_5.0.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/"

SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz"
-SRC_URI[sha256sum] = "562f71ea5a24b615eb491f5744bad01e9c2e58244c1d6252d5ae98d320d308e0"
+SRC_URI[sha256sum] = "f0435fbc8e9ffa125e05600cb6c7fc933d7d587f5bae41b257267be4f2ce0e61"

DEPENDS = "openssl"

--
2.25.1


[meta-gnome] [PATCH] tracker: upgrade 3.3.2 -> 3.3.3

wangmy
 

Changelog:
Prepare D-Bus endpoint for cursor streams

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../tracker/{tracker_3.3.2.bb => tracker_3.3.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-gnome/recipes-gnome/tracker/{tracker_3.3.2.bb => tracker_3.3.3.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.3.3.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb
rename to meta-gnome/recipes-gnome/tracker/tracker_3.3.3.bb
index eaa0e065d1..91d90dde2a 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker_3.3.3.bb
@@ -22,7 +22,7 @@ GNOMEBASEBUILDCLASS = "meson"

inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check python3native

-SRC_URI[archive.sha256sum] = "0ed2b98918956d6f16429c607dd8a14c84f4da0a48970fd2eb8c93aba3cf9913"
+SRC_URI[archive.sha256sum] = "4094f704e338f2247fa6b94633279cfd07f7e952bb24627128fab78edb242464"

# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
--
2.25.1


[meta-oe] [PATCH] toybox: upgrade 0.8.7 -> 0.8.8

wangmy
 

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-core/toybox/{toybox_0.8.7.bb => toybox_0.8.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-core/toybox/{toybox_0.8.7.bb => toybox_0.8.8.bb} (97%)

diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.7.bb b/meta-oe/recipes-core/toybox/toybox_0.8.8.bb
similarity index 97%
rename from meta-oe/recipes-core/toybox/toybox_0.8.7.bb
rename to meta-oe/recipes-core/toybox/toybox_0.8.8.bb
index 3441568005..89411cecc9 100644
--- a/meta-oe/recipes-core/toybox/toybox_0.8.7.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.8.8.bb
@@ -9,7 +9,7 @@ inherit cml1 update-alternatives

SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \
"
-SRC_URI[sha256sum] = "b508bf336f82cb0739b77111f945931d1a143b5a53905cb753cd2607cfdd1494"
+SRC_URI[sha256sum] = "dafd41978d40f02a61cf1be99a2b4a25812bbfb9c3157e679ee7611202d6ac58"

SECTION = "base"

--
2.25.1


[meta-oe] [PATCH] smarty: upgrade 4.1.1 -> 4.2.0

wangmy
 

Changelog:
==========
add local testrunners for all supported PHP versions using docker.
Fix PHP 8.1 htmlspecialchars deprecation
Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'p…
Update to HTML5-syntax in debug template
Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into A…
Fixed second param of unescape modifier

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/smarty/{smarty_4.1.1.bb => smarty_4.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/smarty/{smarty_4.1.1.bb => smarty_4.2.0.bb} (94%)

diff --git a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb b/meta-oe/recipes-support/smarty/smarty_4.2.0.bb
similarity index 94%
rename from meta-oe/recipes-support/smarty/smarty_4.1.1.bb
rename to meta-oe/recipes-support/smarty/smarty_4.2.0.bb
index df441e8db2..2cd96a255d 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.2.0.bb
@@ -9,7 +9,7 @@ DEPENDS += "php"

SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"

-SRCREV = "71036be8be02bf93735c47b0b745f722efbc729f"
+SRCREV = "97aeb14c6fc2fb733938809926e2f9d6c581a70d"

S = "${WORKDIR}/git"

--
2.25.1


[meta-oe] [PATCH] postgresql: upgrade 14.4 -> 14.5

wangmy
 

0001-configure.ac-bypass-autoconf-2.69-version-check.patch
refreshed for new version.

Signed-off-by: Wang Mingyu <wangmy@...>
---
...01-configure.ac-bypass-autoconf-2.69-version-check.patch | 6 +++---
.../postgresql/{postgresql_14.4.bb => postgresql_14.5.bb} | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta-oe/recipes-dbs/postgresql/{postgresql_14.4.bb => postgresql_14.5.bb} (83%)

diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch
index 2256bccece..4a576d7172 100644
--- a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch
+++ b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch
@@ -1,4 +1,4 @@
-From 07e605015fad0621c3e67133ff9330a5c6318daa Mon Sep 17 00:00:00 2001
+From 258c6bd2ad96f2c42f1cb5f4c84e4ca5865059f0 Mon Sep 17 00:00:00 2001
From: Yi Fan Yu <yifan.yu@...>
Date: Fri, 5 Feb 2021 17:15:42 -0500
Subject: [PATCH] configure.ac: bypass autoconf 2.69 version check
@@ -14,12 +14,12 @@ Signed-off-by: Yi Fan Yu <yifan.yu@...>
1 file changed, 4 deletions(-)

diff --git a/configure.ac b/configure.ac
-index 04ef7be..0eb595b 100644
+index ffe878e..c39799b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros

- AC_INIT([PostgreSQL], [14.4], [pgsql-bugs@...], [], [https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [14.5], [pgsql-bugs@...], [], [https://www.postgresql.org/])

-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
-Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb
similarity index 83%
rename from meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb
index 1daab22f92..1551d34053 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.5.bb
@@ -11,7 +11,7 @@ SRC_URI += "\
file://0001-config_info.c-not-expose-build-info.patch \
"

-SRC_URI[sha256sum] = "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a"
+SRC_URI[sha256sum] = "d4f72cb5fb857c9a9f75ec8cf091a1771272802f2178f0b2e65b7b6ff64f4a30"

CVE_CHECK_IGNORE += "\
CVE-2017-8806 \
--
2.25.1


[meta-oe] [PATCH] poppler: upgrade 22.07.0 -> 22.08.0

wangmy
 

Changelog:
=========
* Fix rendering text on some forms
* CairoOutputDev: Support Type3 charprocs having Resources
* Fix crashes on malformed files

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../poppler/{poppler_22.07.0.bb => poppler_22.08.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/poppler/{poppler_22.07.0.bb => poppler_22.08.0.bb} (96%)

diff --git a/meta-oe/recipes-support/poppler/poppler_22.07.0.bb b/meta-oe/recipes-support/poppler/poppler_22.08.0.bb
similarity index 96%
rename from meta-oe/recipes-support/poppler/poppler_22.07.0.bb
rename to meta-oe/recipes-support/poppler/poppler_22.08.0.bb
index 33723a560d..c75bf79e47 100644
--- a/meta-oe/recipes-support/poppler/poppler_22.07.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_22.08.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] = "420230c5c43782e2151259b3e523e632f4861342aad70e7e20b8773d9eaf3428"
+SRC_URI[sha256sum] = "b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b"

DEPENDS = "fontconfig zlib cairo lcms glib-2.0"

--
2.25.1


[meta-oe] [PATCH] poco: upgrade 1.12.1 -> 1.12.2

wangmy
 

Changelog:
=========
- GH #3460 fix(Platform): LoongArch support
- GH #3688 Linking Crypto-testrunner fails
- GH #3693 VS2022 compilation issues
- GH #3698 SIGABRT in OSSL_PROVIDER_unload with static OpenSSL3
- GH #3699 POSIX Event state need not be atomic
- GH #3700 Release script must include build_vs170.cmd
- GH #3708 wakeup fd is never read
- GH #3711 lowercase winsock2 and iphlpapi to allow cross compile
- GH #3716 Compiling with clang_cl_x64_x64 on Visual Studio 2022 failed
- GH #3717 Only support extracting JSON fields when the SDK supports it
- GH #3719 PocoNet Project File does not support Visual Studio 2022
- GH #3720 Update max MSVC version information
- GH #3721 fails to build with Visual Studio projects
- GH #3722 Added missing Crypto Header to ProGen source
- GH #3724 Crypto: Progen again to add new files and bring back ARM64 configuration
- GH #3727 Add how to install using Conan section on README
- GH #3733 Poco::format and C++20
- GH #3734 g++ C++20 warnings

Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/poco/{poco_1.12.1.bb => poco_1.12.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/poco/{poco_1.12.1.bb => poco_1.12.2.bb} (98%)

diff --git a/meta-oe/recipes-support/poco/poco_1.12.1.bb b/meta-oe/recipes-support/poco/poco_1.12.2.bb
similarity index 98%
rename from meta-oe/recipes-support/poco/poco_1.12.1.bb
rename to meta-oe/recipes-support/poco/poco_1.12.2.bb
index daf9ec00b6..5ecc5b8dee 100644
--- a/meta-oe/recipes-support/poco/poco_1.12.1.bb
+++ b/meta-oe/recipes-support/poco/poco_1.12.2.bb
@@ -11,7 +11,7 @@ DEPENDS = "libpcre2 zlib"
SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \
file://run-ptest \
"
-SRCREV = "92fac970d4b6161fd58335bfe1492689ba5a80a3"
+SRCREV = "be19dc4a2f30eb97cc9bdd7551460db11cc27353"

UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"

--
2.25.1


[meta-oe] [PATCH] nlohmann-json: upgrade 3.10.5 -> 3.11.2

wangmy
 

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{nlohmann-json_3.10.5.bb => nlohmann-json_3.11.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/nlohmann-json/{nlohmann-json_3.10.5.bb => nlohmann-json_3.11.2.bb} (93%)

diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
similarity index 93%
rename from meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb
rename to meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
index 0cf6fd36bc..502262820a 100644
--- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.5.bb
+++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.11.2.bb
@@ -9,7 +9,7 @@ CVE_PRODUCT = "json-for-modern-cpp"
SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \
"

-SRCREV = "4f8fba14066156b73f1189a2b8bd568bde5284c5"
+SRCREV = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d"

S = "${WORKDIR}/git"

--
2.25.1


[meta-oe] [PATCH] fio: upgrade 3.30 -> 3.31

wangmy
 

Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-benchmark/fio/{fio_3.30.bb => fio_3.31.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-benchmark/fio/{fio_3.30.bb => fio_3.31.bb} (96%)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.30.bb b/meta-oe/recipes-benchmark/fio/fio_3.31.bb
similarity index 96%
rename from meta-oe/recipes-benchmark/fio/fio_3.30.bb
rename to meta-oe/recipes-benchmark/fio/fio_3.31.bb
index f97a1b899d..b166fe5b32 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.30.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.31.bb
@@ -22,7 +22,7 @@ PACKAGECONFIG_NUMA:armeb = ""
PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
PACKAGECONFIG[numa] = ",--disable-numa,numactl"

-SRCREV = "a3e48f483db27d20e02cbd81e3a8f18c6c5c50f5"
+SRCREV = "6cafe8445fd1e04e5f7d67bbc73029a538d1b253"
SRC_URI = "git://git.kernel.dk/fio.git;branch=master \
"

--
2.25.1


[meta-webserver] [PATCH] netdata: upgrade 1.35.1 -> 1.36.0

wangmy
 

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../netdata/{netdata_1.35.1.bb => netdata_1.36.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-webserver/recipes-webadmin/netdata/{netdata_1.35.1.bb => netdata_1.36.0.bb} (97%)

diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.35.1.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.36.0.bb
similarity index 97%
rename from meta-webserver/recipes-webadmin/netdata/netdata_1.35.1.bb
rename to meta-webserver/recipes-webadmin/netdata/netdata_1.36.0.bb
index 9decb63ddf..0064702aa9 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_1.35.1.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.36.0.bb
@@ -9,7 +9,7 @@ DEPENDS += "libuv util-linux zlib"

SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \
"
-SRC_URI[sha256sum] = "587f6cce421015f8e0a527e3964a4de8cc17085c354498150bc3ade21606bbf9"
+SRC_URI[sha256sum] = "051fce594901b4b77607c97676e91e1645cf37940bccda45ba4bf15e30edc4af"

# default netdata.conf for netdata configuration
SRC_URI += "file://netdata.conf"
--
2.25.1


[meta-networking] [PATCH] nbdkit: upgrade 1.31.15 -> 1.32.1

wangmy
 

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../nbdkit/{nbdkit_1.31.15.bb => nbdkit_1.32.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-networking/recipes-support/nbdkit/{nbdkit_1.31.15.bb => nbdkit_1.32.1.bb} (95%)

diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.31.15.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.32.1.bb
similarity index 95%
rename from meta-networking/recipes-support/nbdkit/nbdkit_1.31.15.bb
rename to meta-networking/recipes-support/nbdkit/nbdkit_1.32.1.bb
index 373cdb0546..56034ac422 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.31.15.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.32.1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0"

SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \
"
-SRCREV = "a02ea15ec4e2c5ac533cee51824d5b9dd2933cc3"
+SRCREV = "ea58c4f8a5475de6141f14dd0e37067ac8a7370a"

S = "${WORKDIR}/git"

--
2.25.1


[meta-oe] [PATCH] nano: upgrade 6.3 -> 6.4

wangmy
 

Changelog:
==========
bump version numbers and add a news item for the 6.4 release
display: remember text and column positions when softwrapping a line
docs: concisely describe how the linter behaves
docs: remove the two notices about the changed defaults
docs: rename README.GIT to README.hacking, so it's clearer what is meant
docs: stop mentioning the obsoleted keywords that were removed
files: designate the root directory with a simple "/", not with "//"
formatter: instead of leaving curses, use full_refresh() to wipe messages
gnulib: update to its current upstream state
help: reshuffle two shortcuts so that more help-line items are paired
options: stop accepting -z, as --suspendable has been dropped too
rcfile: remove five obsolete or deprecated keywords
syntax: default: do not colorize a square or angle bracket after a URL
syntax: perl: add missing keywords, and reduce the length of some lines
syntax: python: mention an alternative linter in a comment
tweaks: add a missing word to a news item
tweaks: add a translator hint
tweaks: improve a comment, and reshuffle two functions plus some lines
tweaks: put each regex on separate line, to better show many keywords
tweaks: rename a variable, to not be the same as a function name
tweaks: rename two variables, to not contain the name of another
tweaks: reshuffle a description and rewrap another
tweaks: reshuffle a few lines, to group things better
version: condense the copyright message, to not dominate the output

Signed-off-by: Wang Mingyu <wangmy@...>
---
meta-oe/recipes-support/nano/{nano_6.3.bb => nano_6.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/nano/{nano_6.3.bb => nano_6.4.bb} (88%)

diff --git a/meta-oe/recipes-support/nano/nano_6.3.bb b/meta-oe/recipes-support/nano/nano_6.4.bb
similarity index 88%
rename from meta-oe/recipes-support/nano/nano_6.3.bb
rename to meta-oe/recipes-support/nano/nano_6.4.bb
index 6d22bfc083..d499362308 100644
--- a/meta-oe/recipes-support/nano/nano_6.3.bb
+++ b/meta-oe/recipes-support/nano/nano_6.4.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base"
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"

SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
-SRC_URI[sha256sum] = "eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687"
+SRC_URI[sha256sum] = "4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0"

UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"

--
2.25.1