Debian Package Tracker
Register | Log in
Subscribe

heimdal

Choose email to subscribe with

general
  • source: heimdal (main)
  • version: 7.8.git20221117.28daf24+dfsg-12
  • maintainer: Brian May (DMD)
  • uploaders: Dominik George [DMD]
  • arch: all any
  • std-ver: 4.1.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: 7.7.0+dfsg-2+deb11u3
  • o-o-sec: 7.7.0+dfsg-2+deb11u3
  • oldstable: 7.8.git20221117.28daf24+dfsg-2
  • stable: 7.8.git20221117.28daf24+dfsg-9+deb13u1
  • testing: 7.8.git20221117.28daf24+dfsg-11
  • unstable: 7.8.git20221117.28daf24+dfsg-12
versioned links
  • 7.7.0+dfsg-2+deb11u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.8.git20221117.28daf24+dfsg-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.8.git20221117.28daf24+dfsg-9+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.8.git20221117.28daf24+dfsg-11: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 7.8.git20221117.28daf24+dfsg-12: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • heimdal-clients (1 bugs: 0, 1, 0, 0)
  • heimdal-dev
  • heimdal-docs
  • heimdal-kcm (1 bugs: 0, 1, 0, 0)
  • heimdal-kdc (2 bugs: 0, 1, 1, 0)
  • heimdal-multidev
  • heimdal-servers
  • libasn1-8t64-heimdal
  • libgssapi3t64-heimdal
  • libhcrypto5t64-heimdal
  • libhdb9t64-heimdal
  • libheimbase1t64-heimdal
  • libheimntlm0t64-heimdal
  • libhx509-5t64-heimdal
  • libkadm5clnt7t64-heimdal
  • libkadm5srv8t64-heimdal
  • libkafs0t64-heimdal
  • libkdc2t64-heimdal
  • libkrb5-26t64-heimdal
  • libotp0t64-heimdal
  • libroken19t64-heimdal
  • libsl0t64-heimdal
  • libwind0t64-heimdal
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 0:00:29
    Last run: 2026-06-17T10:27:38.000Z
    Previous status: unknown

  • testing: fail (log)
    The tests ran in 0:00:36
    Last run: 2026-06-29T00:38:14.000Z
    Previous status: unknown

  • stable: pass (log)
    The tests ran in 0:00:39
    Last run: 2025-11-10T01:48:52.000Z
    Previous status: unknown

