Mon Mar 2 13:34:16 2015 UTC ()
Changes 3.8.8.3:
Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN.
Added the ability to link against the "linenoise" command-line editing library in unix builds of the command-line shell.


(adam)
diff -r1.91 -r1.92 pkgsrc/databases/sqlite3/Makefile
diff -r1.100 -r1.101 pkgsrc/databases/sqlite3/distinfo
diff -r1.39 -r1.40 pkgsrc/databases/sqlite3-docs/Makefile
diff -r1.37 -r1.38 pkgsrc/databases/sqlite3-docs/PLIST
diff -r1.37 -r1.38 pkgsrc/databases/sqlite3-docs/distinfo
diff -r1.70 -r1.71 pkgsrc/databases/sqlite3-tcl/Makefile
diff -r1.50 -r1.51 pkgsrc/databases/sqlite3-tcl/distinfo

cvs diff -r1.91 -r1.92 pkgsrc/databases/sqlite3/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/Makefile 2015/02/02 17:54:21 1.91
+++ pkgsrc/databases/sqlite3/Makefile 2015/03/02 13:34:16 1.92
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.91 2015/02/02 17:54:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.92 2015/03/02 13:34:16 adam Exp $
2 2
3DISTNAME= sqlite-autoconf-3080802 3DISTNAME= sqlite-autoconf-3080803
4PKGNAME= sqlite3-3.8.8.2 4PKGNAME= sqlite3-3.8.8.3
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \ 6MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \
7 http://www.sqlite.org/2015/ 7 http://www.sqlite.org/2015/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.sqlite.org/ 10HOMEPAGE= http://www.sqlite.org/
11COMMENT= SQL Database Engine in a C Library 11COMMENT= SQL Database Engine in a C Library
12LICENSE= public-domain 12LICENSE= public-domain
13 13
14.include "options.mk" 14.include "options.mk"
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake 17USE_TOOLS+= gmake

cvs diff -r1.100 -r1.101 pkgsrc/databases/sqlite3/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/distinfo 2015/02/02 17:54:21 1.100
+++ pkgsrc/databases/sqlite3/distinfo 2015/03/02 13:34:16 1.101
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.100 2015/02/02 17:54:21 wiz Exp $ 1$NetBSD: distinfo,v 1.101 2015/03/02 13:34:16 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3080802.tar.gz) = 1db237523419af7110e1d92c6b766e965f9322e4 3SHA1 (sqlite-autoconf-3080803.tar.gz) = 2fe3f6226a2a08a2e814b97cd53e36bb3c597112
4RMD160 (sqlite-autoconf-3080802.tar.gz) = 19d76d5dda3a05c5871df22942b4f47758201603 4RMD160 (sqlite-autoconf-3080803.tar.gz) = 9063dd4ae39745dfe44d99f514ec084ee4442685
5Size (sqlite-autoconf-3080802.tar.gz) = 2021091 bytes 5Size (sqlite-autoconf-3080803.tar.gz) = 2021112 bytes

cvs diff -r1.39 -r1.40 pkgsrc/databases/sqlite3-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-docs/Makefile 2015/02/02 19:06:28 1.39
+++ pkgsrc/databases/sqlite3-docs/Makefile 2015/03/02 13:34:16 1.40
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.39 2015/02/02 19:06:28 adam Exp $ 1# $NetBSD: Makefile,v 1.40 2015/03/02 13:34:16 adam Exp $
2 2
3DISTNAME= sqlite-doc-3080802 3DISTNAME= sqlite-doc-3080803
4PKGNAME= sqlite3-docs-3.8.8.2 4PKGNAME= sqlite3-docs-3.8.8.3
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \ 6MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \
7 http://www.sqlite.org/2015/ 7 http://www.sqlite.org/2015/
8EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://sqlite.org/ 11HOMEPAGE= http://sqlite.org/
12COMMENT= SQL Database Engine in a C Library (docs package) 12COMMENT= SQL Database Engine in a C Library (docs package)
13# "Portions of the documentation and some code used as part of the 13# "Portions of the documentation and some code used as part of the
14# build process might fall under other licenses. We do not worry 14# build process might fall under other licenses. We do not worry
15# about the licensing of the documentation and build code so much 15# about the licensing of the documentation and build code so much
16# because none of these things are part of the core deliverable SQLite 16# because none of these things are part of the core deliverable SQLite
17# library." 17# library."

