All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] libblockdev: upgrade 2.25 -> 2.26
@ 2021-08-05  3:34 wangmy
  2021-08-05  3:34 ` [oe] [meta-oe] [PATCH] libqmi: upgrade 1.28.6 -> 1.28.8 wangmy
  0 siblings, 1 reply; 2+ messages in thread
From: wangmy @ 2021-08-05  3:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="y", Size: 2576 bytes --]

New minor release of the libblockdev library with multiple fixes. See below for details.

Full list of changes

Manuel Wassermann (1):

exec: Fix deprecated glib function call Glib will rename "g_spawn_check_exit_status()" to "g_spawn_check_wait_status()" in version 2.69.
Tomasz Paweł Gajc (1):

remove unused variable and fix build with LLVM/clang
Vojtech Trefny (22):

NEWS.rts: Fix markup
crypto: Fix default key size for non XTS ciphers
vdo: Do not use g_memdup in bd_vdo_stats_copy
fs: Allow using empty label for vfat with newest dosfstools
tests: Call fs_vfat_mkfs with "--mbr=n" extra option in tests
kbd: Fix memory leak
crypto: Fix memory leak
dm: Fix memory leak in the DM plugin and DM logging redirect function
fs: Fix memory leak
kbd: Fix memory leak
lvm-dbus: Fix memory leak
mdraid: Fix memory leak
swap: Fix memory leak
tests: Make sure the test temp mount is always unmounted
tests: Do not check that XFS shrink fails with xfsprogs >= 5.12
tests: Temporarily skip test_snapshotcreate_lvorigin_snapshotmerge
Fix skipping tests on Debian testing
crypto: Let cryptsetup autodect encryption sector size when not specified
tests: Do not try to remove VG before removing the VDO pool
tests: Force remove LVM VG /dev/ entry not removed by vgremove
tests: Tag LvmPVVGLVcachePoolCreateRemoveTestCase as unstable
Add missing plugins to the default config

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libblockdev/{libblockdev_2.25.bb => libblockdev_2.26.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libblockdev/{libblockdev_2.25.bb => libblockdev_2.26.bb} (97%)

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb
similarity index 97%
rename from meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb
rename to meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb
index e18a28e91..14168e6bb 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 inherit autotools gobject-introspection

 SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch"
-SRCREV = "c50869272b54bf4b4bc3825e8c3332a54678b43f"
+SRCREV = "47ff12242c89e36a33259d18b7068b26c3bb1c64"
 S = "${WORKDIR}/git"

 FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages"
--
2.25.1


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

* [oe] [meta-oe] [PATCH] libqmi: upgrade 1.28.6 -> 1.28.8
  2021-08-05  3:34 [oe] [meta-oe] [PATCH] libblockdev: upgrade 2.25 -> 2.26 wangmy
@ 2021-08-05  3:34 ` wangmy
  0 siblings, 0 replies; 2+ messages in thread
From: wangmy @ 2021-08-05  3:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libqmi/{libqmi_1.28.6.bb => libqmi_1.28.8.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.28.6.bb => libqmi_1.28.8.bb} (90%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.6.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.28.6.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb
index f062d8631..ebc8b8b8a 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.6.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb
@@ -14,7 +14,7 @@ inherit autotools pkgconfig bash-completion gobject-introspection
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "cbb890893de1dee06ea5ebdac2d22f0469314a6f93f15f61f2f1206a1c9ae5fd"
+SRC_URI[sha256sum] = "6e3bbbd200bc1b64b23f6254fef9212f2699ec77cfb32075d2ba5079c73a9f78"
 
 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"
-- 
2.25.1


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

end of thread, other threads:[~2021-08-05  3:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  3:34 [oe] [meta-oe] [PATCH] libblockdev: upgrade 2.25 -> 2.26 wangmy
2021-08-05  3:34 ` [oe] [meta-oe] [PATCH] libqmi: upgrade 1.28.6 -> 1.28.8 wangmy

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.