Module Name: src Committed By: christos Date: Wed Oct 25 17:18:53 UTC 2023
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSL To generate a diff of this commit: cvs rdiff -u -r1.1960 -r1.1961 src/doc/3RDPARTY cvs rdiff -u -r1.3011 -r1.3012 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.1960 src/doc/3RDPARTY:1.1961 --- src/doc/3RDPARTY:1.1960 Wed Oct 25 02:15:32 2023 +++ src/doc/3RDPARTY Wed Oct 25 13:18:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1960 2023/10/25 06:15:32 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1961 2023/10/25 17:18:53 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1121,7 +1121,7 @@ markus is very cooperative about it): - blocklistd additions Package: OpenSSL -Version: 1.0.2o/1.1.1t/3.0.9 +Version: 1.0.2o/1.1.1t/3.0.12 Current Vers: 1.0.2zd/1.1.1u/3.0.12/3.1.4 Maintainer: The OpenSSL Project Archive Site: ftp://ftp.openssl.org/source/ Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.3011 src/doc/CHANGES:1.3012 --- src/doc/CHANGES:1.3011 Sat Oct 21 05:57:40 2023 +++ src/doc/CHANGES Wed Oct 25 13:18:53 2023 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3011 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3012 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -252,3 +252,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0: eqos(4): Add support for Intel Elkhart Lake internal Ethernet devices. [msaitoh 20231019] top(1): Add network in & out bytes to the top display. [mrg 20231021] + OpenSSL: Imported 3.0.12. [christos 20231025]