summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog80
1 files changed, 80 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 34698023..c76137a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,83 @@
+pam (1.5.2-3) UNRELEASED; urgency=medium
+
+ * Add missing manpages for pam_namespace which for some reason don't get
+ installed by the upstream rules
+ * Drop obsolete upgrade code from maintainer scripts which is no longer
+ used
+ * Drop manual multiarch file handling in favor of dh-exec.
+ * No special-case needed for pam_modutil_sanitize_helper_fds in symbols
+ file, it's covered by the existing globs.
+ * debian/local/Debian-PAM-MiniPolicy: drop references to ancient
+ package versions. Thanks, Marc Haber.
+ * Support DPKG_ROOT in the postinst scripts. Closes: #993161.
+ Thanks, Johannes Schauer Marin Rodrigues.
+
+ -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 18:26:29 +0000
+
+pam (1.5.2-2) unstable; urgency=medium
+
+ * Pass --with-systemdunitdir=/usr/lib/systemd/system for consistent
+ builds whether we are or aren't building in an environment with systemd
+ present.
+ * Install the pam_namespace.service unit in the libpam-modules-bin
+ package.
+
+ -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 16:47:57 +0000
+
+pam (1.5.2-1) unstable; urgency=medium
+
+ * New upstream release.
+ - fixes compatibility with libpam-systemd. Closes: #1017467.
+ - fixes bashisms in configure.ac. Closes: #998361.
+ * Refresh patches.
+ * Drop patches included or obsoleted upstream:
+ - debian/patches-applied/pam_unix_fix_sgid_shadow_auth.patch
+ - debian/patches-applied/pam_unix_initialize_daysleft
+ - debian/patches-applied/pam_faillock_create_directory
+ - debian/patches-applied/pam_unix_avoid_checksalt
+ - debian/patches-applied/pam_env-allow-environment-files-without-EOL-at-EOF.patch
+ * Drop libpam-cracklib which has been obsoleted upstream.
+ * Add pkgconfig .pc files to libpam0g-dev. Closes: #1012688.
+ * Update .symbols file.
+ * Updated Romanian debconf translation, thanks Andrei Popescu, Closes:
+ #986416
+ * Drop versioning of quilt build-dependency to quiet lintian, since the
+ version is satisfied by oldoldoldstable.
+ * Drop unused build-build-dependency on bzip2.
+ * Adjust lintian overrides for latest lintian syntax.
+ * Update Standards-Version.
+ * Bump debhelper compat to 13.
+ * debian/not-installed: document upstream files that aren't used.
+ * Override incorrect lintian warning about use of dpkg database.
+ * Override lintian warning for PAM module manpages being in section 8
+ * Override lintian warning for unused debconf templates
+ * Install additional upstream manpages: faillock(8), environment(5),
+ pwhistory_helper(8)
+ * Install additional helpers in libpam-modules-bin: pam_namespace_helper,
+ pwhistory_helper
+ * Fix wrong syntax in symbols file
+
+ -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 07:27:16 +0000
+
+pam (1.4.0-13) unstable; urgency=medium
+
+ * Don't build with NIS support. This is only used for password changes on
+ NIS systems, and is pulling a large dependency chain into the Essential
+ package set which is not justifiable.
+
+ -- Steve Langasek <vorlon@debian.org> Mon, 25 Apr 2022 16:12:04 -0700
+
+pam (1.4.0-11) unstable; urgency=medium
+
+ * Whitespace fixes in debconf templates.
+
+ [ Sergio Durigan Junior ]
+ * d/p/pam_env-allow-environment-files-without-EOL-at-EOF.patch:
+ Allow /etc/environment files without EOL at EOF. In other words,
+ allow files without a newline at the end. (LP: #1953201)
+
+ -- Steve Langasek <vorlon@debian.org> Mon, 06 Dec 2021 11:11:31 -0800
+
pam (1.4.0-10) unstable; urgency=medium
* Fix syntax error in libpam0g.postinst when a systemd unit fails,