Module Name: src
Committed By: christos
Date: Wed Dec 19 22:22:16 UTC 2018
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new libsqlite
To generate a diff of this commit:
cvs rdiff -u -r1.1576 -r1.1577 src/doc/3RDPARTY
cvs rdiff -u -r1.2467 -r1.2468 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.1576 src/doc/3RDPARTY:1.1577
--- src/doc/3RDPARTY:1.1576 Sat Dec 15 08:20:46 2018
+++ src/doc/3RDPARTY Wed Dec 19 17:22:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1576 2018/12/15 13:20:46 maya Exp $
+# $NetBSD: 3RDPARTY,v 1.1577 2018/12/19 22:22:16 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1284,7 +1284,7 @@ arithmetic code is unchanged, though, an
original.
Package: sqlite
-Version: 3.17.0
+Version: 3.26.0
Current Vers: 3.26.0 (2018-12-01)
Maintainer: Richard Hipp <[email protected]>
Home Page: http://www.sqlite.org
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2467 src/doc/CHANGES:1.2468
--- src/doc/CHANGES:1.2467 Wed Dec 19 09:07:51 2018
+++ src/doc/CHANGES Wed Dec 19 17:22:16 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2467 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2468 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -266,3 +266,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[is 20181213]
arm: Add support for NVIDIA Tegra X1 SoC SATA. [skrll 20181214]
kernel: Remove COMPAT_SVR4 and COMPAT_SVR4_32. [maxv 20181219]
+ sqlite3: Import 3.26.0. [christos 20181219]