Debian Package Tracker
Register | Log in
Subscribe

glibc

Choose email to subscribe with

general
  • source: glibc (main)
  • version: 2.42-7
  • maintainer: GNU Libc Maintainers (archive) (DMD)
  • uploaders: Samuel Thibault [DMD] – Aurelien Jarno [DMD] – Clint Adams [DMD]
  • arch: all any
  • std-ver: 4.6.2
  • 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.31-13+deb11u11
  • o-o-sec: 2.31-13+deb11u13
  • o-o-upd: 2.31-13+deb11u5
  • o-o-p-u: 2.31-13+deb11u11
  • oldstable: 2.36-9+deb12u13
  • old-sec: 2.36-9+deb12u7
  • stable: 2.41-12
  • testing: 2.42-6
  • unstable: 2.42-7
versioned links
  • 2.31-13+deb11u5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.31-13+deb11u11: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.31-13+deb11u13: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.36-9+deb12u7: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.36-9+deb12u13: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41-12: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.42-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.42-7: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • glibc-doc (8 bugs: 0, 1, 7, 0)
  • glibc-source (1 bugs: 0, 0, 1, 0)
  • libc-bin (23 bugs: 0, 10, 13, 0)
  • libc-dev-bin (1 bugs: 0, 1, 0, 0)
  • libc-devtools (1 bugs: 0, 1, 0, 0)
  • libc-gconv-modules-extra
  • libc-l10n
  • libc0.3
  • libc0.3-dbg
  • libc0.3-dev
  • libc0.3-udeb
  • libc6 (216 bugs: 0, 153, 63, 0)
  • libc6-amd64 (1 bugs: 0, 1, 0, 0)
  • libc6-dbg (1 bugs: 0, 0, 1, 0)
  • libc6-dev (31 bugs: 0, 17, 14, 0)
  • libc6-dev-amd64
  • libc6-dev-i386
  • libc6-dev-mips32
  • libc6-dev-mips64
  • libc6-dev-mipsn32
  • libc6-dev-powerpc
  • libc6-dev-ppc64
  • libc6-dev-s390
  • libc6-dev-sparc
  • libc6-dev-sparc64
  • libc6-dev-x32
  • libc6-i386 (2 bugs: 0, 1, 1, 0)
  • libc6-mips32
  • libc6-mips64
  • libc6-mipsn32
  • libc6-powerpc
  • libc6-ppc64
  • libc6-s390
  • libc6-sparc
  • libc6-sparc64
  • libc6-udeb
  • libc6-x32 (1 bugs: 0, 1, 0, 0)
  • libc6.1
  • libc6.1-dbg
  • libc6.1-dev
  • libc6.1-udeb
  • locales (49 bugs: 0, 31, 18, 0)
  • locales-all (3 bugs: 0, 2, 1, 0)
  • nscd (28 bugs: 0, 25, 3, 0)
action needed
lintian reports 27 errors and 36 warnings high
Lintian reports 27 errors and 36 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-12-13 Last update: 2026-01-05 10:00
7 security issues in buster high

There are 7 open security issues in buster.

4 important issues:
  • CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.
  • CVE-2024-33600: nscd: Null pointer crashes after notfound response If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.
  • CVE-2024-33601: nscd: netgroup cache may terminate daemon on memory allocation failure The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.
  • CVE-2024-33602: nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerability is only present in the nscd binary.
2 issues postponed or untriaged:
  • CVE-2023-4806: (needs triaging) A flaw was found in glibc. In an extremely rare situation, the getaddrinfo function may access memory that has been freed, resulting in an application crash. This issue is only exploitable when a NSS module implements only the _nss_*_gethostbyname2_r and _nss_*_getcanonname_r hooks without implementing the _nss_*_gethostbyname3_r hook. The resolved name should return a large number of IPv6 and IPv4, and the call to the getaddrinfo function should have the AF_INET6 address family with AI_CANONNAME, AI_ALL and AI_V4MAPPED as flags.
  • CVE-2023-4813: (needs triaging) A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.
1 ignored issue:
  • CVE-2020-1751: An out-of-bounds write vulnerability was found in glibc before 2.31 when handling signal trampolines on PowerPC. Specifically, the backtrace function did not properly check the array bounds when storing the frame address, resulting in a denial of service or potential code execution. The highest threat from this vulnerability is to system availability.
