From 7842d81d1b01943eae2c64170d861c98d75e0b03 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 2 Sep 2009 16:41:57 -0700 Subject: Drop the pam_rhosts_auth.so symlink as well, and document in NEWS.Debian that this is now obsolete. --- debian/NEWS | 31 +++++++++++++++---------------- debian/changelog | 2 ++ debian/libpam-modules.links | 1 - 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 debian/libpam-modules.links (limited to 'debian') diff --git a/debian/NEWS b/debian/NEWS index 327df1ac..cd9b078c 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,18 @@ +pam (1.1.0-3) unstable; urgency=low + + * pam_rhosts_auth module obsolete, symlink removed + + The pam_rhosts_auth module was dropped upstream prior to the lenny + release and a compatibility symlink provided in the libpam-modules + package, pointing at the new (and not 100% compatible) pam_rhosts + module. This symlink has now been dropped. If you still have + references to pam_rhosts_auth in your /etc/pam.d/* config files, you + will need to fix these, since they no longer work. + + For information on using pam_rhosts, see the pam_rhosts(8) manpage. + + -- Steve Langasek Wed, 02 Sep 2009 16:17:16 -0700 + pam (1.1.0-1) unstable; urgency=low * pam_cracklib no longer checks for reuse of old passwords @@ -30,22 +45,6 @@ pam (1.1.0-1) unstable; urgency=low -- Steve Langasek Tue, 25 Aug 2009 00:13:57 -0700 -pam (0.99.10.0-1) unstable; urgency=low - - * pam_rhosts_auth module obsolete - - The pam_rhosts_auth module has been dropped upstream in favor of the - more featureful and better-maintained pam_rhosts module. To ease the - transition to pam_rhosts, a compatibility symlink has been provided to - map pam_rhosts_auth to pam_rhosts on your system; however, pam_rhosts - doesn't support all of the same module options and the compatibility - symlink will be dropped in a future release. You should update any - configs to use pam_rhosts instead of pam_rhosts_auth as soon as possible. - - For information on using pam_rhosts, see the pam_rhosts(8) manpage. - - -- Steve Langasek Sat, 26 Jul 2008 22:01:22 -0700 - pam (0.99.7.1-5) unstable; urgency=low * Default Unix minimum password length has changed diff --git a/debian/changelog b/debian/changelog index 6869e5bb..bc6c37de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ pam (1.1.0-3) UNRELEASED; urgency=low * Drop ./configure options that are no-ops * Drop the /lib/security/pam_unix_*.so symlinks, which have been deprecated now for 10 years and are not used at all if pam-auth-update is in play. + * Drop the pam_rhosts_auth.so symlink as well, and document in NEWS.Debian + that this is now obsolete. * Drop stale content from README.debian: some of this should have been in NEWS.Debian instead (but is so old it's not worth putting it there now), some of it is obsolete by the change in package VCS. diff --git a/debian/libpam-modules.links b/debian/libpam-modules.links deleted file mode 100644 index f39f6485..00000000 --- a/debian/libpam-modules.links +++ /dev/null @@ -1 +0,0 @@ -/lib/security/pam_rhosts.so /lib/security/pam_rhosts_auth.so -- cgit v1.2.3