summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-25 17:53:00 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:01:53 -0800
commitaa200674c0ed6c779fe81d0eb86e406e242b6665 (patch)
treec9198f61af492cb799fe39def357fcb5f23b9184 /debian/changelog
parentb138aaa0087d893a7c367670d9eef498c15587f0 (diff)
revert rhosts_int32_not_bool.patch; doesn't matter now, pam_rhosts_auth has
been dropped upstream
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ae4e7636..bd2ca9e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,10 +17,6 @@ pam (0.99.10.0-1) UNRELEASED; urgency=low
misc_conv_allow_sigint.patch, which have been merged upstream.
* Patch 022_pam_unix_group_time_miscfixes: partially merged upstream;
now is really just "pam_group_miscfixes".
- * New patch, rhosts_int32_not_bool.patch, to fix a parentheses error in
- pam_rhosts_auth introduced upstream in 0.99.9.0: we want to cast the
- result of inet_addr to int32_t, not the result of a boolean *comparison*
- on inet_addr's result...
* The password-changing helper functionality for SELinux systems has been
split out into a separate unix_update binary, so at long last we can
change unix_chkpwd to be sgid shadow instead of suid root.