Subject: CVS commit: pkgsrc/security/PAM
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/29/2002 19:10:13
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jan 29 17:10:13 UTC 2002

Modified Files:
	pkgsrc/security/PAM: DESCR Makefile PLIST buildlink.mk distinfo
	pkgsrc/security/PAM/patches: patch-aa patch-ac patch-aj patch-al
	    patch-an patch-ao patch-ap patch-ar patch-au patch-av patch-aw
	    patch-az
Added Files:
	pkgsrc/security/PAM/patches: patch-ba patch-bb patch-bc patch-bd
	    patch-be patch-bf patch-bg
Removed Files:
	pkgsrc/security/PAM/patches: patch-ab patch-ad patch-ae patch-af
	    patch-ag patch-ah patch-ai patch-ak patch-am patch-aq patch-as
	    patch-at patch-ax patch-ay

Log Message:
Update security/PAM to 0.75.  Note that this release contains backwardly
incompatible changes to libpam.so; prior versions were buggy so upgrading
is highly recommended.

Pkgsrc changes from version 0.72 include:

  * Honor ${PKG_SYSCONFDIR}: the config files are now found in /etc/pam.conf
    and /etc/pam/*.conf, or in the appropriate ${PKG_SYSCONFBASE} directory.
  * Convert to use the general INSTALL/DEINSTALL scripts.

Changes from version 0.72 include:

  * bug fixes to almost every PAM module
  * pam_pwdb replaced with pam_unix
  * fixed a small security hole (more of a user confusion issue) with
    the unix and pwdb password helper binaries.
  * improved handling of the setcred/close_session and update chauthtok
    stack.  *Warning* This is a backwardly incompatible change, but 'more
    sane' than before. (Bug 129775 - agmorgan)
  * added support for '/' symbols in pam_time and pam_group config files
    (support for modern terminal devices).  Fixed infinite loop problem
    with '\\[^\n]' in these files.
  * added accessconf=<filename> feature to pam_access


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/security/PAM/DESCR pkgsrc/security/PAM/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/security/PAM/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/security/PAM/buildlink.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/security/PAM/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/PAM/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/security/PAM/patches/patch-ab \
    pkgsrc/security/PAM/patches/patch-ad pkgsrc/security/PAM/patches/patch-ae \
    pkgsrc/security/PAM/patches/patch-af pkgsrc/security/PAM/patches/patch-ag \
    pkgsrc/security/PAM/patches/patch-ai pkgsrc/security/PAM/patches/patch-ak \
    pkgsrc/security/PAM/patches/patch-as pkgsrc/security/PAM/patches/patch-at \
    pkgsrc/security/PAM/patches/patch-ax pkgsrc/security/PAM/patches/patch-ay
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/PAM/patches/patch-ac \
    pkgsrc/security/PAM/patches/patch-aj pkgsrc/security/PAM/patches/patch-al \
    pkgsrc/security/PAM/patches/patch-an pkgsrc/security/PAM/patches/patch-ao \
    pkgsrc/security/PAM/patches/patch-ap pkgsrc/security/PAM/patches/patch-ar \
    pkgsrc/security/PAM/patches/patch-au pkgsrc/security/PAM/patches/patch-av \
    pkgsrc/security/PAM/patches/patch-aw pkgsrc/security/PAM/patches/patch-az
cvs rdiff -r1.2 -r0 pkgsrc/security/PAM/patches/patch-ah \
    pkgsrc/security/PAM/patches/patch-am pkgsrc/security/PAM/patches/patch-aq
cvs rdiff -r0 -r1.1 pkgsrc/security/PAM/patches/patch-ba \
    pkgsrc/security/PAM/patches/patch-bb pkgsrc/security/PAM/patches/patch-bc \
    pkgsrc/security/PAM/patches/patch-bd pkgsrc/security/PAM/patches/patch-be \
    pkgsrc/security/PAM/patches/patch-bf pkgsrc/security/PAM/patches/patch-bg

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.