summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-28 22:57:39 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:20 -0800
commit14b2082ebf97130666e2841bb7653fdcadf584bd (patch)
tree882cd961f420066bf3b57244065bb604e95bf537 /debian/changelog
parent2526c272fd267bb71314c4b2bf57227e480c25e6 (diff)
debian/rules: call chgrp *before* calling chmod, lest the sgid bit
on unix_chkpwd be cleared during the build when using -rsudo. Closes: #496983.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0edc3f2d..a94ca710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ pam (1.0.1-4) UNRELEASED; urgency=low
_unix_blankpasswd when we can detect that null passwords are disallowed,
to avoid causing spammy logs on successful authentications.
Closes: #496620.
+ * debian/rules: call chgrp *before* calling chmod, lest the sgid bit
+ on unix_chkpwd be cleared during the build when using -rsudo.
+ Closes: #496983.
-- Julien Cristau <jcristau@debian.org> Thu, 21 Aug 2008 00:03:56 +0200