cvs diff -r1.37 -r1.38 pkgsrc/databases/sqlite3-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-docs/PLIST 2015/02/02 19:06:28 1.37
+++ pkgsrc/databases/sqlite3-docs/PLIST 2015/03/02 13:34:16 1.38
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.37 2015/02/02 19:06:28 adam Exp $ 1@comment $NetBSD: PLIST,v 1.38 2015/03/02 13:34:16 adam Exp $
2share/doc/sqlite3/34to35.html 2share/doc/sqlite3/34to35.html
3share/doc/sqlite3/35to36.html 3share/doc/sqlite3/35to36.html
4share/doc/sqlite3/about.html 4share/doc/sqlite3/about.html
 5share/doc/sqlite3/aff_short.html
5share/doc/sqlite3/affcase1.html 6share/doc/sqlite3/affcase1.html
6share/doc/sqlite3/amalgamation.html 7share/doc/sqlite3/amalgamation.html
7share/doc/sqlite3/appfileformat.html 8share/doc/sqlite3/appfileformat.html
8share/doc/sqlite3/arch.html 9share/doc/sqlite3/arch.html
9share/doc/sqlite3/asyncvfs.html 10share/doc/sqlite3/asyncvfs.html
10share/doc/sqlite3/atomiccommit.html 11share/doc/sqlite3/atomiccommit.html
11share/doc/sqlite3/autoinc.html 12share/doc/sqlite3/autoinc.html
12share/doc/sqlite3/backup.html 13share/doc/sqlite3/backup.html
13share/doc/sqlite3/books.html 14share/doc/sqlite3/books.html
14share/doc/sqlite3/btreemodule.html 15share/doc/sqlite3/btreemodule.html
15share/doc/sqlite3/c3ref/aggregate_context.html 16share/doc/sqlite3/c3ref/aggregate_context.html
16share/doc/sqlite3/c3ref/aggregate_count.html 17share/doc/sqlite3/c3ref/aggregate_count.html
17share/doc/sqlite3/c3ref/auto_extension.html 18share/doc/sqlite3/c3ref/auto_extension.html
@@ -627,26 +628,27 @@ share/doc/sqlite3/releaselog/3_8_4.html @@ -627,26 +628,27 @@ share/doc/sqlite3/releaselog/3_8_4.html
627share/doc/sqlite3/releaselog/3_8_4_1.html 628share/doc/sqlite3/releaselog/3_8_4_1.html
628share/doc/sqlite3/releaselog/3_8_4_2.html 629share/doc/sqlite3/releaselog/3_8_4_2.html
629share/doc/sqlite3/releaselog/3_8_4_3.html 630share/doc/sqlite3/releaselog/3_8_4_3.html
630share/doc/sqlite3/releaselog/3_8_5.html 631share/doc/sqlite3/releaselog/3_8_5.html
631share/doc/sqlite3/releaselog/3_8_6.html 632share/doc/sqlite3/releaselog/3_8_6.html
632share/doc/sqlite3/releaselog/3_8_7.html 633share/doc/sqlite3/releaselog/3_8_7.html
633share/doc/sqlite3/releaselog/3_8_7_1.html 634share/doc/sqlite3/releaselog/3_8_7_1.html
634share/doc/sqlite3/releaselog/3_8_7_2.html 635share/doc/sqlite3/releaselog/3_8_7_2.html
635share/doc/sqlite3/releaselog/3_8_7_3.html 636share/doc/sqlite3/releaselog/3_8_7_3.html
636share/doc/sqlite3/releaselog/3_8_7_4.html 637share/doc/sqlite3/releaselog/3_8_7_4.html
637share/doc/sqlite3/releaselog/3_8_8.html 638share/doc/sqlite3/releaselog/3_8_8.html
638share/doc/sqlite3/releaselog/3_8_8_1.html 639share/doc/sqlite3/releaselog/3_8_8_1.html
639share/doc/sqlite3/releaselog/3_8_8_2.html 640share/doc/sqlite3/releaselog/3_8_8_2.html
 641share/doc/sqlite3/releaselog/3_8_8_3.html
640share/doc/sqlite3/releaselog/current.html 642share/doc/sqlite3/releaselog/current.html
641share/doc/sqlite3/requirements.html 643share/doc/sqlite3/requirements.html
642share/doc/sqlite3/rescode.html 644share/doc/sqlite3/rescode.html
643share/doc/sqlite3/robots.txt 645share/doc/sqlite3/robots.txt
644share/doc/sqlite3/rtree.html 646share/doc/sqlite3/rtree.html
645share/doc/sqlite3/selfcontained.html 647share/doc/sqlite3/selfcontained.html
646share/doc/sqlite3/serverless.html 648share/doc/sqlite3/serverless.html
647share/doc/sqlite3/session.html 649share/doc/sqlite3/session.html
648share/doc/sqlite3/session/constlist.html 650share/doc/sqlite3/session/constlist.html
649share/doc/sqlite3/session/funclist.html 651share/doc/sqlite3/session/funclist.html
650share/doc/sqlite3/session/intro.html 652share/doc/sqlite3/session/intro.html
651share/doc/sqlite3/session/objlist.html 653share/doc/sqlite3/session/objlist.html
652share/doc/sqlite3/sharedcache.html 654share/doc/sqlite3/sharedcache.html

cvs diff -r1.37 -r1.38 pkgsrc/databases/sqlite3-docs/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-docs/distinfo 2015/02/02 19:06:28 1.37
+++ pkgsrc/databases/sqlite3-docs/distinfo 2015/03/02 13:34:16 1.38
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.37 2015/02/02 19:06:28 adam Exp $ 1$NetBSD: distinfo,v 1.38 2015/03/02 13:34:16 adam Exp $
2 2
3SHA1 (sqlite-doc-3080802.zip) = a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887 3SHA1 (sqlite-doc-3080803.zip) = 27c2cada8e663f694c0469bcae09eb0d8c55dd7c
4RMD160 (sqlite-doc-3080802.zip) = 1df92b75e1e391b0ca70fe6c5f4045459bc82269 4RMD160 (sqlite-doc-3080803.zip) = 3eae7234ce9f3df40a65b2b17b8ecb73600e630e
5Size (sqlite-doc-3080802.zip) = 4962080 bytes 5Size (sqlite-doc-3080803.zip) = 4972781 bytes

cvs diff -r1.70 -r1.71 pkgsrc/databases/sqlite3-tcl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/Makefile 2015/02/02 19:06:28 1.70
+++ pkgsrc/databases/sqlite3-tcl/Makefile 2015/03/02 13:34:16 1.71
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.70 2015/02/02 19:06:28 adam Exp $ 1# $NetBSD: Makefile,v 1.71 2015/03/02 13:34:16 adam Exp $
2 2
3DISTNAME= sqlite-autoconf-3080802 3DISTNAME= sqlite-autoconf-3080803
4PKGNAME= sqlite3-tcl-3.8.8.2 4PKGNAME= sqlite3-tcl-3.8.8.3
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \ 6MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \
7 http://www.sqlite.org/2015/ 7 http://www.sqlite.org/2015/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.sqlite.org/ 10HOMEPAGE= http://www.sqlite.org/
11COMMENT= SQL Database Engine in a C Library (TCL extension) 11COMMENT= SQL Database Engine in a C Library (TCL extension)
12LICENSE= public-domain 12LICENSE= public-domain
13 13
14WRKSRC= ${WRKDIR}/${DISTNAME}/tea 14WRKSRC= ${WRKDIR}/${DISTNAME}/tea
15 15
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.50 -r1.51 pkgsrc/databases/sqlite3-tcl/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/distinfo 2015/02/02 19:06:28 1.50
+++ pkgsrc/databases/sqlite3-tcl/distinfo 2015/03/02 13:34:16 1.51
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.50 2015/02/02 19:06:28 adam Exp $ 1$NetBSD: distinfo,v 1.51 2015/03/02 13:34:16 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3080802.tar.gz) = 1db237523419af7110e1d92c6b766e965f9322e4 3SHA1 (sqlite-autoconf-3080803.tar.gz) = 2fe3f6226a2a08a2e814b97cd53e36bb3c597112
4RMD160 (sqlite-autoconf-3080802.tar.gz) = 19d76d5dda3a05c5871df22942b4f47758201603 4RMD160 (sqlite-autoconf-3080803.tar.gz) = 9063dd4ae39745dfe44d99f514ec084ee4442685
5Size (sqlite-autoconf-3080802.tar.gz) = 2021091 bytes 5Size (sqlite-autoconf-3080803.tar.gz) = 2021112 bytes
6SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d 6SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d