summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-26 22:06:23 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:01:55 -0800
commit81a3447a4e33fd6ffd73ffbfefd47b04459696dc (patch)
tree5af075fd2092883bde6ecd7731af1d1189829955 /debian
parentc493128e32d3b3bdd6b53d30992cb3ec9db50bd4 (diff)
pam_rhosts_auth is dropped upstream; add a compat symlink to pam_rhosts
to support upgrades for a release, and give a warning in NEWS.Debian.
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS17
-rw-r--r--debian/changelog2
-rw-r--r--debian/libpam-modules.links1
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 1976a81e..0fc375f8 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,20 @@
+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 the options supported by pam_rhosts, see the
+ pam_rhosts(8) manpage.
+
+ -- Steve Langasek <vorlon@debian.org> 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 cfabc91a..41e6b54a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low
accidentally
- pam_unix now supports SHA-256 and SHA-512 password hashes.
Closes: #484249, LP: #245786.
+ - pam_rhosts_auth is dropped upstream; add a compat symlink to pam_rhosts
+ to support upgrades for a release, and give a warning in NEWS.Debian.
- new symbol in libpam.so.0, pam_modutil_audit_write; shlibs bump, and
do another round of service restarts on upgrade.
* Drop patches 006_docs_cleanup, 015_hurd_portability,
diff --git a/debian/libpam-modules.links b/debian/libpam-modules.links
index 1af8ec38..e87ff8f0 100644
--- a/debian/libpam-modules.links
+++ b/debian/libpam-modules.links
@@ -2,3 +2,4 @@
/lib/security/pam_unix.so /lib/security/pam_unix_auth.so
/lib/security/pam_unix.so /lib/security/pam_unix_passwd.so
/lib/security/pam_unix.so /lib/security/pam_unix_session.so
+/lib/security/pam_rhosts.so /lib/security/pam_rhosts_auth.so