Subject: CVS commit: pkgsrc/security/pam-pwauth_suid
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/05/2007 20:29:05
Module Name: pkgsrc
Committed By: drochner
Date: Wed Sep 5 20:29:05 UTC 2007
Modified Files:
pkgsrc/security/pam-pwauth_suid: Makefile
pkgsrc/security/pam-pwauth_suid/files: pam_pwauth_suid.c
Log Message:
-add DESTDIR support, from Blair Sadewitz
(I didn't adopt the libtool change for now because it is not clear for
be whether that PAM modules is useful for non-NetBSD.)
-block SIGCHLD while the forked helper process is running, so that a
calling process with a SIGCHLD handler won't steal the exit status
which is used to report success of the authentication.
This makes the "dropbear" ssh server usable if started with user
privileges.
bump revision to 1.1
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/security/pam-pwauth_suid/Makefile
cvs rdiff -r1.1.1.1 -r1.2 \
pkgsrc/security/pam-pwauth_suid/files/pam_pwauth_suid.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.