summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
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.