aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelog b/changelog
index 5fb9d485..25301322 100644
--- a/changelog
+++ b/changelog
@@ -146,8 +146,10 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low
Laurent Bigonville for the hint. Closes: #439038.
* Add a watch file for use with uscan; thanks to Laurent Bigonville for
this patch as well. Closes: #439040.
- * Update 015_hurd_portability to include -pthread in
- libpam_la_LDFLAGS, required for portability to non-Linux platforms.
+ * New patch no_pthread_mutexes: don't use pthread mutexes in
+ pam_modutil functions, they're not needed because pam handles
+ themselves should not be used concurrently by multiple threads and
+ using pthreads causes problems for portable linking.
* New patch hurd_no_setfsuid: if we don't have sys/fsuid.h, work around
using setreuid instead.