summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-04-15 15:33:46 +0000
committeradam <adam@pkgsrc.org>2013-04-15 15:33:46 +0000
commit8e8c750f3992f1f3bdce8de7fe6c82e82ca211b7 (patch)
tree16fd4f0c0d4b0ca1d41ba8b82b681ce31d3622f1 /databases/sqlite3-docs
parent71814d5462974a7cc65a443be515058a86c05683 (diff)
downloadpkgsrc-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-docs')
-rw-r--r--databases/sqlite3-docs/Makefile6
-rw-r--r--databases/sqlite3-docs/PLIST3
-rw-r--r--databases/sqlite3-docs/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile
index 8ccb1a63a6d..ca9c549d742 100644
--- a/databases/sqlite3-docs/Makefile
+++ b/databases/sqlite3-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2013/04/01 18:56:41 adam Exp $
+# $NetBSD: Makefile,v 1.18 2013/04/15 15:33:46 adam Exp $
-DISTNAME= sqlite-doc-3071601
-PKGNAME= sqlite3-docs-3.7.16.1
+DISTNAME= sqlite-doc-3071602
+PKGNAME= sqlite3-docs-3.7.16.2
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \
http://www.sqlite.org/2013/
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 0ea87b52e1d..ee11d8dce7e 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2013/04/01 18:56:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2013/04/15 15:33:46 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -573,6 +573,7 @@ share/doc/sqlite3/releaselog/3_7_15_1.html
share/doc/sqlite3/releaselog/3_7_15_2.html
share/doc/sqlite3/releaselog/3_7_16.html
share/doc/sqlite3/releaselog/3_7_16_1.html
+share/doc/sqlite3/releaselog/3_7_16_2.html
share/doc/sqlite3/releaselog/3_7_2.html
share/doc/sqlite3/releaselog/3_7_3.html
share/doc/sqlite3/releaselog/3_7_4.html
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index e5d83ffffb9..32236739772 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2013/04/01 18:56:41 adam Exp $
+$NetBSD: distinfo,v 1.17 2013/04/15 15:33:46 adam Exp $
-SHA1 (sqlite-doc-3071601.zip) = 254dbed306ceb4e9017497dbafaa47280a2fc4ff
-RMD160 (sqlite-doc-3071601.zip) = 6978273b0fe9cd5f3f7f6df50f1d27089c77a00c
-Size (sqlite-doc-3071601.zip) = 4132384 bytes
+SHA1 (sqlite-doc-3071602.zip) = 998df3d9ada4a4a8a048bcf20613d1d02be77731
+RMD160 (sqlite-doc-3071602.zip) = a1757659a67d4be0ca2d6da226e062ebe7c9cd2a
+Size (sqlite-doc-3071602.zip) = 4135295 bytes