Module Name: src Committed By: christos Date: Thu May 28 17:07:27 UTC 2020
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSH To generate a diff of this commit: cvs rdiff -u -r1.1722 -r1.1723 src/doc/3RDPARTY cvs rdiff -u -r1.2696 -r1.2697 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.1722 src/doc/3RDPARTY:1.1723 --- src/doc/3RDPARTY:1.1722 Wed May 27 02:17:45 2020 +++ src/doc/3RDPARTY Thu May 28 13:07:27 2020 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1722 2020/05/27 06:17:45 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1723 2020/05/28 17:07:27 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1057,12 +1057,12 @@ Notes: Patch applied after OpenSSH import. Package: OpenSSH -Version: 8.2 +Version: 8.3 Current Vers: 8.3 / portable 8.3p1 Maintainer: OpenSSH Archive Site: http://www.openssh.com/ftp.html Home Page: http://www.openssh.com/portable.html -Date: 2020-02-26 +Date: 2020-05-28 Mailing List: openssh-unix-annou...@mindrot.org Responsible: thorpej, christos, elric License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2696 src/doc/CHANGES:1.2697 --- src/doc/CHANGES:1.2696 Mon May 25 19:48:26 2020 +++ src/doc/CHANGES Thu May 28 13:07:27 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2696 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2697 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -214,3 +214,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: ntp: Import ntp 4.2.8p14. [christos 20200525] acpi(4): Updated ACPICA to 20200430. [christos 20200525] postfix(1): Import version 3.5.2. [christos 20200525] + OpenSSH: Import 8.3. [christos 20200528]