diff options
author | adam <adam@pkgsrc.org> | 2011-07-08 09:35:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-07-08 09:35:39 +0000 |
commit | 0dcbf01a4c3f04abc50b9f4f93d7f76e1f4d4cf1 (patch) | |
tree | c54f944e7d25dbf7a402a433ad385848e677d963 /databases | |
parent | 396076a37ab7ed97b0618f2a2d847d6401e6e9ab (diff) | |
download | pkgsrc-0dcbf01a4c3f04abc50b9f4f93d7f76e1f4d4cf1.tar.gz |
Changes 3.7.7.1:
* Fix a bug causing PRAGMA case_sensitive_like statements compiled using
sqlite3_prepare() to fail with an SQLITE_SCHEMA error.
Changes 3.7.7:
* Add support for URI filenames
* Add the sqlite3_vtab_config() interface in support of ON CONFLICT clauses
with virtual tables.
* Add the xSavepoint, xRelease and xRollbackTo methods in virtual tables in
support of SAVEPOINT for virtual tables.
* Update the built-in FTS3/FTS4 and RTREE virtual tables to support ON CONFLICT
clauses and REPLACE.
* Avoid unnecessary reparsing of the database schema.
* Added support for the FTS4 prefix option and the FTS4 order option.
* Allow WAL-mode databases to be opened read-only as long as there is an
existing read/write connection.
* Added support for short filenames.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3-docs/Makefile | 15 | ||||
-rw-r--r-- | databases/sqlite3-docs/PLIST | 28 | ||||
-rw-r--r-- | databases/sqlite3-docs/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 7 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 7 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
7 files changed, 41 insertions, 40 deletions
diff --git a/databases/sqlite3-docs/Makefile b/databases/sqlite3-docs/Makefile index 6911c09f9a7..c38f2077f17 100644 --- a/databases/sqlite3-docs/Makefile +++ b/databases/sqlite3-docs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/04/12 19:03:48 adam Exp $ +# $NetBSD: Makefile,v 1.4 2011/07/08 09:35:39 adam Exp $ -DISTNAME= sqlite-doc-3070600 -PKGNAME= sqlite3-docs-3.7.6 +DISTNAME= sqlite-doc-3070701 +PKGNAME= sqlite3-docs-3.7.7.1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ @@ -22,16 +22,11 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none USE_TOOLS+= find xargs pax +NO_CONFIGURE= yes +NO_BUILD= yes DOCDIR= share/doc/sqlite3 INSTALLATION_DIRS+= ${DOCDIR} -post-extract: - find ${WRKSRC} -type f -print | xargs chmod 644 - find ${WRKSRC} -type d -print | xargs chmod 755 - -do-build: - ${TRUE} - do-install: cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST index 7e2a0cd8102..53274ccfc07 100644 --- a/databases/sqlite3-docs/PLIST +++ b/databases/sqlite3-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/04/12 19:03:48 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/07/08 09:35:40 adam Exp $ share/doc/sqlite3/34to35.html share/doc/sqlite3/35to36.html share/doc/sqlite3/about.html @@ -37,8 +37,9 @@ share/doc/sqlite3/c3ref/c_busy_recovery.html share/doc/sqlite3/c3ref/c_checkpoint_full.html share/doc/sqlite3/c3ref/c_config_getmalloc.html share/doc/sqlite3/c3ref/c_dbconfig_enable_fkey.html -share/doc/sqlite3/c3ref/c_dbstatus_cache_used.html +share/doc/sqlite3/c3ref/c_dbstatus options.html share/doc/sqlite3/c3ref/c_deny.html +share/doc/sqlite3/c3ref/c_fail.html share/doc/sqlite3/c3ref/c_fcntl_chunk_size.html share/doc/sqlite3/c3ref/c_index_constraint_eq.html share/doc/sqlite3/c3ref/c_iocap_atomic.html @@ -51,9 +52,10 @@ share/doc/sqlite3/c3ref/c_shm_nlock.html share/doc/sqlite3/c3ref/c_source_id.html share/doc/sqlite3/c3ref/c_static.html share/doc/sqlite3/c3ref/c_status_malloc_count.html -share/doc/sqlite3/c3ref/c_stmtstatus_autoindex.html +share/doc/sqlite3/c3ref/c_stmtstatus counter.html share/doc/sqlite3/c3ref/c_sync_dataonly.html share/doc/sqlite3/c3ref/c_testctrl_always.html +share/doc/sqlite3/c3ref/c_vtab_constraint_support.html share/doc/sqlite3/c3ref/changes.html share/doc/sqlite3/c3ref/clear_bindings.html share/doc/sqlite3/c3ref/close.html @@ -145,13 +147,16 @@ share/doc/sqlite3/c3ref/threadsafe.html share/doc/sqlite3/c3ref/total_changes.html share/doc/sqlite3/c3ref/unlock_notify.html share/doc/sqlite3/c3ref/update_hook.html +share/doc/sqlite3/c3ref/uri_parameter.html share/doc/sqlite3/c3ref/user_data.html share/doc/sqlite3/c3ref/value.html share/doc/sqlite3/c3ref/value_blob.html share/doc/sqlite3/c3ref/vfs.html share/doc/sqlite3/c3ref/vfs_find.html share/doc/sqlite3/c3ref/vtab.html +share/doc/sqlite3/c3ref/vtab_config.html share/doc/sqlite3/c3ref/vtab_cursor.html +share/doc/sqlite3/c3ref/vtab_on_conflict.html share/doc/sqlite3/c3ref/wal_autocheckpoint.html share/doc/sqlite3/c3ref/wal_checkpoint.html share/doc/sqlite3/c3ref/wal_checkpoint_v2.html @@ -192,13 +197,11 @@ share/doc/sqlite3/fileio.html share/doc/sqlite3/foreignkeys.html share/doc/sqlite3/formatchng.html share/doc/sqlite3/fts3.html -share/doc/sqlite3/fts3req.html share/doc/sqlite3/howtocompile.html +share/doc/sqlite3/howtocorrupt.html share/doc/sqlite3/images/2005osaward.gif share/doc/sqlite3/images/SQLite.gif share/doc/sqlite3/images/SQLite_big.gif -share/doc/sqlite3/images/ac/btreemodule_balance_shallower.svg -share/doc/sqlite3/images/ac/btreemodule_overview.svg share/doc/sqlite3/images/ac/commit-0.gif share/doc/sqlite3/images/ac/commit-1.gif share/doc/sqlite3/images/ac/commit-2.gif @@ -265,9 +268,7 @@ share/doc/sqlite3/images/fileformat/overflowpage.gif share/doc/sqlite3/images/fileformat/pointermapentry.gif share/doc/sqlite3/images/fileformat/recordformat.gif share/doc/sqlite3/images/fileformat/rtdocs.css -share/doc/sqlite3/images/fileformat/rtdocs.css~ share/doc/sqlite3/images/fileformat/rtdocs.js -share/doc/sqlite3/images/fileformat/rtdocs.js~ share/doc/sqlite3/images/fileformat/tablelongrecord.gif share/doc/sqlite3/images/fileformat/tablenodecell.gif share/doc/sqlite3/images/fileformat/tableshortrecord.gif @@ -349,7 +350,6 @@ share/doc/sqlite3/images/sqlite370_banner.gif share/doc/sqlite3/images/src_logo.gif share/doc/sqlite3/images/sw.gif share/doc/sqlite3/images/sw.png -share/doc/sqlite3/images/syntax/a.gif share/doc/sqlite3/images/syntax/alter-table-stmt.gif share/doc/sqlite3/images/syntax/analyze-stmt.gif share/doc/sqlite3/images/syntax/attach-stmt.gif @@ -403,6 +403,7 @@ share/doc/sqlite3/images/syntax/update-stmt-limited.gif share/doc/sqlite3/images/syntax/update-stmt.gif share/doc/sqlite3/images/syntax/vacuum-stmt.gif share/doc/sqlite3/images/table-ex1b2.gif +share/doc/sqlite3/images/vfs1.gif share/doc/sqlite3/index.html share/doc/sqlite3/inmemorydb.html share/doc/sqlite3/keyword_index.html @@ -441,7 +442,6 @@ share/doc/sqlite3/lang_update.html share/doc/sqlite3/lang_vacuum.html share/doc/sqlite3/limits.html share/doc/sqlite3/lockingv3.html -share/doc/sqlite3/logformat.html share/doc/sqlite3/malloc.html share/doc/sqlite3/mingw.html share/doc/sqlite3/mostdeployed.html @@ -551,6 +551,11 @@ share/doc/sqlite3/releaselog/3_7_3.html share/doc/sqlite3/releaselog/3_7_4.html share/doc/sqlite3/releaselog/3_7_5.html share/doc/sqlite3/releaselog/3_7_6.html +share/doc/sqlite3/releaselog/3_7_6_1.html +share/doc/sqlite3/releaselog/3_7_6_2.html +share/doc/sqlite3/releaselog/3_7_6_3.html +share/doc/sqlite3/releaselog/3_7_7.html +share/doc/sqlite3/releaselog/3_7_7_1.html share/doc/sqlite3/requirements.html share/doc/sqlite3/robots.txt share/doc/sqlite3/rtree.html @@ -562,6 +567,7 @@ share/doc/sqlite3/session/funclist.html share/doc/sqlite3/session/intro.html share/doc/sqlite3/session/objlist.html share/doc/sqlite3/sharedcache.html +share/doc/sqlite3/shortnames.html share/doc/sqlite3/sitemap.html share/doc/sqlite3/speed.html share/doc/sqlite3/sqlite.html @@ -574,8 +580,10 @@ share/doc/sqlite3/th3.html share/doc/sqlite3/threadsafe.html share/doc/sqlite3/transactional.html share/doc/sqlite3/unlock_notify.html +share/doc/sqlite3/uri.html share/doc/sqlite3/vdbe.html share/doc/sqlite3/version3.html +share/doc/sqlite3/vfs.html share/doc/sqlite3/vtab.html share/doc/sqlite3/wal.html share/doc/sqlite3/whentouse.html diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo index e27d4abbf3c..fe9b4109d2a 100644 --- a/databases/sqlite3-docs/distinfo +++ b/databases/sqlite3-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/04/12 19:03:48 adam Exp $ +$NetBSD: distinfo,v 1.4 2011/07/08 09:35:40 adam Exp $ -SHA1 (sqlite-doc-3070600.zip) = d203d110f637bd5578f278d9b9ac8675a0631e4a -RMD160 (sqlite-doc-3070600.zip) = 991d59973e9731acec51ee518f60bce45a38a178 -Size (sqlite-doc-3070600.zip) = 3194145 bytes +SHA1 (sqlite-doc-3070701.zip) = 6331814cacaad47fb1b940f29740ca6449b365ab +RMD160 (sqlite-doc-3070701.zip) = 11c4a3fa4e53f644970ff487d3ca32e6c001e38b +Size (sqlite-doc-3070701.zip) = 3256079 bytes diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index 93477551f68..f73784944c4 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2011/06/10 09:39:51 obache Exp $ +# $NetBSD: Makefile,v 1.27 2011/07/08 09:35:40 adam Exp $ -DISTNAME= sqlite-autoconf-3070603 -PKGNAME= sqlite3-tcl-3.7.6.3 -PKGREVISION= 1 +DISTNAME= sqlite-autoconf-3070701 +PKGNAME= sqlite3-tcl-3.7.7.1 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 58254ac3901..501cc4c1d6d 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2011/05/19 20:42:53 adam Exp $ +$NetBSD: distinfo,v 1.16 2011/07/08 09:35:40 adam Exp $ -SHA1 (sqlite-autoconf-3070603.tar.gz) = a19e4496e2854e737d55465b77c87e775a362775 -RMD160 (sqlite-autoconf-3070603.tar.gz) = dede8ea95e6e92228391750645ad4d628467ce93 -Size (sqlite-autoconf-3070603.tar.gz) = 1720314 bytes +SHA1 (sqlite-autoconf-3070701.tar.gz) = ee405037ab49f46f657a9b314e66eec6009d5fc6 +RMD160 (sqlite-autoconf-3070701.tar.gz) = c86c81ccc3ad1baec6f753090e5ce1d5d9e03f13 +Size (sqlite-autoconf-3070701.tar.gz) = 1748837 bytes SHA1 (patch-aa) = d4d0424eec39ede995c2c408dcf51876072d3fea SHA1 (patch-ab) = 64a4352b9a8ed0518784837e390541cd4e1bc9aa diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index fa9dfdf1f32..7928ddad3ef 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2011/06/10 17:48:32 tron Exp $ +# $NetBSD: Makefile,v 1.45 2011/07/08 09:35:39 adam Exp $ -DISTNAME= sqlite-autoconf-3070603 -PKGNAME= sqlite3-3.7.6.3 -PKGREVISION= 1 +DISTNAME= sqlite-autoconf-3070701 +PKGNAME= sqlite3-3.7.7.1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index d3e9d6de38e..ca7069b61ee 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.62 2011/05/19 20:42:53 adam Exp $ +$NetBSD: distinfo,v 1.63 2011/07/08 09:35:39 adam Exp $ -SHA1 (sqlite-autoconf-3070603.tar.gz) = a19e4496e2854e737d55465b77c87e775a362775 -RMD160 (sqlite-autoconf-3070603.tar.gz) = dede8ea95e6e92228391750645ad4d628467ce93 -Size (sqlite-autoconf-3070603.tar.gz) = 1720314 bytes +SHA1 (sqlite-autoconf-3070701.tar.gz) = ee405037ab49f46f657a9b314e66eec6009d5fc6 +RMD160 (sqlite-autoconf-3070701.tar.gz) = c86c81ccc3ad1baec6f753090e5ce1d5d9e03f13 +Size (sqlite-autoconf-3070701.tar.gz) = 1748837 bytes |