sqlite3 3.45.1-1ubuntu2 source package in openKylin
Changelog
sqlite3 (3.45.1-1ubuntu2) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- Steve Langasek <email address hidden> Sun, 31 Mar 2024 08:24:45 +0000
sqlite3 (3.45.1-1ubuntu2) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- Steve Langasek <email address hidden> Sun, 31 Mar 2024 08:24:45 +0000
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
sqlite3_3.45.1.orig.tar.xz | 13.1 MiB | 19d3acc5dcf978ada929d5a9a46de50f3bf1dae796ee64dabc362d2e8c74a55a |
sqlite3_3.45.1-1ubuntu2.debian.tar.xz | 29.8 KiB | 9e10c6ec271f2ca7ebd556586c4a44c46bcc18aab26fc47a48f0da3312ed2a04 |
sqlite3_3.45.1-1ubuntu2.dsc | 2.1 KiB | 5624978a57c22d42d542c40f5bfe09a707d0483363b0de8e5bbd1abf2fcb5453 |
Lemon is an LALR(1) parser generator for C or C++. It does the same
job as bison and yacc. But lemon is not another bison or yacc
clone. It uses a different grammar syntax which is designed to reduce
the number of coding errors. Lemon also uses a more sophisticated
parsing engine that is faster than yacc and bison and which is both
reentrant and thread-safe. Furthermore, Lemon implements features
that can be used to eliminate resource leaks, making is suitable for
use in long-running programs such as graphical user interfaces or
embedded controllers.
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.
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.
.
This package contains the development files (headers, static libraries)
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.
.
This package contains the Tcl bindings.
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.
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.
.
This package contains the documentation that is also available on
the SQLite homepage.
This package contains various tools such as:
- showdb
- showjournal
- showstat4
- showwal
- sqldiff
- sqlite3_analyzer