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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e60ee79d420
branches:  trunk
changeset: 551487:5e60ee79d420
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 16 18:46:16 2008 +0000

description:
Changes 3.6.7:
* Reorganize the Unix interface in os_unix.c
* Added support for "Proxy Locking" on MacOSX.
* Changed the prototype of the sqlite3_auto_extension() interface in a way
  that is backwards compatible but which might cause warnings in new
  builds of applications that use that interface.
* Changed the signature of the xDlSym method of the sqlite3_vfs object in
  a way that is backwards compatible but which might cause compiler
  warnings.
* Added superfluous casts and variable initializations in order to
  suppress nuisance compiler warnings.
* Fixes for various minor bugs.

diffstat:

 databases/sqlite3/Makefile.common |  4 ++--
 databases/sqlite3/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r b41c9e63757e -r 5e60ee79d420 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Tue Dec 16 16:49:52 2008 +0000
+++ b/databases/sqlite3/Makefile.common Tue Dec 16 18:46:16 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.29 2008/11/28 20:50:06 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2008/12/16 18:46:16 adam Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
-DISTNAME=      sqlite-3.6.6.2
+DISTNAME=      sqlite-3.6.7
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r b41c9e63757e -r 5e60ee79d420 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Tue Dec 16 16:49:52 2008 +0000
+++ b/databases/sqlite3/distinfo        Tue Dec 16 18:46:16 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2008/11/28 20:50:06 adam Exp $
+$NetBSD: distinfo,v 1.26 2008/12/16 18:46:16 adam Exp $
 
-SHA1 (sqlite-3.6.6.2.tar.gz) = 4cd87fa954da5b11d7ee230e1003a23a68f68397
-RMD160 (sqlite-3.6.6.2.tar.gz) = 5ac51f8f8e473dc964232ccd450626a6d28be630
-Size (sqlite-3.6.6.2.tar.gz) = 2303256 bytes
+SHA1 (sqlite-3.6.7.tar.gz) = e10153370f1de73337abb2eb17caac77a08ba8d6
+RMD160 (sqlite-3.6.7.tar.gz) = e5c40ea3ae56a79cb8279a040e09a7632b1b7da5
+Size (sqlite-3.6.7.tar.gz) = 2581307 bytes



Home | Main Index | Thread Index | Old Index