./databases/sqlite3, SQL Database Engine in a C Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 3.8.10, Package name: sqlite3-3.8.10, Maintainer: pkgsrc-users

SQLite is a C library that implements an 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.

This is sqlite3, the current stable version.



Package options: fts

Master sites: (Expand)

SHA1: 7e92b4f78d4648fb2a97a4dc721490cc08653a0b
RMD160: 934884ac3f0ce83ea4ad98f6a9f5cb4b17dd2aab
Filesize: 2001.143 KB

Version history: (Expand)


CVS history: (Expand)


   2015-05-17 10:10:35 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4710 - requested by bsiegert
databases/sqlite3: security update

Revisions pulled up:
- databases/sqlite3/Makefile                                    patch
- databases/sqlite3/distinfo                                    patch

---
Apply patch proposed by J. Lewis Muir on "pkgsrc-users" mailing list:

Below is a patch against pkgsrc-2015Q1 to update databases/sqlite3 to
version 3.8.10 which includes fixes for the bugs found by the AFL fuzzer.