All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] glib-networking: upgrade 2.70.1 -> 2.72.0
@ 2022-03-28  9:52 Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] iproute2: upgrade 5.16.0 -> 5.17.0 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-03-28  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{glib-networking_2.70.1.bb => glib-networking_2.72.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.70.1.bb => glib-networking_2.72.0.bb} (93%)

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.70.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.72.0.bb
similarity index 93%
rename from meta/recipes-core/glib-networking/glib-networking_2.70.1.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.72.0.bb
index 44bc08f159..d578f17aa5 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.70.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.72.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 SECTION = "libs"
 DEPENDS = "glib-2.0"
 
-SRC_URI[archive.sha256sum] = "2a16bfc2d271ccd3266e3fb462bc8a4103c02e81bbb339aa92d6fb060592d7bc"
+SRC_URI[archive.sha256sum] = "100aaebb369285041de52da422b6b716789d5e4d7549a3a71ba587b932e0823b"
 
 PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 
-- 
2.25.1



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

* [OE-core] [PATCH] iproute2: upgrade 5.16.0 -> 5.17.0
  2022-03-28  9:52 [OE-core] [PATCH] glib-networking: upgrade 2.70.1 -> 2.72.0 Wang Mingyu
@ 2022-03-28  9:52 ` Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] libevdev: upgrade 1.12.0 -> 1.12.1 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-03-28  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

0001-lib-fix-ax25.h-include-for-musl.patch
removed since it's included in 5.17.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...0001-lib-fix-ax25.h-include-for-musl.patch | 37 -------------------
 ...{iproute2_5.16.0.bb => iproute2_5.17.0.bb} |  3 +-
 2 files changed, 1 insertion(+), 39 deletions(-)
 delete mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-lib-fix-ax25.h-include-for-musl.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_5.16.0.bb => iproute2_5.17.0.bb} (64%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-lib-fix-ax25.h-include-for-musl.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-lib-fix-ax25.h-include-for-musl.patch
deleted file mode 100644
index e4c0cf4aa5..0000000000
--- a/meta/recipes-connectivity/iproute2/iproute2/0001-lib-fix-ax25.h-include-for-musl.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 8bced38a941a181f1468fa39541e872e51b6022f Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Thu, 13 Jan 2022 08:14:13 +0000
-Subject: [PATCH] lib: fix ax25.h include for musl
-
-ax25.h isn't guaranteed to be avilable in netax25/*;
-it's dependent on our choice of libc (it's not available
-on musl at least) [0].
-
-Let's use the version from linux-headers.
-
-[0] https://sourceware.org/glibc/wiki/Synchronizing_Headers
-Bug: https://bugs.gentoo.org/831102
-
-Signed-off-by: Sam James <sam@gentoo.org>
-Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-
-Upstream-Status: Backport [https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=8bced38a941a181f1468fa39541e872e51b6022f]
----
- lib/ax25_ntop.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/ax25_ntop.c b/lib/ax25_ntop.c
-index cfd0e04b..3a72a43e 100644
---- a/lib/ax25_ntop.c
-+++ b/lib/ax25_ntop.c
-@@ -2,7 +2,7 @@
-
- #include <errno.h>
- #include <sys/socket.h>
--#include <netax25/ax25.h>
-+#include <linux/ax25.h>
-
- #include "utils.h"
-
---
-2.32.0 (Apple Git-132)
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.16.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb
similarity index 64%
rename from meta/recipes-connectivity/iproute2/iproute2_5.16.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb
index 871f8d8fb7..becbaa9190 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_5.16.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb
@@ -2,10 +2,9 @@ require iproute2.inc
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://0001-libc-compat.h-add-musl-workaround.patch \
-           file://0001-lib-fix-ax25.h-include-for-musl.patch \
            "
 
-SRC_URI[sha256sum] = "c064b66f6b001c2a35aa5224b5b1ac8aa4bee104d7dce30d6f10a84cb8b01e2f"
+SRC_URI[sha256sum] = "6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.25.1



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

* [OE-core] [PATCH] libevdev: upgrade 1.12.0 -> 1.12.1
  2022-03-28  9:52 [OE-core] [PATCH] glib-networking: upgrade 2.70.1 -> 2.72.0 Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] iproute2: upgrade 5.16.0 -> 5.17.0 Wang Mingyu
@ 2022-03-28  9:52 ` Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] libsoup: upgrade 3.0.4 -> 3.0.5 Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] lttng-modules: upgrade 2.13.2 -> 2.13.3 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-03-28  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libevdev/{libevdev_1.12.0.bb => libevdev_1.12.1.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libevdev/{libevdev_1.12.0.bb => libevdev_1.12.1.bb} (87%)

diff --git a/meta/recipes-support/libevdev/libevdev_1.12.0.bb b/meta/recipes-support/libevdev/libevdev_1.12.1.bb
similarity index 87%
rename from meta/recipes-support/libevdev/libevdev_1.12.0.bb
rename to meta/recipes-support/libevdev/libevdev_1.12.1.bb
index 38f2bad606..bdca64f357 100644
--- a/meta/recipes-support/libevdev/libevdev_1.12.0.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.12.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
                     "
 
 SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
-SRC_URI[sha256sum] = "2f729e3480695791f9482e8388bd723402b89f0eaf118057bbdea3cecee9b237"
+SRC_URI[sha256sum] = "1dbba41bc516d3ca7abc0da5b862efe3ea8a7018fa6e9b97ce9d39401b22426c"
 
 inherit autotools pkgconfig
 
-- 
2.25.1



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

* [OE-core] [PATCH] libsoup: upgrade 3.0.4 -> 3.0.5
  2022-03-28  9:52 [OE-core] [PATCH] glib-networking: upgrade 2.70.1 -> 2.72.0 Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] iproute2: upgrade 5.16.0 -> 5.17.0 Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] libevdev: upgrade 1.12.0 -> 1.12.1 Wang Mingyu
