Debian Package Tracker
Register | Log in
Subscribe

util-linux

miscellaneous system utilities

Choose email to subscribe with

general
  • source: util-linux (main)
  • version: 2.42.4-1
  • maintainer: Chris Hofstaedtler (DMD)
  • arch: all any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.36.1-8+deb11u2
  • o-o-sec: 2.36.1-8+deb11u2
  • oldstable: 2.38.1-5+deb12u3
  • old-sec: 2.38.1-5+deb12u1
  • stable: 2.41-5
  • stable-sec: 2.41.5-0+deb13u1
  • testing: 2.42.3-1
  • unstable: 2.42.4-1
versioned links
  • 2.36.1-8+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.38.1-5+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.38.1-5+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41-5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41.5-0+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.42.3-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.42.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • bsdextrautils (7 bugs: 0, 5, 2, 0)
  • bsdutils (4 bugs: 0, 4, 0, 0)
  • eject
  • eject-udeb
  • fdisk (6 bugs: 0, 5, 1, 0)
  • fdisk-udeb
  • lastlog2
  • libblkid-dev (1 bugs: 0, 0, 1, 0)
  • libblkid1 (2 bugs: 0, 2, 0, 0)
  • libblkid1-udeb
  • libfdisk-dev (1 bugs: 0, 0, 1, 0)
  • libfdisk1 (1 bugs: 0, 1, 0, 0)
  • libfdisk1-udeb
  • liblastlog2-2
  • liblastlog2-dev
  • libmount-dev
  • libmount1
  • libmount1-udeb
  • libpam-lastlog2 (2 bugs: 0, 2, 0, 0)
  • libsmartcols-dev
  • libsmartcols1
  • libsmartcols1-udeb
  • libuuid1
  • libuuid1-udeb
  • login (5 bugs: 0, 5, 0, 0)
  • mount (10 bugs: 0, 5, 5, 0)
  • rfkill
  • util-linux (47 bugs: 0, 28, 19, 0)
  • util-linux-extra (1 bugs: 0, 1, 0, 0)
  • util-linux-locales (1 bugs: 0, 1, 0, 0)
  • util-linux-udeb
  • uuid-dev
  • uuid-runtime
action needed
9 security issues in bookworm high

There are 9 open security issues in bookworm.

7 important issues:
  • CVE-2026-13595: A flaw was found in the libblkid library of util-linux. During nested partition probing, the BSD, Minix, Solaris x86, and UnixWare partition probers cache a raw pointer to a parent partition entry in a dynamically allocated array. When subsequent partition additions cause the array to be reallocated, this pointer becomes stale, leading to a heap use-after-free read. An attacker who can present a crafted block device image (for example, via USB insertion or a loop-mounted disk image) can trigger this flaw without user interaction, as libblkid is invoked automatically by udev/udisks as root on block-device hot-plug events. This could lead to limited information disclosure or denial of service.
  • CVE-2026-53613:
  • CVE-2026-53615:
  • CVE-2026-76642: util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
  • CVE-2026-78408: The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
  • CVE-2026-78409: The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
  • CVE-2026-78410: A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.
1 issue postponed or untriaged:
  • CVE-2026-27456: (needs triaging) util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.
1 ignored issue:
  • CVE-2026-3184: A flaw was found in util-linux. Improper hostname canonicalization in the `login(1)` utility, when invoked with the `-h` option, can modify the supplied remote hostname before setting `PAM_RHOST`. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.
Created: 2025-12-06 Last update: 2026-09-26 11:01
1 security issue in forky high

There is 1 open security issue in forky.

1 important issue:
  • CVE-2026-78408: The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
Created: 2026-09-26 Last update: 2026-09-26 11:01
5 security issues in bullseye high

There are 5 open security issues in bullseye.

