public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3
@ 2024-01-16  2:06 wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] debianutils: upgrade 5.15 -> 5.16 wangmy
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: wangmy @ 2024-01-16  2:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jiang Kai, Wang Mingyu

From: Jiang Kai <jiangkai@fujitsu.com>

0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
refreshed for 6.6.3

Changelog:
==========
* subvol create: accept multiple arguments
* subvol delete: print the subvolume id in the output
* subvol sync: check if the filesystems is still writeable so it does not
  wait indefinitely
* device delete: add a timeout and warning when deleting multiple devices
* scrub status: report limit if set in sysfs/../scrub_speed_max
* scrub limit: new command to show or set the per-device scrub limits
* scrub start: report the limit if set
* build:
   * fix CPU feature detection on aarch64
   * support Botan and OpenSSL (3.2+) as crypto backends
* other:
   * documentation updates, RTD config update
   * new and updated tests
   * CI updates

Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-a-possibility-to-specify-where-python-modules-ar.patch | 7 ++++---
 .../{btrfs-tools_6.5.3.bb => btrfs-tools_6.6.3.bb}         | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.5.3.bb => btrfs-tools_6.6.3.bb} (98%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
index 5846f04d1a..ed2c64eb4c 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
@@ -1,4 +1,4 @@
-From d3adfc21c9cc264bd191722f102963cbc4794259 Mon Sep 17 00:00:00 2001
+From ddfdc0102c22e8dc782c34b8a03777fb73dfddf6 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Wed, 23 May 2018 21:20:35 +0300
 Subject: [PATCH] Add a possibility to specify where python modules are
@@ -6,15 +6,16 @@ Subject: [PATCH] Add a possibility to specify where python modules are
 
 Upstream-Status: Inappropriate [oe-core specific to solve multilib use case]
 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+
 ---
  Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 1697794c..8ab38818 100644
+index 374f59b9..ed083f6b 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -651,7 +651,7 @@ endif
+@@ -959,7 +959,7 @@ endif
  ifeq ($(PYTHON_BINDINGS),1)
  install_python: libbtrfsutil_python
  	$(Q)cd libbtrfsutil/python; \
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.6.3.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.6.3.bb
index 873d5e7a14..ef40f553fb 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.6.3.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "a45c360b64660477c726e192d9e92ceb73a50f80"
+SRCREV = "92e18dbce521789e02057d406769b073d474fa72"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \
-- 
2.34.1



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

* [OE-core] [PATCH] debianutils: upgrade 5.15 -> 5.16
  2024-01-16  2:06 [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 wangmy
@ 2024-01-16  2:06 ` wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] enchant2: upgrade 2.6.4 -> 2.6.5 wangmy
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2024-01-16  2:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jiang Kai, Wang Mingyu

From: Jiang Kai <jiangkai@fujitsu.com>

Changelog:
 Upload to unstable per request of Chris Hofstaedtler.

Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../debianutils/{debianutils_5.15.bb => debianutils_5.16.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/debianutils/{debianutils_5.15.bb => debianutils_5.16.bb} (97%)

diff --git a/meta/recipes-support/debianutils/debianutils_5.15.bb b/meta/recipes-support/debianutils/debianutils_5.16.bb
similarity index 97%
rename from meta/recipes-support/debianutils/debianutils_5.15.bb
rename to meta/recipes-support/debianutils/debianutils_5.16.bb
index b1368a3b2e..ec629d8b73 100644
--- a/meta/recipes-support/debianutils/debianutils_5.15.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.16.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9
 SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \
            "
 
-SRCREV = "d886c15810b58e57411048f57d7fb941a6819987"
+SRCREV = "9e0facf19b17b6d090a5dcc8cacb0c16e5ad9f72"
 
 inherit autotools update-alternatives
 
-- 
2.34.1



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

* [OE-core] [PATCH] enchant2: upgrade 2.6.4 -> 2.6.5
  2024-01-16  2:06 [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] debianutils: upgrade 5.15 -> 5.16 wangmy
@ 2024-01-16  2:06 ` wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] libsecret: upgrade 0.21.1 -> 0.21.2 wangmy
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2024-01-16  2:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jiang Kai, Wang Mingyu

From: Jiang Kai <jiangkai@fujitsu.com>

Changelog:
============
-permits error messages from spelling providers not to be valid UTF-8.
-The --with-hunspell-dir configure option is removed (along with all the
 other ---with-PROVIDER-dir options, which did nothing).
-Doxygen API documentation is now included in the release tarball

Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../enchant/{enchant2_2.6.4.bb => enchant2_2.6.5.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.6.4.bb => enchant2_2.6.5.bb} (91%)

diff --git a/meta/recipes-support/enchant/enchant2_2.6.4.bb b/meta/recipes-support/enchant/enchant2_2.6.5.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.6.4.bb
rename to meta/recipes-support/enchant/enchant2_2.6.5.bb
index 431d02ea25..1d5c716bab 100644
--- a/meta/recipes-support/enchant/enchant2_2.6.4.bb
+++ b/meta/recipes-support/enchant/enchant2_2.6.5.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c"
+SRC_URI[sha256sum] = "9e8fd28cb65a7b6da3545878a5c2f52a15f03c04933a5ff48db89fe86845728e"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
 
-- 
2.34.1



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

* [OE-core] [PATCH] libsecret: upgrade 0.21.1 -> 0.21.2
  2024-01-16  2:06 [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] debianutils: upgrade 5.15 -> 5.16 wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] enchant2: upgrade 2.6.4 -> 2.6.5 wangmy
