diff options
author | adam <adam> | 2014-02-13 07:30:31 +0000 |
---|---|---|
committer | adam <adam> | 2014-02-13 07:30:31 +0000 |
commit | ec68d8584399bdcd0330557786ce1269f77636a1 (patch) | |
tree | aeb50168b12fded8ed0bd83ef5e42b14d9c8d112 /databases/sqlite3/Makefile | |
parent | b61f3f59300e337fb1cc6c1c00853a3bc8a281fb (diff) | |
download | pkgsrc-ec68d8584399bdcd0330557786ce1269f77636a1.tar.gz |
Changes 3.8.3.1:
Fix a bug (ticket 4c86b126f2) that causes rows to go missing on some queries with OR clauses and IS NOT NULL operators in the WHERE clause, when the SQLITE_ENABLE_STAT3 or SQLITE_ENABLE_STAT4 compile-time options are used.
Fix a harmless compiler warning that was causing problems for VS2013.
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 29c7cde6ed8..370fa0d57ec 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2014/02/04 13:28:07 adam Exp $ +# $NetBSD: Makefile,v 1.73 2014/02/13 07:30:31 adam Exp $ -DISTNAME= sqlite-autoconf-3080300 -PKGNAME= sqlite3-3.8.3 +DISTNAME= sqlite-autoconf-3080301 +PKGNAME= sqlite3-3.8.3.1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2014/ \ http://www.sqlite.org/2014/ |