3 important issues:
  • CVE-2026-13595: A flaw was found in the libblkid library of util-linux. During nested partition probing, the BSD, Minix, Solaris x86, and UnixWare partition probers cache a raw pointer to a parent partition entry in a dynamically allocated array. When subsequent partition additions cause the array to be reallocated, this pointer becomes stale, leading to a heap use-after-free read. An attacker who can present a crafted block device image (for example, via USB insertion or a loop-mounted disk image) can trigger this flaw without user interaction, as libblkid is invoked automatically by udev/udisks as root on block-device hot-plug events. This could lead to limited information disclosure or denial of service.
  • CVE-2026-53613:
  • CVE-2026-53615:
1 issue postponed or untriaged:
  • CVE-2026-27456: (postponed; to be fixed through a stable update) util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.
1 ignored issue:
  • CVE-2026-3184: A flaw was found in util-linux. Improper hostname canonicalization in the `login(1)` utility, when invoked with the `-h` option, can modify the supplied remote hostname before setting `PAM_RHOST`. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.
Created: 2026-06-17 Last update: 2026-08-26 03:21
9 bugs tagged help in the BTS normal
The BTS contains 9 bugs tagged help, please consider helping the maintainer in dealing with them.
Created: 2019-03-21 Last update: 2026-09-26 11:30
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-09-02 Last update: 2026-09-26 11:30
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2026-04-17 Last update: 2026-09-26 10:31
lintian reports 33 warnings normal
Lintian reports 33 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-09-26 Last update: 2026-09-26 09:30
5 low-priority security issues in trixie low

There are 5 open security issues in trixie.

5 issues left for the package maintainer to handle:
  • CVE-2026-3184: (needs triaging) A flaw was found in util-linux. Improper hostname canonicalization in the `login(1)` utility, when invoked with the `-h` option, can modify the supplied remote hostname before setting `PAM_RHOST`. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.
  • CVE-2026-76642: (needs triaging) util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
  • CVE-2026-78408: (needs triaging) The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
  • CVE-2026-78409: (needs triaging) The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
  • CVE-2026-78410: (needs triaging) A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.

You can find information about how to handle these issues in the security team's documentation.

Created: 2025-12-06 Last update: 2026-09-26 11:01
debian/patches: 10 patches to forward upstream low

