Subject: CVS commit: pkgsrc/security/openssh
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2002 06:17:33
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Feb  5 04:17:32 UTC 2002

Modified Files:
	pkgsrc/security/openssh: MESSAGE Makefile PLIST distinfo
	pkgsrc/security/openssh/files: sshd.sh
	pkgsrc/security/openssh/patches: patch-aa patch-ab patch-ah
Added Files:
	pkgsrc/security/openssh: MESSAGE.pam MESSAGE.urandom PLIST.pam
	    PLIST.prng
Removed Files:
	pkgsrc/security/openssh: DEINSTALL INSTALL INSTALL.SunOS

Log Message:
* SSH_CONF_DIR has been obsoleted.  Use PKG_SYSCONFDIR instead.
* Build properly on systems that don't have /dev/urandom by testing for
  the presence of /dev/urandom, instead of just testing for Solaris.
* Add disabled code to handle PAM (not quite working yet with security/PAM).
* Make the sshd rc.d script more /etc/rc.subr-friendly.
* Minimize amount of diffs from pristine OpenSSH sources.


To generate a diff of this commit:
cvs rdiff -r1.1 -r0 pkgsrc/security/openssh/DEINSTALL \
    pkgsrc/security/openssh/INSTALL
cvs rdiff -r1.2 -r0 pkgsrc/security/openssh/INSTALL.SunOS
cvs rdiff -r1.2 -r1.3 pkgsrc/security/openssh/MESSAGE
cvs rdiff -r0 -r1.1 pkgsrc/security/openssh/MESSAGE.pam \
    pkgsrc/security/openssh/MESSAGE.urandom pkgsrc/security/openssh/PLIST.pam \
    pkgsrc/security/openssh/PLIST.prng
cvs rdiff -r1.60 -r1.61 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssh/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/security/openssh/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/security/openssh/files/sshd.sh
cvs rdiff -r1.18 -r1.19 pkgsrc/security/openssh/patches/patch-aa
cvs rdiff -r1.6 -r1.7 pkgsrc/security/openssh/patches/patch-ab
cvs rdiff -r1.15 -r1.16 pkgsrc/security/openssh/patches/patch-ah

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