Created: 2024-04-17 Last update: 2024-06-29 13:15
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 5-day delay is over. Check why.
Created: 2026-01-09 Last update: 2026-01-11 16:01
35 bugs tagged patch in the BTS normal
The BTS contains patches fixing 35 bugs (41 if counting merged bugs), consider including or untagging them.
Created: 2025-01-06 Last update: 2026-01-11 16:00
Depends on packages which need a new maintainer normal
The packages that glibc depends on which need a new maintainer are:
  • systemtap (#1114760)
    • Build-Depends: systemtap-sdt-dev
Created: 2026-01-04 Last update: 2026-01-11 13:31
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2.42-8, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 2fbd60ae0f608e7e4725d2cbfc1611dbd8211fa3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Jan 11 01:05:08 2026 +0000

    hurd: Fix sigreturn using xmm registers in the signal contention case.
    
    * debian/patches/hurd-i386/git-sigreturn-xmm.diff

commit 66aedcc620fa80c88656f2d57a30c5fe6781578f
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jan 9 21:34:31 2026 +0100

    Add changelog entries for previous commits

commit 58f5ca85a5bf9354300fd8c512c93ef9e8e7e620
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Sun Jan 4 17:24:14 2026 +0100

    Don't build nscd in stage2
    
    A stage2 glibc still Build-Depends on libaudit-dev, but that package is
    only built after glibc stage2. The present cross bootstrap ignores this
    dependency and somehow gets away with that.
    
    Comparing a regular full build of glibc with one where the libaudit-dev
    dependency is removed yields differences (observed with diffoscope) in
    glibc-source (expected as debian/control is included) and nscd. Since
    the stage2 does not need nscd, skipping it would help here.
    
    Once nscd is skipped, libaudit-dev may still be used by the test suite.
    Therefore, it is only dropped when combing nocheck with a stage profile.

commit d6fbaf75d7c8038c876ab802d193038f88cb0ef3
Author: Helmut Grohne <helmut@subdivi.de>
Date:   Mon Jan 5 07:32:47 2026 +0100

    Avoid g++ dependency in nocheck builds
    
    A gcc stage1 build does not produce a C++ compiler. However, that's what
    we use for building glibc stage2 (overriding its declared B-D).
    Practically speaking, g++ is only required for running tests (thanks
    Samuel). I verified this by comparing two builds modified to use gcc-14.
    Such a full build exactly reproduces the artifacts of a nocheck build
    where g++-14* is not installed.

commit d6c5f4aa14469a75639e6be4cebad7df6968b72c
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jan 9 19:23:27 2026 +0100

    debian/rules.d/build.mk: do not write BUILD_CXX to configparms, it's unused.
    
    Note however that we can't remove the BUILD_CXX definition without
    coordination with cross-toolchain-base.

commit 4f7d11b257908935cb1683397b32abb06eafcac1
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Jan 4 22:16:32 2026 +0100

    debian/testsuite-xfail-debian.mk: Avoid running tst-writev on hurd-amd64
Created: 2026-01-04 Last update: 2026-01-11 03:01
4 open merge requests in Salsa normal
There are 4 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-21 Last update: 2026-01-09 22:32
debian/patches: 74 patches to forward upstream low

Among the 74 debian patches available in version 2.42-7 of the package, we noticed the following issues:

  • 74 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-01-04 18:17
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2020-02-26 Last update: 2025-12-07 14:00
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.3 instead of 4.6.2).
Created: 2024-04-07 Last update: 2026-01-04 18:31
testing migrations
  • This package will soon be part of the s390-31-bit-rm transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • excuses:
    • Migration status for glibc (2.42-6 to 2.42-7): Will attempt migration (Any information below is purely informational)
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/g/glibc.html
    • ∙ ∙ Autopkgtest for aevol/5.0+ds-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for altree/1.3.2-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for assimp/6.0.2+ds-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for ayatana-indicator-session: amd64: Test triggered (failure will be ignored), arm64: Test triggered (failure will be ignored), i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for binutils/2.45.50.20251209-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for borgbackup2/2.0.0b20-2: amd64: Test triggered (failure will be ignored), arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for cmake/4.1.1+really3.31.6-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for curl/8.18.0~rc3-1: amd64: Pass ♻, arm64: Pass ♻, i386: Pass ♻ (reference ♻), ppc64el: Pass ♻, riscv64: Failed (not a regression) ♻ (reference ♻), s390x: Pass ♻
    • ∙ ∙ Autopkgtest for cyrus-imapd/3.12.1-3: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for cython/3.1.6+dfsg-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for dipy/1.11.0-3: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for dolfin/2019.2.0~legacy20240219.1c52e83-26: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for epson-inkjet-printer-escpr/1.7.17-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for esys-particle: amd64: Test triggered (failure will be ignored), arm64: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for fenics-dolfinx/1:0.10.0.post5-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for glibc/2.42-7: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for haskell-futhark/0.25.32-2: amd64: Pass, arm64: Pass, i386: No tests, superficial or marked flaky ♻ (reference ♻), ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for hisat2/2.2.1-5: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass, s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for libmceliece/0~20250507-4: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for libreoffice/4:25.8.4-1: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Test triggered (failure will be ignored), ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for liburing/2.13-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for macaulay2/1.25.11+ds-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for mdanalysis: amd64: Test triggered (failure will be ignored), arm64: Test triggered (failure will be ignored), i386: Test triggered (failure will be ignored), ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for mypy/1.19.1-2: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for nodejs/22.21.1+dfsg+~cs22.19.0-6: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for octave-ltfat/2.6.0+dfsg-7: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for openbabel/3.1.1+dfsg-14: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-21/21.0.10~4ea-1: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for openjdk-25/25.0.1+8-2: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for openjdk-26/26~28ea-1: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for opensaml/3.3.1-3: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for oxigraph/0.5.3-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for python3.13/3.13.11-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for python3.14/3.14.2-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for r-cran-projpred/2.8.0+dfsg-1: amd64: Pass, arm64: Pass, i386: Test triggered (failure will be ignored), ppc64el: Pass, riscv64: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for ros-ros-comm/1.17.4+ds-3: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for rust-gst-plugin-gtk4/0.14.4-1: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for rust-ntpd/1.6.2-3: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for rust-rav1e/0.8.1-7: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Autopkgtest for sqlalchemy/2.0.45+ds1-1: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Failed (not a regression) ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Failed (not a regression) ♻ (reference ♻), riscv64: Test triggered (failure will be ignored), s390x: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for thunderbird/1:140.6.0esr-1: amd64: Pass, arm64: Test triggered (failure will be ignored), i386: Pass, ppc64el: No tests, superficial or marked flaky ♻, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for vim-youcompleteme/0+20240827+gitb6e8c64+ds-6: amd64: Pass, arm64: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored), s390x: Pass
    • ∙ ∙ Reproducible on amd64 - info ♻
    • ∙ ∙ Reproducible on arm64 - info ♻
    • ∙ ∙ 7 days old (needed 5 days)
