Module Name: src Committed By: christos Date: Mon Sep 4 17:07:04 UTC 2023
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.1951 -r1.1952 src/doc/3RDPARTY cvs rdiff -u -r1.2997 -r1.2998 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.1951 src/doc/3RDPARTY:1.1952 --- src/doc/3RDPARTY:1.1951 Fri Sep 1 14:51:27 2023 +++ src/doc/3RDPARTY Mon Sep 4 13:07:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1951 2023/09/01 18:51:27 christos Exp $ +# $NetBSD: 3RDPARTY,v 1.1952 2023/09/04 17:07:04 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1324,11 +1324,11 @@ arithmetic code is unchanged, though, an original. Package: sqlite -Version: 3.26.0 +Version: 3.43.0 Current Vers: 3.43.0 Maintainer: Richard Hipp <d...@sqlite.org> Home Page: http://www.sqlite.org -Date: 2023-08-24 +Date: 2023-09-04 Responsible: joerg License: Public domain Location: external/public-domain/sqlite/dist Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2997 src/doc/CHANGES:1.2998 --- src/doc/CHANGES:1.2997 Mon Sep 4 06:12:43 2023 +++ src/doc/CHANGES Mon Sep 4 13:07:04 2023 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2997 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2998 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -223,4 +223,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0: implemented around kqueue(2). Contributed by Theodore Preduta. [christos 20230819] acpi(4): Updated ACPICA to 20230628. [christos 20230901] - + sqlite3(1): Import 3.34.0. [christos 20230904]