From 5205552b9bb007d3159c83147359c6c8644e28a5 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 10 Jan 2013 17:12:30 +0000 Subject: Changes 3.7.15.2: Fix a bug, introduced in version 3.7.15, that causes an ORDER BY clause to be optimized out of a three-way join when the ORDER BY is actually required. --- databases/sqlite3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/sqlite3/Makefile') diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index f050691a155..170251c8288 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2013/01/03 20:46:17 adam Exp $ +# $NetBSD: Makefile,v 1.60 2013/01/10 17:12:30 adam Exp $ -DISTNAME= sqlite-autoconf-3071501 -PKGNAME= sqlite3-3.7.15.1 +DISTNAME= sqlite-autoconf-3071502 +PKGNAME= sqlite3-3.7.15.2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ -- cgit v1.2.3