localsearch: upgrade 3.8.0 -> 3.8.1

0001-fix-reproducibility.patch
refreshed for 3.8.1

Changelog:
============
* Fix multiple leaks in metadata extractors
* Fix reporting of metadata extraction progress in "localsearch daemon -f"
  and "localsearch status"
* Cache mounts for generating stable content identifiers
* Added missing includes necessary for Musl libc

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-12-03 08:16:14 +08:00 committed by Khem Raj
parent 23920e8cfd
commit bde2371c75
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
From db5149a0c9297d1053c2d0c01ed116cdcf5d14f0 Mon Sep 17 00:00:00 2001
From 57f4279008394831826ea2ff449b06b29c08ce68 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Tue, 12 Sep 2023 17:00:41 +0200
Subject: [PATCH] meson: fix reproducibility
@ -20,7 +20,7 @@ Signed-off-by: Markus Volk <f_l_k@t-online.de>
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/meson.build b/meson.build
index 4a2994a..31b1798 100644
index 7ae103c..cc61e84 100644
--- a/meson.build
+++ b/meson.build
@@ -371,7 +371,7 @@ conf.set('PACKAGE_VERSION', '"@0@"'.format(meson.project_version()))
@ -53,10 +53,10 @@ index 4a2994a..31b1798 100644
if get_option('tests_tap_protocol')
diff --git a/src/libtracker-miners-common/tracker-landlock.c b/src/libtracker-miners-common/tracker-landlock.c
index 0aca8ed..e6c28b6 100644
index 0ad90d0..354f5d1 100644
--- a/src/libtracker-miners-common/tracker-landlock.c
+++ b/src/libtracker-miners-common/tracker-landlock.c
@@ -282,7 +282,7 @@ tracker_landlock_init (const gchar * const *indexed_folders)
@@ -283,7 +283,7 @@ tracker_landlock_init (const gchar * const *indexed_folders)
LANDLOCK_ACCESS_FS_READ_DIR);
}
}
@ -65,7 +65,7 @@ index 0aca8ed..e6c28b6 100644
current_dir = g_get_current_dir ();
/* Detect running in-tree */
@@ -302,7 +302,7 @@ tracker_landlock_init (const gchar * const *indexed_folders)
@@ -303,7 +303,7 @@ tracker_landlock_init (const gchar * const *indexed_folders)
in_tree_rules[i].flags);
}
}
@ -75,7 +75,7 @@ index 0aca8ed..e6c28b6 100644
#ifdef MINER_FS_CACHE_LOCATION
add_rule (landlock_fd, MINER_FS_CACHE_LOCATION,
diff --git a/src/miners/fs/meson.build b/src/miners/fs/meson.build
index 42c4573..73577c3 100644
index 1e16618..286580a 100644
--- a/src/miners/fs/meson.build
+++ b/src/miners/fs/meson.build
@@ -68,8 +68,8 @@ executable('localsearch-@0@'.format(tracker_api_major),

View File

@ -18,7 +18,7 @@ SRC_URI:append = " \
file://0001-fix-reproducibility.patch \
file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \
"
SRC_URI[archive.sha256sum] = "e4e83a1daebb5263915b45b719731e3f7041d959cbd637ea29afbe910c92bbf9"
SRC_URI[archive.sha256sum] = "a7b24a4f07805df7543a4dd023684fcde5ee699ca00eb5b09123a049d3aeccd8"
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"