Your message dated Mon, 05 Jul 2021 14:18:53 +0000
with message-id <[email protected]>
and subject line Bug#983637: fixed in tracker-miners 2.3.5-2.1
has caused the Debian Bug report #983637,
regarding tracker-extract: Add newfstat() to syscall list
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
983637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983637
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tracker-miners
Version: 2.3.5-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu hirsute ubuntu-patch
X-Debbugs-Cc: [email protected]

In Ubuntu, the attached patch was applied to achieve the following:

Fix tracker-extract crashing constantly with new glibc.

Thanks for considering the patch.

-- System Information:
Debian Release: bullseye/sid
  APT prefers hirsute
  APT policy: (500, 'hirsute'), (500, 'groovy-updates'), (500, 
'groovy-security')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-14-generic (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer                              i speak de, en
diff -Nru 
tracker-miners-2.3.5/debian/patches/libtracker-miners-common-Add-newstatat-statat64-syscalls.patch
 
tracker-miners-2.3.5/debian/patches/libtracker-miners-common-Add-newstatat-statat64-syscalls.patch
--- 
tracker-miners-2.3.5/debian/patches/libtracker-miners-common-Add-newstatat-statat64-syscalls.patch
  1970-01-01 01:00:00.000000000 +0100
+++ 
tracker-miners-2.3.5/debian/patches/libtracker-miners-common-Add-newstatat-statat64-syscalls.patch
  2021-02-27 13:13:59.000000000 +0100
@@ -0,0 +1,29 @@
+From b3fdbaf1ab23ce7191ace6db79575dfce5f90881 Mon Sep 17 00:00:00 2001
+From: Carlos Garnacho <[email protected]>
+Date: Sun, 25 Oct 2020 15:37:13 +0100
+Subject: [PATCH] libtracker-miners-common: Add newstatat/statat64 syscalls
+
+These are done in recent glib versions, should be observed here.
+
+Origin: upstream, 
https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/b3fdbaf1ab23ce7191ace6db79575dfce5f90881.patch
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1916323
+---
+ src/libtracker-miners-common/tracker-seccomp.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/libtracker-miners-common/tracker-seccomp.c 
b/src/libtracker-miners-common/tracker-seccomp.c
+index c0327eb08..01887e829 100644
+--- a/src/libtracker-miners-common/tracker-seccomp.c
++++ b/src/libtracker-miners-common/tracker-seccomp.c
+@@ -91,6 +91,8 @@ tracker_seccomp_init (void)
+       /* Basic filesystem access */
+       ALLOW_RULE (fstat);
+       ALLOW_RULE (fstat64);
++      ALLOW_RULE (fstatat64);
++      ALLOW_RULE (newfstatat);
+       ALLOW_RULE (stat);
+       ALLOW_RULE (stat64);
+       ALLOW_RULE (statfs);
+-- 
+GitLab
+
diff -Nru tracker-miners-2.3.5/debian/patches/series 
tracker-miners-2.3.5/debian/patches/series
--- tracker-miners-2.3.5/debian/patches/series  2020-10-09 11:13:36.000000000 
+0200
+++ tracker-miners-2.3.5/debian/patches/series  2021-02-27 13:13:59.000000000 
+0100
@@ -5,3 +5,4 @@
 dont_start_for_root.patch
 Don-t-immediately-restart-tracker-extract-on-SIGSYS.patch
 debian/Revert-build-Include-libdir-in-rpath.patch
+libtracker-miners-common-Add-newstatat-statat64-syscalls.patch

--- End Message ---
--- Begin Message ---
Source: tracker-miners
Source-Version: 2.3.5-2.1
Done: Guido Günther <[email protected]>

We believe that the bug you reported is fixed in the latest version of
tracker-miners, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated tracker-miners package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 05 Jul 2021 12:40:50 +0200
Source: tracker-miners
Architecture: source
Version: 2.3.5-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Closes: 983637
Changes:
 tracker-miners (2.3.5-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * libtracker-miners-common: Add newstatat/statat64 syscalls.
     Backport upstream commit b3fdbaf to avoid constant crashes every 2s.
     Thanks Julian Andres Klode for forwarding this initially.
     (Closes: #983637)
Checksums-Sha1:
 765fb396488b8838021b810bd159cf686ffe53e2 3225 tracker-miners_2.3.5-2.1.dsc
 1b3015ec1d427f7ba1883ee680b0b8313a538061 14288 
tracker-miners_2.3.5-2.1.debian.tar.xz
 5ef4e3fca04f82a5d95734cf3268763fc5597a37 16301 
tracker-miners_2.3.5-2.1_source.buildinfo
Checksums-Sha256:
 67b4387b819beaf4dd28887e6183fa7452d3060ffd31f4eb5cff6863265cd021 3225 
tracker-miners_2.3.5-2.1.dsc
 d5be993edf5f4fc4af9aea984c353b0a3393ad7e8f36dbf5251800216fbd8873 14288 
tracker-miners_2.3.5-2.1.debian.tar.xz
 64f85c2e43d7c808a4124b23a004ae1d8b2cf9b8bf1ee27156074204ea665df7 16301 
tracker-miners_2.3.5-2.1_source.buildinfo
Files:
 0b9e929e4822b4d2687134ddf6af113a 3225 utils optional 
tracker-miners_2.3.5-2.1.dsc
 ee3497ae1bcc61d36c724f382fc22473 14288 utils optional 
tracker-miners_2.3.5-2.1.debian.tar.xz
 a95474b7a7e87182f7130a52bc70bbd0 16301 utils optional 
tracker-miners_2.3.5-2.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEY/bM35YinQkoayrDJb+GUkr8weMFAmDjC14ACgkQJb+GUkr8
weNqgQ/+O/COp7UkxpRiezdrznc/94ekzHRSKIBRxKGDR/+tDO+1TE6ClsXP1sRK
WGePQcL/CPAVlMglGIFxq3iWvLspYZFC8zoNBpAa0WwkvnEiYVgsyRYbBbSyPvz6
0Lsj9Z1wbEBJ9eKa++5uYCNvRUnZLgusUT0gw2rr/w/sA1ObP2uYRpU1Z7vxqAVQ
usiL53x+4nXYOm0p//ooZur8HqgGl7m9ZL82O4EghYtlNE9rKtkmgQULzWzKro3X
cKH8Ml0rIaZPqBrte32NW2kHkdXk0pAF6FW2L+y4bnWq7gRyZPKIRJxa1j0Dltur
HtZA/GWfrvz4ZGzGscfEHXL3Nev1AiYpI4nyKqV/U9O7JV0u8M7otPreOQ45NNmf
ApYwl9cVVoZYpDDBUbB+m/qjAwTQh1gX10iVLLwm0CNTw7YhKUwhE8Df/9zxLtW4
xEHoObi0lx1fiXhPHVhi9EuhUaVJnQz2WgD0Hgz+GiCvUCfcftOWOk7QUd6Hq40g
4MFzgn7WTjDyHEuEkgLzhwQhF12PfxocE7txsvAcet0c1inulpRrkcwyG8A62qw8
ZmDJX9MxIw6bd6x+d8vyHKFkxPICXPJpA5mz60EB16k7yHDOM5DA8gXY9kyHcx4K
8I5V76LnzOmxbW78Dt5rc56aF6vqf+EdFIe7Z87KsccYpMrWD/4=
=7oVS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to