Path to this page:
./
databases/sqlite,
SQL Database Engine in a C Library
Branch: CURRENT,
Version: 2.8.17nb3,
Package name: sqlite-2.8.17nb3,
Maintainer: pkgsrc-usersSQLite 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 version 2 of sqlite, which is essentially obsolete.
Master sites:
Filesize: 947.075 KB
Version history: (Expand)
- (2022-06-25) Updated to version: sqlite-2.8.17nb3
- (2022-06-24) Updated to version: sqlite-2.8.17nb2
- (2017-11-23) Package has been reborn
- (2013-02-24) Updated to version: sqlite-2.8.17nb1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2023-12-30 22:16:28 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
clean-up master site
|
2022-06-25 11:35:52 by Havard Eidnes | Files touched by this commit (2) |
Log message:
databases/sqlite: adopt upstream patch instead.
Adopt & apply https://sqlite.org/src/info/8d399a03de63c159
on advice from Taylor Campbell.
Ride previous PKGREVISION bump.
|
2022-06-25 11:17:38 by Havard Eidnes | Files touched by this commit (3) |
Log message:
databases/sqlite: reinstall masking in hash computation.
Suggested by Taylor Campbell.
|
2022-06-24 17:42:10 by Havard Eidnes | Files touched by this commit (3) |
Log message:
databases/sqlite: add a minor fix to the lemon tool.
On NetBSD/powerpc, 'hash' ended up negative, causing a SEGV.
Instead, make the variable unsigned.
Bump PKGREVISION.
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2017-04-16 22:27:09 by Pierre Pronchery | Files touched by this commit (2) |
Log message:
Avoid a warning while generating config.h
No functional change intended.
|