- Rework WANTLIB as this port has SUBPACKAGES
- Replace RUN_DEPENDS with LIB_DEPENDS
- Add PKG_ARCH
- Bump PKGNAME
ok sturm@, Brandon Palmer (MAINTAINER)
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process. The distribution comes with a
standalone command-line access program (sqlite) that can be used to
administer an SQLite database and which serves as an example of how to
use the SQLite library. SQLite is not a client library used to connect to
a big database server. SQLite is the server. The SQLite library reads and
writes directly to and from the database files on disk.
Note that sqlite3 is not backwards compatible with sqlite2, but they can be
installed in parallel (thus the separate port). ok jolan@
required a compromised DNS server and certain operating systems).
(Bug #4017)
* Fixed crash in `MATCH ... AGAINST()' on a phrase search operator
with a missing closing double quote. (Bug #3870)
* Fixed a crash on declaration of `DECIMAL(0,...)' column. (Bug
#4046)
The python-cdb extension module is an adaptation of D. J. Bernstein's
constant database package (see http://cr.yp.to/cdb.html).
cdb files are mappings of keys to values, designed for wickedly fast
lookups and atomic updates. This module mimics the normal cdb
utilities, cdb(get|dump|make), via convenient, high-level Python
objects.
Submitted and maintained by Lars Hansson <lars at unet.net.ph>.
Jeroen van Wolffelaar <jeroen@wolffelaar.nl> discovered an
insecure temporary file vulnerability in the mysqlhotcopy
script when using the scp method.
ok naddy, brad, pvalchev