Among the 10 debian patches available in version 2.42.4-1 of the package, we noticed the following issues:

  • 10 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-09-26 06:31
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.0).
Created: 2025-02-21 Last update: 2026-09-26 04:30
testing migrations
  • excuses:
    • Migration status for util-linux (2.42.3-1 to 2.42.4-1): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for aardvark-dns/1.17.1-3: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for adduser/3.159: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for asterisk/1:22.10.1+dfsg+~cs6.17.60671434-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for autopkgtest/6.0: amd64: Test triggered (will not be considered a regression) ♻ (reference ♻), arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for budgie-desktop/10.10.2-3: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for budgie-extras/2.3.0-4: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for chkrootkit/0.59-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for clonezilla/5.18.10-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for cloud-utils/0.34-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for cluster-glue/1.0.12-26: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for cmake-extras/1.10-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for cmor/3.15.3-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for courier-authlib/0.73.1-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for cramfsswap/1.4.5: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for cron/3.0pl1-210: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for crosshurd/1.7.66: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for cryptsetup/2:2.8.8-1: amd64: Failed (not a regression) ♻ (reference ♻), arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for cyrus-imapd/3.12.4-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for debootstrap/1.0.145: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for debusine/0.15.0: amd64: Test triggered, arm64: Pass, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for debvm/0.5.4: amd64: Pass, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for deepin-util-dfm/1.4.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for di-netboot-assistant/0.82: amd64: Pass, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for dlm/4.3.0-3: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for dpdk/25.11.3-1: amd64: No tests, superficial or marked flaky ♻, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for dracut/112-6: amd64: Test triggered, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for drbl/5.11.9-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for dropbear/2026.94-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for e2fsprogs/1.47.4-1: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for evolution-data-server/3.56.2-9: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for exfatprogs/1.4.3-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for ext4magic/0.3.2-15: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for fence-agents/4.17.0-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for freedom-maker/0.35: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for fsarchiver/0.8.9-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for fwupd/2.1.7-4: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for ganeti-instance-debootstrap/0.17-1: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for gdcm/3.0.24-14: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for gdisk/1.0.10-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for gearmand/1.1.21+ds-1.1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for gfs2-utils/3.6.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for glib2.0/2.90.0-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for glome/0.3.0-6: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for golang-github-containers-psgo/1.10.0+ds1-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for growlight/1.2.41-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for gsequencer/9.3.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for hippotat/1.3.3: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for httpdirfs-fuse/1.3.3-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for hyprland/0.56.2+ds-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for ignition/2.14.0+ds1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for inetutils/2:2.8-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for jlha-utils/0.1.6-6: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for kdump-tools/1:1.10.9: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻ (reference ♻), armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for libblockdev/3.5.0-2: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for libdap/3.21.1-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for libdata-uuid-libuuid-perl/0.05-6: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for libewf/20140816-2: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for libnginx-mod-js/1.0.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for libpam-mount/2.22-3: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for libvirt/12.7.0-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for lsb-release-minimal/12.1-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for lxcfs/7.0.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for man-db/2.13.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for mdadm/4.6-3: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for mingetty/1.08-7: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for miniupnpd/2.3.10-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for mir/2.28.0-4: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for mkosi/27-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for mksh/59c-43: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for multipath-tools/0.15.0-1: amd64: Pass, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for ndctl/85-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for netavark/1.17.2-3: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for netplan.io/1.2.2-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for nfs-utils/1:2.9.2-1: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for node-mqtt/4.3.7-8: amd64: Pass, arm64: Pass, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for nova/2:33.0.2-1: amd64: Pass, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for obs-studio/32.2.2+ds-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for ocfs2-tools/1.8.9-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for ocsinventory-agent/2:2.10.0-6: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for octavia/18.0.0-4: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for open-iscsi/2.1.13-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for openjdk-21/21.0.12.1+1-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-25/25.0.4.1+1-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-26/26.0.2.1+1-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-27/27~34ea-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-28/28~13ea-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for orthanc/1.13.0+dfsg-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for orthanc-dicomweb/1.24+dfsg-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for orthanc-neuro/1.1+dfsg-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for orthanc-webviewer/2.10+dfsg-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for ostree/2026.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for pacemaker/3.0.1-1.1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for partclone/0.3.49-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for passwordsafe/1.22.0+dfsg-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for piuparts/1.6.0: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for pmount/0.9.23-11: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for postgresql-18/18.6-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for pypy3/8.0.0+dfsg-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for python3.14/3.14.7-4: amd64: Pass, arm64: Pass, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for python3.15/3.15.0~rc2-2: amd64: Regression ♻ (reference ♻), arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for rex/1.16.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for rsyslog/8.2608.0-4: amd64: Pass, arm64: Regression ♻ (reference ♻), armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for runit/2.3.1-4: amd64: Ignored failure ♻ (reference ♻), arm64: Ignored failure ♻ (reference ♻), armhf: Ignored failure ♻ (reference ♻), i386: Test triggered (failure will be ignored), ppc64el: Ignored failure ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for rust-fake-tty/0.3.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for rust-libmount/0.1.15-8: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for sbd/1.5.2-5: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for sbuild/0.91.10: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for seafile/9.0.20-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for simpleagenda.app/0.48-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for siridb-server/2.0.54-1: amd64: Pass, arm64: Pass, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for slepc4py/3.25.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for snapd/2.76.3-2: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for solid/5.116.0-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for squashfs-mount/1.1.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for sso-mib/0.10.2-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for stacks/2.68+dfsg-4: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for streamlink/8.6.1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for svtools/0.6-7: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for swugenerator/0.6-9: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for syslinux/3:6.04~git20190206.bf6db5b4+dfsg1-3.2: amd64: Pass, i386: Test triggered
    • ∙ ∙ Autopkgtest for systemd/261.2-1: amd64: Regression ♻ (reference ♻), arm64: Pass, armhf: Pass, i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Pass
    • ∙ ∙ Autopkgtest for task/3.5.0+dfsg-3: amd64: Pass, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for testssl.sh/3.2.4+dfsg-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for tinysparql/3.11.1-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for tpm2-tss/4.1.3-7: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for translate-shell/0.9.7.1-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for ucf/3.0056: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for udisks2/2.11.2-1: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for urfkill/0.5.0-8: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for urlview/1e-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for util-linux/2.42.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for uwsgi/2.0.31-6: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for uwsgi-plugin-pypy/0.0.6: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for vm/8.2.0b-11.1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for voronota/1.29.4781+ds-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for weresync/1.1.5-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for whipper/0.10.0-6: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for x11iraf/2.2+dfsg-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for xapian-core/1.4.32-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for xdp-tools/1.6.3-1: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for xlbiff: i386: Test triggered
    • ∙ ∙ Autopkgtest for xtitle/1.0.4-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for zfs-linux/2.4.4-1: amd64: Pass, arm64: Regression ♻ (reference ♻), armhf: Pass, i386: Test triggered, ppc64el: Pass
    • ∙ ∙ Autopkgtest for zonefs-tools/1.7.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻
    • ∙ ∙ Missing build on riscv64
    • ∙ ∙ Autopkgtest deferred on riscv64: missing arch:riscv64 build
    • ∙ ∙ Lintian check waiting for test results on riscv64 - info
    • ∙ ∙ Reproducibility check waiting for results on i386 - info
    • ∙ ∙ Too young, only 0 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/u/util-linux.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • Not considered
