diff options
author | adam <adam@pkgsrc.org> | 2008-12-16 18:46:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-16 18:46:16 +0000 |
commit | f8e0732053838e21896d1630df89e4cad49b20b6 (patch) | |
tree | 1dc516e6f27f4c2654bf0231f828d8837ba2081c /databases/sqlite3 | |
parent | 2f0c9868d2e34f94e6efd46e45572cad8cfb123e (diff) | |
download | pkgsrc-f8e0732053838e21896d1630df89e4cad49b20b6.tar.gz |
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 (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 0c37c4aaed2..c35056798ec 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -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 --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index a4d7f880952..0073b419106 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -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 |