From 33763ceda8c363bb27e634336c6de8aaa5aaea84 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 10 Dec 2020 00:36:22 +0000 Subject: [PATCH] New OpenSSL --- doc/3RDPARTY | 6 +++--- doc/CHANGES | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/3RDPARTY b/doc/3RDPARTY index 09380d156cc5..620f95c628b0 100644 --- a/doc/3RDPARTY +++ b/doc/3RDPARTY @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1767 2020/12/05 16:23:08 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1768 2020/12/10 00:36:22 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1113,8 +1113,8 @@ markus is very cooperative about it): - adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent Package: OpenSSL -Version: 1.0.2o/1.1.1g -Current Vers: 1.0.2t/1.1.1g +Version: 1.0.2o/1.1.1i +Current Vers: 1.0.2t/1.1.1i Maintainer: The OpenSSL Project Archive Site: ftp://ftp.openssl.org/source/ Home Page: http://www.openssl.org/ diff --git a/doc/CHANGES b/doc/CHANGES index 5c9e2594ee49..3c01942cce09 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2764 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2765 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -314,3 +314,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: OpenSSH: Import 8.4. [christos 20201204] pkg_install: Updated to 20201205. [wiz 20201205] acpicpu(4): Add support for Arm CPUs. [jmcneill 20201207] + OpenSSL: Imported 1.1.1i. [christos 20201209]