@ 2024-01-16  2:06 ` wangmy
  2024-01-16  2:06 ` [OE-core] [PATCH] libxrandr: upgrade 1.5.3 -> 1.5.4 wangmy
  2024-01-19 10:15 ` [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 Alexandre Belloni
  4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2024-01-16  2:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jiang Kai, Wang Mingyu

From: Jiang Kai <jiangkai@fujitsu.com>

Changelog:
============
 * Support GnuTLS as an alternative crypto backend
 * Fix LeakSanitizer issues
 * secret-tool: Verify that the parsed stdin password is vaild UTF-8
 * Fix markup syntax for SecretSchema
 * Public secret_attributes_validate method
 * Updated translations

Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsecret/{libsecret_0.21.1.bb => libsecret_0.21.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libsecret/{libsecret_0.21.1.bb => libsecret_0.21.2.bb} (91%)

diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb
similarity index 91%
rename from meta/recipes-gnome/libsecret/libsecret_0.21.1.bb
rename to meta/recipes-gnome/libsecret/libsecret_0.21.2.bb
index f762d7c343..2d8ea952c5 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.21.1.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb
@@ -13,7 +13,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages
 
 DEPENDS += "glib-2.0 libgcrypt gettext-native"
 
-SRC_URI[archive.sha256sum] = "674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1"
+SRC_URI[archive.sha256sum] = "e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee"
 
 GTKDOC_MESON_OPTION = 'gtk_doc'
 
-- 
2.34.1



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

* [OE-core] [PATCH] libxrandr: upgrade 1.5.3 -> 1.5.4
  2024-01-16  2:06 [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 wangmy
                   ` (2 preceding siblings ...)
  2024-01-16  2:06 ` [OE-core] [PATCH] libsecret: upgrade 0.21.1 -> 0.21.2 wangmy
@ 2024-01-16  2:06 ` wangmy
  2024-01-19 10:15 ` [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 Alexandre Belloni
  4 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2024-01-16  2:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jiang Kai, Wang Mingyu

From: Jiang Kai <jiangkai@fujitsu.com>

Changelog:
=========
-Remove "All rights reserved" from Oracle copyright notices
-configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
-XRRGetMonitors(): free correct pointer in error path

Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxrandr_1.5.3.bb => libxrandr_1.5.4.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.5.3.bb => libxrandr_1.5.4.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.3.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libxrandr_1.5.3.bb
rename to meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb
index 98572bd969..3e2825b916 100644
--- a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb
@@ -19,4 +19,4 @@ XORG_PN = "libXrandr"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428"
+SRC_URI[sha256sum] = "1ad5b065375f4a85915aa60611cc6407c060492a214d7f9daf214be752c3b4d3"
-- 
2.34.1



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

* Re: [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3
  2024-01-16  2:06 [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 wangmy
                   ` (3 preceding siblings ...)
  2024-01-16  2:06 ` [OE-core] [PATCH] libxrandr: upgrade 1.5.3 -> 1.5.4 wangmy
@ 2024-01-19 10:15 ` Alexandre Belloni
  4 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2024-01-19 10:15 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core, Jiang Kai

