Module Name: src Committed By: christos Date: Sun Dec 25 00:10:34 UTC 2016
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSH To generate a diff of this commit: cvs rdiff -u -r1.1384 -r1.1385 src/doc/3RDPARTY cvs rdiff -u -r1.2227 -r1.2228 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1384 src/doc/3RDPARTY:1.1385 --- src/doc/3RDPARTY:1.1384 Fri Dec 23 18:17:57 2016 +++ src/doc/3RDPARTY Sat Dec 24 19:10:33 2016 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1384 2016/12/23 23:17:57 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1385 2016/12/25 00:10:33 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1017,7 +1017,7 @@ Notes: Patch applied after OpenSSH import. Package: OpenSSH -Version: 7.3 +Version: 7.4 Current Vers: 7.4 / portable 7.4p1 Maintainer: OpenSSH Archive Site: http://www.openssh.com/ftp.html Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2227 src/doc/CHANGES:1.2228 --- src/doc/CHANGES:1.2227 Fri Dec 23 15:49:02 2016 +++ src/doc/CHANGES Sat Dec 24 19:10:33 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2227 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2228 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -437,3 +437,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: xen: Add support for kernel modules. [maxv 20161216] mips64: Use N64 binaries where kvm is required, fixing fstat, netstat, systat, crash, pstat and kgmon. [mrg 20161222] + OpenSSH: Imported 7.4. [christos 20161224]