Created: 2026-03-02 Last update: 2026-07-05 13:04
A new upstream version is available: 7.8.git20240113.1b4565a high
A new upstream version 7.8.git20240113.1b4565a is available, you should consider packaging it.
Created: 2026-07-01 Last update: 2026-07-05 10:02
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-06-02 Last update: 2026-07-05 13:00
Depends on packages which need a new maintainer normal
The packages that heimdal depends on which need a new maintainer are:
  • db5.3 (#1055356)
    • Depends: libdb5.3t64 libdb5.3t64
  • db-defaults (#1055344)
    • Build-Depends: libdb-dev
Created: 2023-11-04 Last update: 2026-07-05 12:30
lintian reports 28 warnings normal
Lintian reports 28 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-07-01 Last update: 2026-07-01 07:31
5 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit dceba1e024c147259d6eb9a5b7e623c392e02ed6
Author: Brian May <bam@debian.org>
Date:   Tue Jun 30 15:53:40 2026 +1000

    Install heimdal-kpasswdd.service explicitly under compat 10
    
    debhelper compat 10 (dh_systemd_enable) only auto-installs the
    debian/<package>.service form, not debian/<package>.<name>.service, so
    heimdal-kpasswdd.service was silently dropped from the heimdal-kdc
    package. Install it by hand in override_dh_install-arch;
    dh_systemd_enable/dh_systemd_start still enable and start it.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 8bb2ab032873f1e8924272024c43e696cfbc5561
Author: Brian May <bam@debian.org>
Date:   Tue Jun 30 15:37:16 2026 +1000

    Add systemd service unit for kpasswdd
    
    The heimdal-kdc init script also starts kpasswdd by default
    (KPASSWDD_ENABLED=yes); add heimdal-kpasswdd.service (shipped in the
    heimdal-kdc package) so the systemd migration does not drop the password-
    changing server. kpasswdd runs in the foreground by default, so Type=simple
    is correct.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 206d60049bee91e390875dca1cd9724b8510ed80
Author: Brian May <bam@debian.org>
Date:   Tue Jun 30 14:27:19 2026 +1000

    Fix ipropd-slave recovery

commit 887abbf753063201b0dc5074b742a2bfb3a48afc
Author: Brian May <bam@debian.org>
Date:   Tue Jun 30 14:15:56 2026 +1000

    Add systemd service units for heimdal-kdc and heimdal-kcm
    
    Provide debian/heimdal-kdc.service and debian/heimdal-kcm.service so each
    package ships a systemd unit matching its init.d script, fixing the
    lintian missing-systemd-service-for-init.d-script errors.
    
    Closes: #1039220, #1030084.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 05fb027ff6b5ada30286ecb7bc7122a5d4152f8a
Author: Brian May <bam@debian.org>
Date:   Tue Jun 30 11:01:11 2026 +1000

    fix memory leak
Created: 2026-06-30 Last update: 2026-07-01 03:19
RFH: The maintainer is looking for help with this package. normal
The current maintainer is looking for someone who can help with the maintenance of this package. If you are interested in this package, please consider helping out. One way you can help is offer to be a co-maintainer or triage bugs in the BTS. Please see bug number #849325 for more information.
Created: 2017-12-02 Last update: 2017-12-02 00:26
debian/patches: 32 patches to forward upstream low

Among the 32 debian patches available in version 7.8.git20221117.28daf24+dfsg-12 of the package, we noticed the following issues:

  • 32 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-07-01 08: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.4 instead of 4.1.2).
Created: 2018-04-16 Last update: 2026-07-01 03:19
testing migrations
  • excuses:
    • Migration status for heimdal (7.8.git20221117.28daf24+dfsg-11 to 7.8.git20221117.28daf24+dfsg-12): BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below)
    • Issues preventing migration:
    • ∙ ∙ Missing build on riscv64
    • ∙ ∙ Autopkgtest deferred on riscv64: missing arch:riscv64 build
    • ∙ ∙ Autopkgtest for cyrus-imapd/3.12.2-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Failed (not a regression) ♻ (reference ♻), i386: Failed (not a regression) ♻ (reference ♻), loong64: Pass, ppc64el: Pass, s390x: Pass
    • ∙ ∙ Autopkgtest for heimdal/7.8.git20221117.28daf24+dfsg-12: amd64: Pass, arm64: Failed (not a regression) ♻ (reference ♻), armhf: Pass, i386: Pass, loong64: Pass, ppc64el: Failed (not a regression) ♻ (reference ♻), s390x: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Lintian check waiting for test results on riscv64 - info
    • ∙ ∙ Too young, only 4 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Updating heimdal will fix bugs in testing: #1039220
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/h/heimdal.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-07-01] Accepted heimdal 7.8.git20221117.28daf24+dfsg-12 (source) into unstable (Brian May)
  • [2026-04-03] Accepted heimdal 7.8.git20221117.28daf24+dfsg-9+deb13u1 (source amd64 all) into proposed-updates (Debian FTP Masters) (signed by: Brian May)
  • [2026-02-28] heimdal 7.8.git20221117.28daf24+dfsg-11 MIGRATED to testing (Debian testing watch)
  • [2026-02-26] Accepted heimdal 7.8.git20221117.28daf24+dfsg-11 (source) into unstable (Brian May)
  • [2026-01-20] heimdal 7.8.git20221117.28daf24+dfsg-10 MIGRATED to testing (Debian testing watch)
  • [2026-01-18] Accepted heimdal 7.8.git20221117.28daf24+dfsg-10 (source) into unstable (Brian May)
  • [2025-03-06] heimdal 7.8.git20221117.28daf24+dfsg-9 MIGRATED to testing (Debian testing watch)
  • [2025-03-04] Accepted heimdal 7.8.git20221117.28daf24+dfsg-9 (source) into unstable (Brian May)
  • [2024-08-14] heimdal 7.8.git20221117.28daf24+dfsg-8 MIGRATED to testing (Debian testing watch)
  • [2024-08-12] heimdal 7.8.git20221117.28daf24+dfsg-7 MIGRATED to testing (Debian testing watch)
  • [2024-08-12] Accepted heimdal 7.8.git20221117.28daf24+dfsg-8 (source) into unstable (Brian May)
  • [2024-08-10] Accepted heimdal 7.8.git20221117.28daf24+dfsg-7 (source) into unstable (Brian May)
  • [2024-07-25] Accepted heimdal 7.8.git20221117.28daf24+dfsg-6 (source) into unstable (Brian May)
  • [2024-05-03] heimdal 7.8.git20221117.28daf24+dfsg-5 MIGRATED to testing (Debian testing watch)
  • [2024-03-09] Accepted heimdal 7.8.git20221117.28daf24+dfsg-5 (source) into unstable (Brian May)
  • [2024-03-08] Accepted heimdal 7.8.git20221117.28daf24+dfsg-4.2 (source armel all) into unstable (Steve Langasek)
  • [2024-02-28] Accepted heimdal 7.8.git20221117.28daf24+dfsg-4.1 (source) into unstable (Lukas Märdian)
  • [2024-02-17] Accepted heimdal 7.8.git20221117.28daf24+dfsg-4.1~exp1 (source) into experimental (Steve Langasek)
  • [2024-01-08] heimdal 7.8.git20221117.28daf24+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2024-01-03] Accepted heimdal 7.8.git20221117.28daf24+dfsg-4 (source) into unstable (Brian May)
  • [2023-07-09] heimdal 7.8.git20221117.28daf24+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2023-07-04] Accepted heimdal 7.8.git20221117.28daf24+dfsg-3 (source) into unstable (Brian May)
  • [2023-05-21] heimdal 7.8.git20221117.28daf24+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2023-04-08] Accepted heimdal 7.8.git20221117.28daf24+dfsg-2 (source) into unstable (Brian May)
  • [2023-02-24] heimdal 7.8.git20221117.28daf24+dfsg-1.1 MIGRATED to testing (Debian testing watch)
  • [2023-02-14] Accepted heimdal 7.8.git20221117.28daf24+dfsg-1.1 (source) into unstable (Salvatore Bonaccorso)
  • [2023-02-12] Accepted heimdal 7.7.0+dfsg-2+deb11u3 (source) into proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2023-02-08] Accepted heimdal 7.7.0+dfsg-2+deb11u3 (source) into stable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2023-02-08] Accepted heimdal 7.5.0+dfsg-3+deb10u2 (source) into oldstable (Helmut Grohne)
  • [2022-12-15] heimdal 7.8.git20221117.28daf24+dfsg-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 12
  • RC: 0
  • I&N: 8
  • M&W: 3
  • F&P: 1
  • patch: 1
links
  • homepage
  • lintian (0, 28)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (100, 10)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 7.8.git20221117.28daf24+dfsg-11ubuntu1
  • patches for 7.8.git20221117.28daf24+dfsg-11ubuntu1

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