pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Update to 3.3.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50676e90cc99
branches:  trunk
changeset: 521715:50676e90cc99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 18 23:56:18 2006 +0000

description:
Update to 3.3.8:

Version 3.3.8 adds support for full-text search using the FTS1
module. There are also minor bug fixes. Upgrade only if you want
to try out the new full-text search capabilities or if you are
having problems with 3.3.7.

Version 3.3.7 includes support for loadable extensions and virtual
tables. But both features are still considered "beta" and their
APIs are subject to change in a future release. This release is
mostly to make available the minor bug fixes that have accumulated
since 3.3.6. Upgrading is not necessary. Do so only if you encounter
one of the obscure bugs that have been fixed or if you want to try
out the new features.

2006-Jun-6 - Version 3.3.6

Changes include improved tolerance for windows virus scanners and
faster :memory: databases. There are also fixes for several obscure
bugs. Upgrade if you are having problems.

2006-Apr-5 - Version 3.3.5

This release fixes many minor bugs and documentation typos and
provides some minor new features and performance enhancements.
Upgrade only if you are having problems or need one of the new
features.

diffstat:

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

diffs (43 lines):

diff -r 6458855ab6e3 -r 50676e90cc99 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Sat Nov 18 22:03:04 2006 +0000
+++ b/databases/sqlite3/Makefile.common Sat Nov 18 23:56:18 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.8 2006/03/04 21:29:11 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/11/18 23:56:18 wiz Exp $
 
-DISTNAME=      sqlite-3.3.4
+DISTNAME=      sqlite-3.3.8
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r 6458855ab6e3 -r 50676e90cc99 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Sat Nov 18 22:03:04 2006 +0000
+++ b/databases/sqlite3/distinfo        Sat Nov 18 23:56:18 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/02/15 19:50:52 drochner Exp $
+$NetBSD: distinfo,v 1.8 2006/11/18 23:56:18 wiz Exp $
 
-SHA1 (sqlite-3.3.4.tar.gz) = 93f742986e8bc2dfa34792e16df017a6feccf3a2
-RMD160 (sqlite-3.3.4.tar.gz) = 09ef8bc8bd21ff96ebcba4053f8d18b7276bedca
-Size (sqlite-3.3.4.tar.gz) = 1644139 bytes
+SHA1 (sqlite-3.3.8.tar.gz) = 821dc16c8eb4d4625faa4f5fe9b0800c4bbcdc47
+RMD160 (sqlite-3.3.8.tar.gz) = 9d05a43c3adb5bbdf50713637f31a356f5772807
+Size (sqlite-3.3.8.tar.gz) = 1921871 bytes
+SHA1 (patch-aa) = 1362f7b554c91b495371de80170a9d1746e0fcd6
diff -r 6458855ab6e3 -r 50676e90cc99 databases/sqlite3/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3/patches/patch-aa        Sat Nov 18 23:56:18 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/11/18 23:56:18 wiz Exp $
+
+--- configure.orig     2006-10-03 12:42:27.000000000 +0000
++++ configure
+@@ -19700,7 +19700,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