diff options
author | Sam Hartman <hartmans@debian.org> | 2024-02-29 09:33:25 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2024-02-29 09:48:28 -0700 |
commit | e84b4e35d5f403f239203205c54e793ece2a3187 (patch) | |
tree | d574af490dbe9f0522317e83ad3fc5db2d71baae /debian/changelog | |
parent | bf23bf69ff99ca54917a2f9a473a82f6c2e6431d (diff) | |
download | pam-e84b4e35d5f403f239203205c54e793ece2a3187.tar.gz pam-e84b4e35d5f403f239203205c54e793ece2a3187.tar.bz2 pam-e84b4e35d5f403f239203205c54e793ece2a3187.zip |
Document changes for 1.5.3-5
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 02e9e989..c102c04c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +pam (1.5.3-5) unstable; urgency=medium + + * Revert renaming libpam0g to libpam0t64 for time_t transition: apt + sometimes removes libpam0g rather than simply letting libpam0t64 + replace libpam0g (and deconfiguring libpam0g), leaving a system where + essential packages are broken, Closes: #1065017 + * Since libpam0t64 is going away, we do not need dpkg-diversions for it. + * As a consequence libpam_misc has an ABI break without a package name + change. We believe nothing in the archive depends on this ABI, and at + least until we come up with a better solution this is the least bad option. + * For now remove libdb-dev so that libdb-dev can undergo time_t + transition. That means this version of pam does not include + pam_userdb, which makes pam unsuitable for release. + * Replace/break libpam0t64 + + -- Sam Hartman <hartmans@debian.org> Thu, 29 Feb 2024 09:46:54 -0700 + pam (1.5.3-4) unstable; urgency=medium * Upload to unstable |