news
[rss feed]
  • [2026-01-04] Accepted glibc 2.42-7 (source) into unstable (Aurelien Jarno)
  • [2026-01-01] Accepted glibc 2.41-12+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Aurelien Jarno)
  • [2025-12-20] glibc 2.42-6 MIGRATED to testing (Debian testing watch)
  • [2025-12-12] Accepted glibc 2.42-6 (source) into unstable (Aurelien Jarno)
  • [2025-12-12] glibc 2.42-5 MIGRATED to testing (Debian testing watch)
  • [2025-12-06] Accepted glibc 2.42-5 (source) into unstable (Aurelien Jarno)
  • [2025-12-03] Accepted glibc 2.42-4 (source) into unstable (Aurelien Jarno)
  • [2025-11-29] Accepted glibc 2.42-3 (source) into experimental (Aurelien Jarno)
  • [2025-09-02] Accepted glibc 2.42-2 (source) into experimental (Aurelien Jarno)
  • [2025-08-27] Accepted glibc 2.36-9+deb12u13 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Aurelien Jarno)
  • [2025-08-12] Accepted glibc 2.42-1 (source all amd64) into experimental (Debian FTP Masters) (signed by: Aurelien Jarno)
  • [2025-08-08] glibc 2.41-12 MIGRATED to testing (Debian testing watch)
  • [2025-08-07] glibc 2.41-12 MIGRATED to testing (Debian testing watch)
  • [2025-08-05] Accepted glibc 2.41-12 (source) into unstable (Aurelien Jarno)
  • [2025-07-30] glibc 2.41-11 MIGRATED to testing (Debian testing watch)
  • [2025-07-26] Accepted glibc 2.41-11 (source) into unstable (Aurelien Jarno)
  • [2025-07-22] glibc 2.41-10 MIGRATED to testing (Debian testing watch)
  • [2025-07-17] Accepted glibc 2.41-10 (source) into unstable (Aurelien Jarno)
  • [2025-06-24] glibc 2.41-9 MIGRATED to testing (Debian testing watch)
  • [2025-06-18] Accepted glibc 2.41-9 (source) into unstable (Aurelien Jarno)
  • [2025-06-03] Accepted glibc 2.36-9+deb12u12 (source) into proposed-updates (Debian FTP Masters) (signed by: Aurelien Jarno)
  • [2025-05-31] Accepted glibc 2.36-9+deb12u11 (source) into proposed-updates (Debian FTP Masters) (signed by: Aurelien Jarno)
  • [2025-05-27] Accepted glibc 2.31-13+deb11u13 (source) into oldstable-security (Sean Whitton)
  • [2025-05-23] glibc 2.41-8 MIGRATED to testing (Debian testing watch)
  • [2025-05-17] Accepted glibc 2.41-8 (source) into unstable (Aurelien Jarno)
  • [2025-04-30] Accepted glibc 2.31-13+deb11u12 (source) into oldstable-security (Sean Whitton)
  • [2025-04-21] glibc 2.41-7 MIGRATED to testing (Debian testing watch)
  • [2025-04-13] Accepted glibc 2.41-7 (source) into unstable (Aurelien Jarno)
  • [2025-03-22] glibc 2.41-6 MIGRATED to testing (Debian testing watch)
  • [2025-03-15] Accepted glibc 2.41-6 (source) into unstable (Aurelien Jarno)
  • 1
  • 2
bugs [bug history graph]
  • all: 413 436
  • RC: 0
  • I&N: 268 285
  • M&W: 145 151
  • F&P: 0
  • patch: 35 41
links
  • homepage
  • lintian (27, 36)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • l10n (84, 97)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.42-2ubuntu2
  • 446 bugs (8 patches)
  • patches for 2.42-2ubuntu2

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