]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libxmlb: upgrade 0.3.15 -> 0.3.17
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 9 Apr 2024 07:10:03 +0000 (15:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 06:38:37 +0000 (07:38 +0100)
0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
refreshed for 0.3.17

Changelog:
=========
- Create SECURITY.md for the OpenSSF scorecard
- Fix decompressing large zstd files
- Use zst as the file extension for zstd
- Make the LZMA support optional
- Add the lzma and zstd support to the pkgconfig file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb [moved from meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb with 93% similarity]

index da8ce68df9a1406e92a56f4d727bd8d44baf2561..27081d87494acd01e86f6039abac39ad0fc07860 100644 (file)
@@ -1,4 +1,4 @@
-From dc208bafc57c1ccaa0ca260f99c8b4c976271ebc Mon Sep 17 00:00:00 2001
+From 8a1aa4c318b8dbe4c0c2b1c4968f867ea6641b32 Mon Sep 17 00:00:00 2001
 From: Markus Volk <f_l_k@t-online.de>
 Date: Sat, 16 Sep 2023 14:02:57 +0200
 Subject: [PATCH] xb-self-test.c: hardcode G_TEST_SRCDIR
@@ -18,10 +18,10 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/xb-self-test.c b/src/xb-self-test.c
-index 47d9728..8b3dd0e 100644
+index 1daca18..2e5b251 100644
 --- a/src/xb-self-test.c
 +++ b/src/xb-self-test.c
-@@ -2870,7 +2870,7 @@ xb_speed_func(void)
+@@ -2876,7 +2876,7 @@ xb_speed_func(void)
  int
  main(int argc, char **argv)
  {
@@ -30,6 +30,3 @@ index 47d9728..8b3dd0e 100644
  
        g_test_init(&argc, &argv, NULL);
  
--- 
-2.41.0
-
similarity index 93%
rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb
rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb
index 528e3e0babbe53b24c4691d65a70533d37b8c45b..f403857fea6375ebaf26139569d455bc92205ae2 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI = " \
        file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
        file://run-ptest \
 "
-SRCREV = "25a6384ad60f7e8550292e6cb4f262cc5da74be4"
+SRCREV = "db54f1b3254334e59b29b01b6cb666f444746594"
 S = "${WORKDIR}/git"
 
 DEPENDS = "glib-2.0 xz zstd"