news
[rss feed]
  • [2026-09-26] Accepted util-linux 2.42.4-1 (source) into unstable (Chris Hofstaedtler)
  • [2026-09-17] util-linux 2.42.3-1 MIGRATED to testing (Debian testing watch)
  • [2026-09-03] util-linux 2.42.2-4 MIGRATED to testing (Debian testing watch)
  • [2026-09-02] Accepted util-linux 2.42.3-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-08-25] Accepted util-linux 2.42.2-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-08-18] Accepted util-linux 2.41.5-0+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Christian Hofstaedtler)
  • [2026-08-15] Accepted util-linux 2.42.2-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-08-14] Accepted util-linux 2.41.5-0+deb13u1 (source) into stable-security (Debian FTP Masters) (signed by: Christian Hofstaedtler)
  • [2026-07-18] util-linux 2.42.2-2 MIGRATED to testing (Debian testing watch)
  • [2026-07-12] Accepted util-linux 2.42.2-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-27] util-linux 2.42.2-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-17] Accepted util-linux 2.42.2-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-16] Accepted util-linux 2.42.1-6 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-15] Accepted util-linux 2.42.1-5 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-14] Accepted util-linux 2.42.1-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-11] util-linux 2.42.1-3 MIGRATED to testing (Debian testing watch)
  • [2026-06-09] util-linux 2.42.1-2 MIGRATED to testing (Debian testing watch)
  • [2026-06-08] Accepted util-linux 2.42.1-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-04] Accepted util-linux 2.42.1-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-03] Accepted util-linux 2.42.1-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-05-30] util-linux 2.42-6 MIGRATED to testing (Debian testing watch)
  • [2026-05-07] Accepted util-linux 2.42-6 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-05-03] util-linux 2.42-5 MIGRATED to testing (Debian testing watch)
  • [2026-04-26] Accepted util-linux 2.42-5 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-23] util-linux 2.42-4 MIGRATED to testing (Debian testing watch)
  • [2026-04-19] Accepted util-linux 2.42-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-17] util-linux 2.42-3 MIGRATED to testing (Debian testing watch)
  • [2026-04-11] Accepted util-linux 2.42-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-08] Accepted util-linux 2.42-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-02] Accepted util-linux 2.42-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • 1
  • 2
bugs [bug history graph]
  • all: 90 97
  • RC: 0
  • I&N: 58 65
  • M&W: 32
  • F&P: 0
  • patch: 1
  • help: 9
links
  • homepage
  • lintian (0, 33)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • l10n (100, 61)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.42.2-1ubuntu2
  • 228 bugs (10 patches)
  • patches for 2.42.2-1ubuntu2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing