diff options
author | adam <adam> | 2010-08-08 12:04:37 +0000 |
---|---|---|
committer | adam <adam> | 2010-08-08 12:04:37 +0000 |
commit | 84e823dc09253fc88baa9de9da0a96f501c4be9e (patch) | |
tree | 5d321356a4e65d670136a98fe9b8b7f15cbca9d5 /databases | |
parent | ee9d2aa913df95a451bc73b67b25258ad832f3b1 (diff) | |
download | pkgsrc-84e823dc09253fc88baa9de9da0a96f501c4be9e.tar.gz |
Changes 3.7.0.1:
* Fix a potential database corruption problem that can result if the same
database file is alternately written by version 3.7.0 and 3.6.23.1.
* Fix a possible performance regression caused by the introduction of automatic
indexing.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/PLIST | 4 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
5 files changed, 14 insertions, 14 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 9294d734972..e82f68fe519 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2010/07/22 21:07:46 adam Exp $ +# $NetBSD: Makefile,v 1.17 2010/08/08 12:04:37 adam Exp $ -DISTNAME= sqlite-3_7_0-tea +DISTNAME= sqlite-3_7_0_1-tea PKGNAME= ${DISTNAME:S/sqlite/sqlite3-tcl/:S/-tea//:S/_/./g} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3-tcl/PLIST b/databases/sqlite3-tcl/PLIST index 5348b6ed18b..e376680bd21 100644 --- a/databases/sqlite3-tcl/PLIST +++ b/databases/sqlite3-tcl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2010/07/22 21:07:46 adam Exp $ -lib/tcl8.4/sqlite3/libsqlite3.7.0.so +@comment $NetBSD: PLIST,v 1.8 2010/08/08 12:04:37 adam Exp $ +lib/tcl8.4/sqlite3/libsqlite${PKGVERSION}.so lib/tcl8.4/sqlite3/pkgIndex.tcl man/mann/sqlite3.n diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 2c34e480adc..2b6394a67f5 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2010/07/22 21:07:46 adam Exp $ +$NetBSD: distinfo,v 1.6 2010/08/08 12:04:37 adam Exp $ -SHA1 (sqlite-3_7_0-tea.tar.gz) = 2da4fa6f3e5aafba0b10f789020a8b3eb8002ccc -RMD160 (sqlite-3_7_0-tea.tar.gz) = b76c6f9f95d53a8f0279d48df66bcc6f38c64abc -Size (sqlite-3_7_0-tea.tar.gz) = 1263681 bytes +SHA1 (sqlite-3_7_0_1-tea.tar.gz) = 238578e1411f20ad78d0f67e0fdf37d3ab94deea +RMD160 (sqlite-3_7_0_1-tea.tar.gz) = 1387035b0e7f828b9fcd9259169be6a895e22baa +Size (sqlite-3_7_0_1-tea.tar.gz) = 1263927 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 6baa7c0d02b..bcda965e8ba 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2010/07/22 21:07:45 adam Exp $ +# $NetBSD: Makefile,v 1.31 2010/08/08 12:04:37 adam Exp $ -DISTNAME= sqlite-amalgamation-3.7.0 +DISTNAME= sqlite-amalgamation-3.7.0.1 PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index f86392527fe..4ece0a793ea 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2010/07/22 21:07:45 adam Exp $ +$NetBSD: distinfo,v 1.52 2010/08/08 12:04:37 adam Exp $ -SHA1 (sqlite-amalgamation-3.7.0.tar.gz) = 5ed43977c5682908ae05eb27841e4191635a4a96 -RMD160 (sqlite-amalgamation-3.7.0.tar.gz) = d2376d516645fd3b44783a92458bb557999aa460 -Size (sqlite-amalgamation-3.7.0.tar.gz) = 1486712 bytes +SHA1 (sqlite-amalgamation-3.7.0.1.tar.gz) = c04f18527dec58188f8de43ff83a6cd03b73b0e9 +RMD160 (sqlite-amalgamation-3.7.0.1.tar.gz) = 7bb2935ea8c6410aabe327f3d017ce6ac1a46ced +Size (sqlite-amalgamation-3.7.0.1.tar.gz) = 1486971 bytes SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f |