pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openpam
Module Name: pkgsrc
Committed By: jlam
Date: Mon Feb 18 16:48:12 UTC 2008
Modified Files:
pkgsrc/security/openpam: Makefile PLIST distinfo
pkgsrc/security/openpam/patches: patch-ab patch-ac
Removed Files:
pkgsrc/security/openpam/patches: patch-aa
Log Message:
Update security/openpam to openpam-20071221 (Hydrangea). Changes from
version 20050616 (Figwort) include:
- ENHANCE: API function arguments are now const where appropriate, to
match corresponding changes in the Solaris PAM and Linux-PAM APIs.
- ENHANCE: corrected a number of C namespace violations.
- ENHANCE: the module cache has been removed, allowing long-lived
applications to pick up module changes. This also allows multiple
threads to use PAM simultaneously (as long as they use separate PAM
contexts), since the module cache was the only part of OpenPAM that
was not thread-safe.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/security/openpam/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openpam/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/security/openpam/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/security/openpam/patches/patch-aa
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/openpam/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/security/openpam/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index