Module Name: src
Committed By: christos
Date: Fri Mar 1 15:49:41 UTC 2024
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new sqlite3
To generate a diff of this commit:
cvs rdiff -u -r1.1992 -r1.1993 src/doc/3RDPARTY
cvs rdiff -u -r1.3041 -r1.3042 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.1992 src/doc/3RDPARTY:1.1993
--- src/doc/3RDPARTY:1.1992 Mon Feb 26 18:11:12 2024
+++ src/doc/3RDPARTY Fri Mar 1 10:49:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1992 2024/02/26 23:11:12 gutteridge Exp $
+# $NetBSD: 3RDPARTY,v 1.1993 2024/03/01 15:49:41 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1327,16 +1327,16 @@ arithmetic code is unchanged, though, an
original.
Package: sqlite
-Version: 3.43.0
-Current Vers: 3.45.0
+Version: 3.45.1
+Current Vers: 3.45.1
Maintainer: Richard Hipp <[email protected]>
Home Page: http://www.sqlite.org
-Date: 2024-01-16
+Date: 2024-03-01
Responsible: joerg
License: Public domain
Location: external/public-domain/sqlite/dist
Notes:
-Run cleantags before importing because sqlite3.c has an RCSID
+See README file
Package: TestFloat
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3041 src/doc/CHANGES:1.3042
--- src/doc/CHANGES:1.3041 Wed Feb 21 17:55:29 2024
+++ src/doc/CHANGES Fri Mar 1 10:49:41 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3041 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3042 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -283,3 +283,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
nsd: Import 4.8.0. [christos 20240217]
unbound(8): Import 1.19.1. [christos 20240217]
bind: Import 9.18.24 [christos 20240221]
+ sqlite3(1): Import 3.45.1. [christos 20240301]