All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.9 -> 0.3.10
@ 2022-02-21 13:23 Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.9 -> 0.1.10 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

New Features:
 - Add API to change the hotplug poll interval

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libgusb/{libgusb_0.3.9.bb => libgusb_0.3.10.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libgusb/{libgusb_0.3.9.bb => libgusb_0.3.10.bb} (89%)

diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.9.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb
similarity index 89%
rename from meta-oe/recipes-support/libgusb/libgusb_0.3.9.bb
rename to meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb
index 3fdb2b7d3d..a606f175c6 100644
--- a/meta-oe/recipes-support/libgusb/libgusb_0.3.9.bb
+++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb
@@ -10,5 +10,5 @@ PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d
 PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false"
 
 SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https"
-SRCREV = "582f33178a986e74543de8ced087865009f8fef0"
+SRCREV = "332d5b987ffecb824426e88518e05547faf2b520"
 S = "${WORKDIR}/git"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.9 -> 0.1.10
  2022-02-21 13:23 [oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.9 -> 0.3.10 Wang Mingyu
@ 2022-02-21 13:23 ` Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libxmlb: upgrade 0.3.6 -> 0.3.7 Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] monit: upgrade 5.30.0 -> 5.31.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
New Features:
- Add ED25519 support
- Define three more types used for the firmware transparency log

Bugfixes:
- Include the pkgconfig variables in the subproject dependency
- Drop the use of setuptools in the test script for regenerating ld version file
- Use the correct lookup method for the python3 script interpreter

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libjcat/{libjcat_0.1.9.bb => libjcat_0.1.10.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-gnome/libjcat/{libjcat_0.1.9.bb => libjcat_0.1.10.bb} (94%)

diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb
similarity index 94%
rename from meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb
rename to meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb
index b0871c6a48..bbbc728d33 100644
--- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.9.bb
+++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
     git://github.com/hughsie/libjcat.git;branch=main;protocol=https \
     file://run-ptest \
 "
-SRCREV = "d4833949f8f1997b83f35a03127b9e12c104a7c8"
+SRCREV = "edaf36b285497364bef8bf916ffe5b962d01c4b8"
 S = "${WORKDIR}/git"
 
 inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] libxmlb: upgrade 0.3.6 -> 0.3.7
  2022-02-21 13:23 [oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.9 -> 0.3.10 Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.9 -> 0.1.10 Wang Mingyu
@ 2022-02-21 13:23 ` Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] monit: upgrade 5.30.0 -> 5.31.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Bugfixes:
 - Ensure reproducible results when importing a node
 - Ignore all hidden files when using _WATCH_DIRECTORY
 - Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH
 - Use the correct lookup method for the python3 script interpreter

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libxmlb/{libxmlb_0.3.6.bb => libxmlb_0.3.7.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-gnome/libxmlb/{libxmlb_0.3.6.bb => libxmlb_0.3.7.bb} (91%)

diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
similarity index 91%
rename from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb
rename to meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
index 585c490194..48a7701db7 100644
--- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.6.bb
+++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
            file://run-ptest \
            "
-SRCREV = "89276ffa4407a8d684e95675990fa864793a7586"
+SRCREV = "dc96ba2327bb1f408909b2cd7fb4ecc318e8165a"
 S = "${WORKDIR}/git"
 
 inherit gobject-introspection gtk-doc meson ptest-gnome lib_package
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] monit: upgrade 5.30.0 -> 5.31.0
  2022-02-21 13:23 [oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.9 -> 0.3.10 Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.9 -> 0.1.10 Wang Mingyu
  2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libxmlb: upgrade 0.3.6 -> 0.3.7 Wang Mingyu
@ 2022-02-21 13:23 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-21 13:23 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
==========
-Add support for Linux OpenZFS 2.x I/O statistics.
-Add support for FreeBSD ZFS I/O statistics for FreeBSD 12.x or later.
-If Monit 5.30.0 CLI action was executed for a non-existent service name, the
 error message was not reported properly. Thanks to Lutz Mader for fix.
-If Monit reload was requested during the optional start delay interval, Monit
 still waited for the delay to pass and performed one test cycle with the old
 configuration, before the reload was performed. Monit will reload the
 configuration immediately now.
-New precompiled binaries: Added binaries for musl-based Linux distributions,
 such as Alpine Linux.

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

diff --git a/meta-oe/recipes-support/monit/monit_5.30.0.bb b/meta-oe/recipes-support/monit/monit_5.31.0.bb
similarity index 94%
rename from meta-oe/recipes-support/monit/monit_5.30.0.bb
rename to meta-oe/recipes-support/monit/monit_5.31.0.bb
index 1496243c15..eaedf4a39a 100644
--- a/meta-oe/recipes-support/monit/monit_5.30.0.bb
+++ b/meta-oe/recipes-support/monit/monit_5.31.0.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
 	file://monitrc \
 "
 
-SRC_URI[sha256sum] = "e85649dfa8586f4fcdd34a0295c55ddd69b0eda6cfbdac47105a2673d10b1008"
+SRC_URI[sha256sum] = "eae71f28941fb663eec74c1a59b69546c659529796550bd9c0c544e9b52ac055"
 
 DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"
 
-- 
2.25.1



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

end of thread, other threads:[~2022-02-21 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 13:23 [oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.9 -> 0.3.10 Wang Mingyu
2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libjcat: upgrade 0.1.9 -> 0.1.10 Wang Mingyu
2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] libxmlb: upgrade 0.3.6 -> 0.3.7 Wang Mingyu
2022-02-21 13:23 ` [oe] [meta-oe] [PATCH] monit: upgrade 5.30.0 -> 5.31.0 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.