Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 07/22/2000 01:22:04
Module Name: pkgsrc
Committed By: jlam
Date: Sat Jul 22 08:22:03 UTC 2000
Modified Files:
pkgsrc/security/openssh: Makefile
pkgsrc/security/openssh/files: md5 patch-sum sshd.sh
pkgsrc/security/openssh/patches: patch-ae patch-ah
pkgsrc/security/openssh/pkg: PLIST
Removed Files:
pkgsrc/security/openssh/patches: patch-ag
Log Message:
Update openssh to 2.1.1p4.
Package changes:
* Factor out common post-install code from PLIST and package Makefile
into files/INSTALL.
* Enhance files/sshd.sh to handle start/stop/restart/status.
* Check for usable installed version of OpenSSL. This bit possibly
closes the following PRs: 10404, 10501, 10593
Changes from 2.1.1p3:
* allow multiple whitespace but only one '=' between tokens
* close can fail on AFS
* allow leading whitespace in configuration files
* Always create ~/.ssh with mode 700
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/security/openssh/files/md5
cvs rdiff -r1.14 -r1.15 pkgsrc/security/openssh/files/patch-sum
cvs rdiff -r1.1 -r1.2 pkgsrc/security/openssh/files/sshd.sh
cvs rdiff -r1.3 -r1.4 pkgsrc/security/openssh/patches/patch-ae
cvs rdiff -r1.2 -r0 pkgsrc/security/openssh/patches/patch-ag
cvs rdiff -r1.6 -r1.7 pkgsrc/security/openssh/patches/patch-ah
cvs rdiff -r1.3 -r1.4 pkgsrc/security/openssh/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.