This causes oe-selftest failures:

https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/6326/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/6317/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/6328/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6266/steps/14/logs/stdio

On 16/01/2024 10:06:36+0800, wangmy wrote:
> From: Jiang Kai <jiangkai@fujitsu.com>
> 
> 0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> refreshed for 6.6.3
> 
> Changelog:
> ==========
> * subvol create: accept multiple arguments
> * subvol delete: print the subvolume id in the output
> * subvol sync: check if the filesystems is still writeable so it does not
>   wait indefinitely
> * device delete: add a timeout and warning when deleting multiple devices
> * scrub status: report limit if set in sysfs/../scrub_speed_max
> * scrub limit: new command to show or set the per-device scrub limits
> * scrub start: report the limit if set
> * build:
>    * fix CPU feature detection on aarch64
>    * support Botan and OpenSSL (3.2+) as crypto backends
> * other:
>    * documentation updates, RTD config update
>    * new and updated tests
>    * CI updates
> 
> Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...-a-possibility-to-specify-where-python-modules-ar.patch | 7 ++++---
>  .../{btrfs-tools_6.5.3.bb => btrfs-tools_6.6.3.bb}         | 2 +-
>  2 files changed, 5 insertions(+), 4 deletions(-)
>  rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.5.3.bb => btrfs-tools_6.6.3.bb} (98%)
> 
> diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> index 5846f04d1a..ed2c64eb4c 100644
> --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> @@ -1,4 +1,4 @@
> -From d3adfc21c9cc264bd191722f102963cbc4794259 Mon Sep 17 00:00:00 2001
> +From ddfdc0102c22e8dc782c34b8a03777fb73dfddf6 Mon Sep 17 00:00:00 2001
>  From: Alexander Kanavin <alex.kanavin@gmail.com>
>  Date: Wed, 23 May 2018 21:20:35 +0300
>  Subject: [PATCH] Add a possibility to specify where python modules are
> @@ -6,15 +6,16 @@ Subject: [PATCH] Add a possibility to specify where python modules are
>  
>  Upstream-Status: Inappropriate [oe-core specific to solve multilib use case]
>  Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> +
>  ---
>   Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>  
>  diff --git a/Makefile b/Makefile
> -index 1697794c..8ab38818 100644
> +index 374f59b9..ed083f6b 100644
>  --- a/Makefile
>  +++ b/Makefile
> -@@ -651,7 +651,7 @@ endif
> +@@ -959,7 +959,7 @@ endif
>   ifeq ($(PYTHON_BINDINGS),1)
>   install_python: libbtrfsutil_python
>   	$(Q)cd libbtrfsutil/python; \
> diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.6.3.bb
> similarity index 98%
> rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb
> rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.6.3.bb
> index 873d5e7a14..ef40f553fb 100644
> --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.5.3.bb
> +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.6.3.bb
> @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
>  SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master;protocol=https \
>             file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
>             "
> -SRCREV = "a45c360b64660477c726e192d9e92ceb73a50f80"
> +SRCREV = "92e18dbce521789e02057d406769b073d474fa72"
>  S = "${WORKDIR}/git"
>  
>  PACKAGECONFIG ??= " \
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#193809): https://lists.openembedded.org/g/openembedded-core/message/193809
> Mute This Topic: https://lists.openembedded.org/mt/103754480/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2024-01-19 10:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16  2:06 [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 wangmy
2024-01-16  2:06 ` [OE-core] [PATCH] debianutils: upgrade 5.15 -> 5.16 wangmy
2024-01-16  2:06 ` [OE-core] [PATCH] enchant2: upgrade 2.6.4 -> 2.6.5 wangmy
2024-01-16  2:06 ` [OE-core] [PATCH] libsecret: upgrade 0.21.1 -> 0.21.2 wangmy
2024-01-16  2:06 ` [OE-core] [PATCH] libxrandr: upgrade 1.5.3 -> 1.5.4 wangmy
2024-01-19 10:15 ` [OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3 Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox