Module Name: src Committed By: christos Date: Sun Mar 22 00:56:18 UTC 2020
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSL To generate a diff of this commit: cvs rdiff -u -r1.1701 -r1.1702 src/doc/3RDPARTY cvs rdiff -u -r1.2658 -r1.2659 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.1701 src/doc/3RDPARTY:1.1702 --- src/doc/3RDPARTY:1.1701 Fri Mar 20 19:01:24 2020 +++ src/doc/3RDPARTY Sat Mar 21 20:56:18 2020 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1701 2020/03/20 23:01:24 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1702 2020/03/22 00:56:18 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1087,7 +1087,7 @@ markus is very cooperative about it): - adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent Package: OpenSSL -Version: 1.0.2o/1.1.1d +Version: 1.0.2o/1.1.1e Current Vers: 1.0.2t/1.1.1e Maintainer: The OpenSSL Project Archive Site: ftp://ftp.openssl.org/source/ Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2658 src/doc/CHANGES:1.2659 --- src/doc/CHANGES:1.2658 Wed Mar 18 15:07:29 2020 +++ src/doc/CHANGES Sat Mar 21 20:56:18 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2658 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2659 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -154,3 +154,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: pam-u2f: Import token authenticator [christos 20200302] terminfo: Support numeric parameters as int [roy 20200313] postfix(1): Import version 3.5.0. [christos 20200318] + OpenSSL: Imported 1.1.1e. [christos 20200321]