pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite Update databases/sqlite to 2.8.15. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59acecb78c4d
branches:  trunk
changeset: 479077:59acecb78c4d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 04 19:59:58 2004 +0000

description:
Update databases/sqlite to 2.8.15.  This is a bug-fix maintenance
release over version 2.8.14 that fixes some memory allocation and
quoting problems.

diffstat:

 databases/sqlite/Makefile         |  10 +++++-----
 databases/sqlite/distinfo         |   8 ++++----
 databases/sqlite/patches/patch-aa |  10 ++++------
 3 files changed, 13 insertions(+), 15 deletions(-)

diffs (60 lines):

diff -r e171a0681b06 -r 59acecb78c4d databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Wed Aug 04 19:45:02 2004 +0000
+++ b/databases/sqlite/Makefile Wed Aug 04 19:59:58 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2004/07/22 17:43:23 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2004/08/04 19:59:58 jlam Exp $
 
-DISTNAME=              sqlite-2.8.14
+DISTNAME=              sqlite-2.8.15
 CATEGORIES=            databases
 MASTER_SITES=          http://www.hwaci.com/sw/sqlite/ \
                        http://www.sqlite.org/
@@ -10,11 +10,11 @@
 COMMENT=               SQL Database Engine in a C Library
 
 WRKSRC=                        ${WRKDIR}/sqlite-build
-USE_BUILDLINK3=                YES
+USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
-USE_LIBTOOL=           YES
+USE_LIBTOOL=           yes
 
-GNU_CONFIGURE=         YES
+GNU_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ../sqlite/configure
 CONFIGURE_ARGS+=       --without-tcl
 CONFIGURE_ENV+=                config_TARGET_READLINE_INC="-I${BUILDLINK_PREFIX.readline}/include"
diff -r e171a0681b06 -r 59acecb78c4d databases/sqlite/distinfo
--- a/databases/sqlite/distinfo Wed Aug 04 19:45:02 2004 +0000
+++ b/databases/sqlite/distinfo Wed Aug 04 19:59:58 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2004/07/22 17:43:23 drochner Exp $
+$NetBSD: distinfo,v 1.17 2004/08/04 19:59:58 jlam Exp $
 
-SHA1 (sqlite-2.8.14.tar.gz) = fffb48b97b2d397d3df61fde321a713ca544fff7
-Size (sqlite-2.8.14.tar.gz) = 955231 bytes
-SHA1 (patch-aa) = 21d2122f84de65cb29ae1b2d5b92984ac0868f98
+SHA1 (sqlite-2.8.15.tar.gz) = 53c8a6dd2f87c500c6944987988053acacaee05b
+Size (sqlite-2.8.15.tar.gz) = 963232 bytes
+SHA1 (patch-aa) = 8f8f3608b10ed93b52c2dba6b70c93ba4aa6c485
diff -r e171a0681b06 -r 59acecb78c4d databases/sqlite/patches/patch-aa
--- a/databases/sqlite/patches/patch-aa Wed Aug 04 19:45:02 2004 +0000
+++ b/databases/sqlite/patches/patch-aa Wed Aug 04 19:59:58 2004 +0000
@@ -1,12 +1,10 @@
-$NetBSD: patch-aa,v 1.6 2004/03/31 05:50:17 snj Exp $
+$NetBSD: patch-aa,v 1.7 2004/08/04 19:59:58 jlam Exp $
 
---- ../sqlite/src/sqliteInt.h.orig     2004-03-30 21:10:23.000000000 -0800
-+++ ../sqlite/src/sqliteInt.h  2004-03-30 21:12:51.000000000 -0800
-@@ -14,6 +14,7 @@
- ** @(#) $Id: patch-aa,v 1.6 2004/03/31 05:50:17 snj Exp $
+--- ../sqlite/src/sqliteInt.h.orig     Thu Jul 15 09:37:05 2004
++++ ../sqlite/src/sqliteInt.h
+@@ -15,4 +15,5 @@
  */
  #include "config.h"
 +#include "os.h"
  #include "sqlite.h"
  #include "hash.h"
- #include "parse.h"



Home | Main Index | Thread Index | Old Index