@ 2022-03-28  9:52 ` Wang Mingyu
  2022-03-28  9:52 ` [OE-core] [PATCH] lttng-modules: upgrade 2.13.2 -> 2.13.3 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-03-28  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsoup/{libsoup_3.0.4.bb => libsoup_3.0.5.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libsoup/{libsoup_3.0.4.bb => libsoup_3.0.5.bb} (94%)

diff --git a/meta/recipes-support/libsoup/libsoup_3.0.4.bb b/meta/recipes-support/libsoup/libsoup_3.0.5.bb
similarity index 94%
rename from meta/recipes-support/libsoup/libsoup_3.0.4.bb
rename to meta/recipes-support/libsoup/libsoup_3.0.5.bb
index 775ab29ddd..d2535c91a2 100644
--- a/meta/recipes-support/libsoup/libsoup_3.0.4.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.0.5.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[sha256sum] = "5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b"
+SRC_URI[sha256sum] = "f5d143db6830b3825edc2a1c4449d639273b0bfa017a4970871962d9bca22145"
 
 PROVIDES = "libsoup-3.0"
 CVE_PRODUCT = "libsoup"
-- 
2.25.1



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

* [OE-core] [PATCH] lttng-modules: upgrade 2.13.2 -> 2.13.3
  2022-03-28  9:52 [OE-core] [PATCH] glib-networking: upgrade 2.70.1 -> 2.72.0 Wang Mingyu
                   ` (2 preceding siblings ...)
  2022-03-28  9:52 ` [OE-core] [PATCH] libsoup: upgrade 3.0.4 -> 3.0.5 Wang Mingyu
@ 2022-03-28  9:52 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-03-28  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lttng/{lttng-modules_2.13.2.bb => lttng-modules_2.13.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.13.2.bb => lttng-modules_2.13.3.bb} (94%)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.3.bb
similarity index 94%
rename from meta/recipes-kernel/lttng/lttng-modules_2.13.2.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.13.3.bb
index 86e0931af2..b6f8ac1315 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.13.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.3.bb
@@ -13,7 +13,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2"
 # Use :append here so that the patch is applied also when using devupstream
 SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch"
 
-SRC_URI[sha256sum] = "dfd547d9041c8c545ae5b7bfef3f0ef2d9f2520d6ab44188c9ea8de56d5d298a"
+SRC_URI[sha256sum] = "7cf1acbb50b84116acc9b4281b81dcc2643d6018bbd1e8514ad1270239896c4b"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 
-- 
2.25.1



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

end of thread, other threads:[~2022-03-28  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28  9:52 [OE-core] [PATCH] glib-networking: upgrade 2.70.1 -> 2.72.0 Wang Mingyu
2022-03-28  9:52 ` [OE-core] [PATCH] iproute2: upgrade 5.16.0 -> 5.17.0 Wang Mingyu
2022-03-28  9:52 ` [OE-core] [PATCH] libevdev: upgrade 1.12.0 -> 1.12.1 Wang Mingyu
2022-03-28  9:52 ` [OE-core] [PATCH] libsoup: upgrade 3.0.4 -> 3.0.5 Wang Mingyu
2022-03-28  9:52 ` [OE-core] [PATCH] lttng-modules: upgrade 2.13.2 -> 2.13.3 Wang Mingyu

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