Module Name: src Committed By: mrg Date: Sat Jul 15 19:59:21 UTC 2023
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: note GCC 10.5 was released and imported. To generate a diff of this commit: cvs rdiff -u -r1.1937 -r1.1938 src/doc/3RDPARTY cvs rdiff -u -r1.2979 -r1.2980 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.1937 src/doc/3RDPARTY:1.1938 --- src/doc/3RDPARTY:1.1937 Fri Jun 30 21:48:15 2023 +++ src/doc/3RDPARTY Sat Jul 15 19:59:21 2023 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1937 2023/06/30 21:48:15 christos Exp $ +# $NetBSD: 3RDPARTY,v 1.1938 2023/07/15 19:59:21 mrg Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -450,12 +450,12 @@ Notes: There is a flex2netbsd script to help newer imports. Package: gcc -Version: 10.4.0 -Current Vers: 10.4.0/11.4.0/12.3.0/13.1.0 +Version: 10.5.0 +Current Vers: 10.5.0/11.4.0/12.3.0/13.1.0 Maintainer: FSF Archive Site: ftp://ftp.gnu.org/gnu/gcc/ Home Page: https://www.gnu.org/software/gcc/ -Date: 2022-06-28 +Date: 2023-07-03 Mailing List: gcc-b...@gnu.org Responsible: mrg, christos, skrll License: GPLv3, LGPLv3.1 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2979 src/doc/CHANGES:1.2980 --- src/doc/CHANGES:1.2979 Sat Jul 1 09:21:47 2023 +++ src/doc/CHANGES Sat Jul 15 19:59:21 2023 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2979 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2980 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -160,3 +160,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0: aiomixer(1): Support for the NO_COLOR environment variable. [nia 20230629] openpam(3): update to 20230627 (ximenia) [christos 20230630] + gcc(1): Import GCC 10.5. [mrg 20230710]