Module Name: src
Committed By: christos
Date: Mon Sep 9 21:10:06 UTC 2024
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
fix gdb and binutils
To generate a diff of this commit:
cvs rdiff -u -r1.2040 -r1.2041 src/doc/3RDPARTY
cvs rdiff -u -r1.3088 -r1.3089 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.2040 src/doc/3RDPARTY:1.2041
--- src/doc/3RDPARTY:1.2040 Sun Sep 8 11:26:46 2024
+++ src/doc/3RDPARTY Mon Sep 9 17:10:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.2040 2024/09/08 15:26:46 riastradh Exp $
+# $NetBSD: 3RDPARTY,v 1.2041 2024/09/09 21:10:06 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -488,12 +488,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: 13.2
+Version: 15.1
Current Vers: 15.1
Maintainer: FSF
Archive Site: ftp://ftp.gnu.org/gnu/gdb/
Home Page: http://www.gnu.org/software/gdb/
-Date: 2024-03-03
+Date: 2024-09-09
Mailing List: [email protected]
Responsible: christos
License: GPLv3, LGPLv3.1
@@ -505,12 +505,12 @@ When updating GDB, it is imperative to t
("options KGDB") works correctly.
Package: binutils
-Version: 2.34/2.39
+Version: 2.42
Current Vers: 2.42
Maintainer: FSF
Archive Site: ftp://ftp.gnu.org/gnu/binutils/
Home Page: https://www.gnu.org/software/binutils/
-Date: 2024-01-29
+Date: 2024-09-09
Mailing List: [email protected]
Responsible: thorpej, mrg
License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3088 src/doc/CHANGES:1.3089
--- src/doc/CHANGES:1.3088 Sun Sep 8 09:11:59 2024
+++ src/doc/CHANGES Mon Sep 9 17:10:06 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3088 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3089 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -487,6 +487,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
ifconfig(8): Show link state on -v. [ozaki-r 20240820]
tests: Add tests for shmif(4). [ozaki-r 20240820]
syslogd(8): Add -k option. [gutteridge 20240821]
+ gdb(1): Updated to 15.1. [christos 20240825]
pkg_install: Import pkg_install-20240821. [wiz 20240825]
pkg_install: Import pkg_install-20240826. [wiz 20240826]
acpivmgenid(4): New driver for virtual machine generation ID.