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

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


Branch: pkgsrc-2021Q3, Version: 3.36.0nb1, Package name: sqlite3-3.36.0nb1, 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:

SHA1: a4bcf9e951bfb9745214241ba08476299fc2dc1e
RMD160: ef34b98fbe1f3436fc0d1255ae2fa9a660011cb2
Filesize: 2907.305 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-17 12:12:03 by Thomas Merkel | Files touched by this commit (3)
Log message:
Pullup ticket #6520 - requested by wiz
databases/sqlite3: segfault fix

Revisions pulled up:
- databases/sqlite3/Makefile                                    1.142
- databases/sqlite3/distinfo                                    1.173
- databases/sqlite3/patches/patch-shell.c                       1.1

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Oct 17 07:14:27 UTC 2021

   Modified Files:
   	pkgsrc/databases/sqlite3: Makefile distinfo
   Added Files:
   	pkgsrc/databases/sqlite3/patches: patch-shell.c

   Log message:
   sqlite3: fix (disputed) CVE-2021-36690

   Bump PKGREVISION.