From 0720781871a7bc199629de0052b4c23aab1d3a0d Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 25 May 2008 07:11:13 +0000 Subject: Changes 3.5.9: * Added experimental support for the journal_mode PRAGMA and persistent journal. * Journal mode PERSIST is the default behavior in exclusive locking mode. * Fix a performance regression on LEFT JOIN (see ticket #3015) that was mistakenly introduced in version 3.5.8. * Performance enhancement: Reengineer the internal routines used to interpret and render variable-length integers. * Fix a buffer-overrun problem in sqlite3_mprintf() which occurs when a string without a zero-terminator is passed to "%.*s". * Always convert IEEE floating point NaN values into NULL during processing. * Make sure that when a connection blocks on a RESERVED lock that it is able to continue after the lock is released. * The "configure" scripts should now automatically configure unix systems for large file support. Improved error messages for when large files are encountered and large file support is disabled. * Avoid cache pages leaks following disk-full or I/O errors * And, many more minor bug fixes and performance enhancements... --- databases/sqlite3/Makefile.common | 6 +++--- databases/sqlite3/distinfo | 9 ++++----- databases/sqlite3/patches/patch-aa | 13 ------------- 3 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 databases/sqlite3/patches/patch-aa (limited to 'databases') diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 4c20319312d..9b3e3fca123 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.18 2008/03/04 10:46:55 wiz Exp $ +# $NetBSD: Makefile.common,v 1.19 2008/05/25 07:11:13 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.5.6 +DISTNAME= sqlite-3.5.9 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ @@ -26,4 +26,4 @@ USE_LIBTOOL= yes # database through different database connections, though. CONFIGURE_ARGS+= --disable-threadsafe -PKGCONFIG_OVERRIDE= sqlite3.pc.in +PKGCONFIG_OVERRIDE+= sqlite3.pc.in diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 8978bcc9f7c..bbea0ce2f5e 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.16 2008/03/04 10:46:55 wiz Exp $ +$NetBSD: distinfo,v 1.17 2008/05/25 07:11:13 adam Exp $ -SHA1 (sqlite-3.5.6.tar.gz) = e913e42445ce8ffc6fe534031c2d526468b901f7 -RMD160 (sqlite-3.5.6.tar.gz) = 602f49e6edcc7cc43d0972eabf8e937cd3a72888 -Size (sqlite-3.5.6.tar.gz) = 2543979 bytes -SHA1 (patch-aa) = 0f6b1cd63810ce06874c781dfda2d3b1531d91da +SHA1 (sqlite-3.5.9.tar.gz) = 8d81fb4ff606095734e721e3cf00bc9d3859a055 +RMD160 (sqlite-3.5.9.tar.gz) = ddaae6866419668021037a497c363e6194de7de5 +Size (sqlite-3.5.9.tar.gz) = 2201083 bytes diff --git a/databases/sqlite3/patches/patch-aa b/databases/sqlite3/patches/patch-aa deleted file mode 100644 index 39a8187849e..00000000000 --- a/databases/sqlite3/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2007/06/07 19:49:11 wiz Exp $ - ---- configure.orig 2007-03-29 18:39:30.000000000 +0000 -+++ configure -@@ -19170,7 +19170,7 @@ if test "$TARGET_EXEEXT" = ".exe"; then - OS_WIN=0 - OS_OS2=1 - TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1" -- if test "$ac_compiler_gnu" == "yes" ; then -+ if test "$ac_compiler_gnu" = "yes" ; then - TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap" - BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe" - fi -- cgit v1.2.3