diff options
author | adam <adam@pkgsrc.org> | 2011-05-19 20:42:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-19 20:42:53 +0000 |
commit | cdace2e80be2fe8ebf293d2ce14d5c280a078005 (patch) | |
tree | 87ba24b786ead4a820ff7b8fa065f8206d22dc9c /databases/sqlite3-tcl | |
parent | 5c91fd0b1a86dd0040c942fb019f1ed027dffb42 (diff) | |
download | pkgsrc-cdace2e80be2fe8ebf293d2ce14d5c280a078005.tar.gz |
Changes 3.7.6.3:
* Fix a problem with WAL mode which could cause transactions to silently
rollback if the cache_size is set very small (less than 10) and SQLite comes
under memory pressure.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index da177caa949..7a4f829adf5 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2011/04/17 20:27:09 adam Exp $ +# $NetBSD: Makefile,v 1.25 2011/05/19 20:42:53 adam Exp $ -DISTNAME= sqlite-autoconf-3070602 -PKGNAME= sqlite3-tcl-3.7.6.2 +DISTNAME= sqlite-autoconf-3070603 +PKGNAME= sqlite3-tcl-3.7.6.3 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index b64770d5835..58254ac3901 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2011/04/17 20:27:09 adam Exp $ +$NetBSD: distinfo,v 1.15 2011/05/19 20:42:53 adam Exp $ -SHA1 (sqlite-autoconf-3070602.tar.gz) = 3582b0b809dc0c3fa10ddaa403c219a4ebd8abb5 -RMD160 (sqlite-autoconf-3070602.tar.gz) = dc6998976f3d0e3e8f7b0568966d8ff0cb82c899 -Size (sqlite-autoconf-3070602.tar.gz) = 1720179 bytes +SHA1 (sqlite-autoconf-3070603.tar.gz) = a19e4496e2854e737d55465b77c87e775a362775 +RMD160 (sqlite-autoconf-3070603.tar.gz) = dede8ea95e6e92228391750645ad4d628467ce93 +Size (sqlite-autoconf-3070603.tar.gz) = 1720314 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa |