diff options
author | adam <adam@pkgsrc.org> | 2013-04-15 15:33:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-15 15:33:46 +0000 |
commit | 8e8c750f3992f1f3bdce8de7fe6c82e82ca211b7 (patch) | |
tree | 16fd4f0c0d4b0ca1d41ba8b82b681ce31d3622f1 /databases/sqlite3-tcl/Makefile | |
parent | 71814d5462974a7cc65a443be515058a86c05683 (diff) | |
download | pkgsrc-8e8c750f3992f1f3bdce8de7fe6c82e82ca211b7.tar.gz |
Changes 3.7.16.2:
Fix a bug (present since version 3.7.13) that could result in database corruption on windows if two or more processes try to access the same database file at the same time and immediately after third process crashed in the middle of committing to that same file.
Diffstat (limited to 'databases/sqlite3-tcl/Makefile')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 419a4e7bf0a..c95cde5f777 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2013/04/01 18:56:42 adam Exp $ +# $NetBSD: Makefile,v 1.45 2013/04/15 15:33:47 adam Exp $ -DISTNAME= sqlite-autoconf-3071601 -PKGNAME= sqlite3-tcl-3.7.16.1 +DISTNAME= sqlite-autoconf-3071602 +PKGNAME= sqlite3-tcl-3.7.16.2 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \ http://www.sqlite.org/2013/ |