Subject: CVS commit: pkgsrc/security/openssh
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 03/18/2007 12:38:45
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Mar 18 12:38:45 UTC 2007

Modified Files:
	pkgsrc/security/openssh: Makefile distinfo options.mk
	pkgsrc/security/openssh/patches: patch-an
Removed Files:
	pkgsrc/security/openssh/patches: patch-at

Log Message:
Update openssh pacakge to 4.6.1.

Changes since OpenSSH 4.5:
============================

 * sshd now allows the enabling and disabling of authentication
   methods on a per user, group, host and network basis via the
   Match directive in sshd_config.

 * The following bugs have been fixed in this release:

   - Clear SIGALRM when restarting due to SIGHUP. Prevents stray
     signal from taking down sshd if a connection was pending at
     the time SIGHUP was received
   - sftp returned a zero exit status when upload failed due to write
     errors (bugzilla #1252)
   - fixed an inconsistent check for a terminal when displaying scp
     progress meter (bugzilla #1265)
   - Parsing of time values in Match blocks was incorrectly applied
     to the global configuration (bugzilla #1275)
   - Allow multiple forwarding options to work when specified in a
     PermitOpen directive (bugzilla #1267)
   - Interoperate with ssh.com versions that do not support binding
     remote port forwarding sessions to a hostname (bugzilla #1019)

 * Portable OpenSSH bugs fixed:

   - "hang on exit" when background processes are running at the time
     of exit on a ttyful/login session (bugzilla #52)
   - Fix typos in the ssh-rand-helper(8) man page (bugzilla #1259)
   - Check that some SIG records have been returned in getrrsetbyname
     (bugzilla #1281)
   - Fix contrib/findssl for platforms that lack "which" (bugzilla
     #1237)
   - Work around bug in OpenSSL 0.9.8e that broke aes256-ctr,
     aes192-ctr, arcfour256 (bugzilla #1291)


To generate a diff of this commit:
cvs rdiff -r1.178 -r1.179 pkgsrc/security/openssh/Makefile
cvs rdiff -r1.61 -r1.62 pkgsrc/security/openssh/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/security/openssh/options.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/security/openssh/patches/patch-an
cvs rdiff -r1.5 -r0 pkgsrc/security/openssh/patches/patch-at

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