Module Name: src
Committed By: christos
Date: Fri Aug 11 20:31:01 UTC 2023
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new gdb
To generate a diff of this commit:
cvs rdiff -u -r1.1942 -r1.1943 src/doc/3RDPARTY
cvs rdiff -u -r1.2990 -r1.2991 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.1942 src/doc/3RDPARTY:1.1943
--- src/doc/3RDPARTY:1.1942 Fri Aug 11 12:03:24 2023
+++ src/doc/3RDPARTY Fri Aug 11 16:31:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1942 2023/08/11 16:03:24 martin Exp $
+# $NetBSD: 3RDPARTY,v 1.1943 2023/08/11 20:31:01 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -481,12 +481,12 @@ Before importing a new version of extern
into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
Package: gdb
-Version: 11.0.50
-Current Vers: 13.1
+Version: 13.2
+Current Vers: 13.2
Maintainer: FSF
Archive Site: ftp://ftp.gnu.org/gnu/gdb/
Home Page: http://www.gnu.org/software/gdb/
-Date: 2023-02-19
+Date: 2023-08-11
Mailing List: [email protected]
Responsible: christos
License: GPLv3, LGPLv3.1
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2990 src/doc/CHANGES:1.2991
--- src/doc/CHANGES:1.2990 Fri Aug 11 12:14:41 2023
+++ src/doc/CHANGES Fri Aug 11 16:31:01 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2990 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2991 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -194,3 +194,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
access. [rin 20230724]
x86: Turn off Zenbleed chicken bit on Zen2 CPUs. [mrg 20230725]
OpenSSH: Import 9.3. [christos 20230726]
+ gdb(1): Updated to 13.2. [christos 20230811]