Opened 13 months ago
Closed 12 months ago
#19482 closed enhancement (fixed)
tracker-3.7.1 tracker-miners-3.7.1
Reported by: | Xi Ruoyao | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor versions.
Change History (9)
comment:1 by , 13 months ago
Summary: | tracker-3.7.0 tracker-miner-3.7.0 → tracker-3.7.0 tracker-miners-3.7.0 |
---|
comment:2 by , 13 months ago
Tracker-miners errors out:
../meson.build:210:4: ERROR: Problem encountered: Landlock was auto-enabled in build options, but is disabled in the kernel
We can disable it with -Dlandlock=disabled
or enable LandLock in the kernel:
CONFIG_SECURITY=y CONFIG_SECURITY_LANDLOCK=y CONFIG_LSM="landlock"
Append other LSM needed for CONFIG_LSM like "landlock,selinux,apparmor"
but I doubt if LFS supports them.
comment:3 by , 13 months ago
The sed in tracker-miners is no longer needed (with https://gitlab.gnome.org/GNOME/tracker-miners/-/merge_requests/493 merged it seems no longer invoking shutdown syscall).
comment:4 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 12 months ago
Summary: | tracker-3.7.0 tracker-miners-3.7.0 → tracker-3.7.1 tracker-miners-3.7.1 |
---|
Now 3.7.1
comment:6 by , 12 months ago
tracker-3.7.1
NEW in 3.7.1 - 2024-03-27 ========================= * Fix possible stalls in D-Bus endpoint batch updates * Better API documentation around handling of corrupted databases * Test improvements
tracker-miners-3.7.1
NEW in 3.7.1 - 2024-03-27 ========================= * Improvements to the handling of corrupted databases * Further syscall rules in the seccomp sandbox * Fix some possible warnings during tracker-extract-3 startup * Fixes to extraction of dc:source fields from XMP data * Avoid SIGABRT on missing Landlock
comment:7 by , 12 months ago
The rest of the tracker-miners release notes:
3.7.alpha
NEW in 3.7.alpha - 2024-01-08 ============================= * Use Landlock kernel API to control file access * Use private D-Bus connection for communication between tracker-extract-3 and tracker-miner-fs-3 * Further tightened seccomp sandbox * CLI man page improvements * CI, build and test improvements Translations: ro, ru, uk
3.7.beta
NEW in 3.7.beta - 2024-02-13 ============================ * Install CLI subcommands as expected by Tracker 3.7.beta * Add build option for Landlock Translations: ka, uk
3.7.rc
NEW in 3.7.rc - 2024-03-04 ========================== * Fix execution permissions of `tracker-extract-3` executable under Landlock * Further syscall rules in the seccomp sandbox * Fix build with several combinations of options * Update `tracker3 tag` man page Translations: be, cs, en_GB, es, eu, fa, fr, gl, he, hu, id, ka, kk, ko, lt, lv, pl, ru, sl, tr, zh_CN
3.7.0
NEW in 3.7.0 - 2024-03-16 ========================= * Call malloc_trim more timely after extraction * Further syscall rules in the seccomp sandbox * Further landlock rules * Disallow indexer for gnome-initial-setup user * Add -Dsandbox_tests option to disable sandbox tests Translations: da, de, lv, sv Highlighted changes since 3.6.0: * Use Landlock kernel API to control file access * Improved sandbox
comment:8 by , 12 months ago
Tracker fixed at 91d30ad94044e4598e813ff306d3cf404fd54735
Tracker-miners fixed at 6256f2f7c73673d8fbf980b106af1f432116e5e9
comment:9 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
tracker:
NEW in 3.7.0 - 2024-03-16
Translations: da, de, fr, it, lv
NEW in 3.7.rc - 2024-03-04
Translations: cs, en_GB, es, eu, fa, gl, he, hu, id, ka, ko, lt,
NEW in 3.7.beta - 2024-02-12
tracker3 endpoint --http-port
CLI subcommand.tracker3 sparql
subcommand to assign values to parameters in queries.Translations: uk
NEW in 3.7.alpha - 2024-01-08