diff options
author | adam <adam> | 2011-05-19 20:42:53 +0000 |
---|---|---|
committer | adam <adam> | 2011-05-19 20:42:53 +0000 |
commit | f9ff3b26ef2cd4f3015ca69645dd14d96af946f0 (patch) | |
tree | 87ba24b786ead4a820ff7b8fa065f8206d22dc9c /databases/sqlite3/Makefile | |
parent | 5a52935f6e27006a55a27c684c2c745e7580b376 (diff) | |
download | pkgsrc-f9ff3b26ef2cd4f3015ca69645dd14d96af946f0.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/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 67ad3714893..824399e99d4 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2011/04/17 20:27:08 adam Exp $ +# $NetBSD: Makefile,v 1.43 2011/05/19 20:42:53 adam Exp $ -DISTNAME= sqlite-autoconf-3070602 -PKGNAME= sqlite3-3.7.6.2 +DISTNAME= sqlite-autoconf-3070603 +PKGNAME= sqlite3-3.7.6.3 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ |