summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-09-08 06:28:43 +0000
committeradam <adam>2013-09-08 06:28:43 +0000
commit11fcb537f5d9cc64e7f56e8c72346ab166a9c20d (patch)
treebf881726b535bf0489c8e6c32a02c301216b7a2f /databases/sqlite3/Makefile
parent764d96a737c77791827cdbf82d42f600b9c68d02 (diff)
downloadpkgsrc-11fcb537f5d9cc64e7f56e8c72346ab166a9c20d.tar.gz
Changes 3.8.0.2:
Fix an off-by-one error that caused quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the command-line shell. Fix a query planner bug involving a LEFT JOIN with a BETWEEN or LIKE/GLOB constraint and then another INNER JOIN to the right that involves an OR constraint. Fix a query planner bug that could result in a segfault when querying tables with a UNIQUE or PRIMARY KEY constraint with more than four columns.
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 7ae20365c9b..8e421097802 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2013/08/31 11:07:33 adam Exp $
+# $NetBSD: Makefile,v 1.69 2013/09/08 06:28:43 adam Exp $
-DISTNAME= sqlite-autoconf-3080001
-PKGNAME= sqlite3-3.8.0.1
+DISTNAME= sqlite-autoconf-3080002
+PKGNAME= sqlite3-3.8.0.2
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \
http://www.sqlite.org/2013/