pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Changes 3.5.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75685bb8e7f9
branches:  trunk
changeset: 542671:75685bb8e7f9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 25 07:11:13 2008 +0000

description:
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...

diffstat:

 databases/sqlite3/Makefile.common  |   6 +++---
 databases/sqlite3/distinfo         |   9 ++++-----
 databases/sqlite3/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (51 lines):

diff -r 7f8e9ad623ea -r 75685bb8e7f9 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Sat May 24 23:05:27 2008 +0000
+++ b/databases/sqlite3/Makefile.common Sun May 25 07:11:13 2008 +0000
@@ -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 @@
 # database through different database connections, though.
 CONFIGURE_ARGS+=       --disable-threadsafe
 
-PKGCONFIG_OVERRIDE=    sqlite3.pc.in
+PKGCONFIG_OVERRIDE+=   sqlite3.pc.in
diff -r 7f8e9ad623ea -r 75685bb8e7f9 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Sat May 24 23:05:27 2008 +0000
+++ b/databases/sqlite3/distinfo        Sun May 25 07:11:13 2008 +0000
@@ -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 -r 7f8e9ad623ea -r 75685bb8e7f9 databases/sqlite3/patches/patch-aa
--- a/databases/sqlite3/patches/patch-aa        Sat May 24 23:05:27 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index