Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

sqlite-3.50.2-3.fc43 RPM for ppc64le

From Fedora 43 testing updates for ppc64le / Packages / s

Name: sqlite Distribution: Fedora Project
Version: 3.50.2 Vendor: Fedora Project
Release: 3.fc43 Build date: Tue Aug 11 14:25:58 2026
Group: Unspecified Build host: buildvm-ppc64le-07.rdu3.fedoraproject.org
Size: 2480971 Source RPM: sqlite-3.50.2-3.fc43.src.rpm
Packager: Fedora Project
Url: http://www.sqlite.org/
Summary: Library that implements an embeddable SQL database engine
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexibility of an SQL database without the administrative hassles of
supporting a separate database server. Version 2 and version 3 binaries
are named to permit each to be installed on a single host

SQLite is built with some non-default settings:
- Additional APIs for table's and query's metadata are enabled
  (SQLITE_ENABLE_COLUMN_METADATA)
- Directory syncs are disabled (SQLITE_DISABLE_DIRSYNC)
- `secure_delete` defaults to 'on', so deleted content is overwritten
  with zeros (SQLITE_SECURE_DELETE)
- `sqlite3_unlock_notify()` is enabled - this feature allows to register a
  callback that's invoked when lock is removed (SQLITE_ENABLE_UNLOCK_NOTIFY)
- `dbstat` virtual table with disk space usage is enabled
- `dbpage` virtual table providing direct access to underlying database file
  is enabled (SQLITE_ENABLE_DBPAGE_VTAB)
- Threadsafe mode is set to 1 - Serialized, so it is safe to use in a
  multithreaded environment (SQLITE_THREADSAFE=1)
- FTS3, FTS4 and FTS5 are enabled so versions 3 to 5 of the full-text search
  engine are available (SQLITE_ENABLE_FTS3, SQLITE_ENABLE_FTS4,
  SQLITE_ENABLE_FTS5)
- Pattern parser in FTS3 extension supports nested parenthesis and operators
  `AND`, `OR` (SQLITE_ENABLE_FTS3_PARENTHESIS)
- R*Tree index extension is enabled (SQLITE_ENABLE_RTREE)
- Extension loading is enabled
- Sessions (sqlite-session feature) is enabled
- Preupdate hook is enabled

It is also important to note that shell has some extensions as its dependencies,
so some extensions are enabled by default in SQLite shell, but not in the system
libraries. Only the aforementioned extensions are available in the libraries:
FTS3, FTS4, FTS5, R*Tree

Provides

Requires

License

blessing

Changelog

* Mon Aug 10 2026 Petr Khartskhaev <pkhartsk@redhat.com> - 3.50.2-3
  - Fix CVE-2026-11822 and CVE-2026-11824
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.50.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Jun 28 2025 Packit <hello@packit.dev> - 3.50.2-1
  - Update to version 3.50.2
  - Resolves: rhbz#2370851
* Thu May 29 2025 Packit <hello@packit.dev> - 3.50.0-1
  - Update to version 3.50.0
  - Resolves: rhbz#2369200
* Wed May 21 2025 Packit <hello@packit.dev> - 3.49.2-1
  - Update to version 3.49.2
  - Resolves: rhbz#2364695
* Thu Mar 06 2025 Packit <hello@packit.dev> - 3.49.1-1
  - Update to version 3.49.1
  - Resolves: rhbz#2346264
* Thu Feb 06 2025 Ales Nezbeda <anezbeda@redhat.com> 3.49.0-1
  - Update to 3.49.0
  - https://www.sqlite.org/releaselog/3_49_0.html
  - Resolves: rhbz#2337596
* Wed Feb 05 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.48.0-1
  - Update to 3.48.0
  - https://www.sqlite.org/releaselog/3_48_0.html
  - Resolves: rhbz#2337596
* Thu Jan 16 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.47.2-2
  - Enabled sqlite-session feature
* Mon Dec 09 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.47.2-1
  - Update to 3.47.2
  - https://www.sqlite.org/releaselog/3_47_2.html
  - Resolves: rhbz#2330986
* Tue Nov 26 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.47.1-1
  - Update to 3.47.1
  - https://www.sqlite.org/releaselog/3_47_1.html
  - Resolves: rhbz#2328654
* Wed Oct 23 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.47.0-1
  - Update to 3.47.0
  - https://www.sqlite.org/releaselog/3_47_0.html
  - Resolves: rhbz#2320418
* Tue Aug 13 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.46.1-1
  - Update to 3.46.1
  - https://www.sqlite.org/releaselog/3_46_1.html

Files

/usr/bin/sqlite3
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/45293966da0b8b3f899b0f55f1c5fa4beb2258
/usr/share/man/man1/sqlite3.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Aug 12 23:48:10 2026