sqlitebrowser 3.12.2-3build2 source package in Ubuntu

Changelog

sqlitebrowser (3.12.2-3build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 19:20:54 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
sqlitebrowser_3.12.2.orig.tar.gz 3.8 MiB 645f98d38e5d128a449e93cebf03c8070f9eacd2d16b10e433a781d54a9d478a
sqlitebrowser_3.12.2-3build2.debian.tar.xz 5.9 KiB d77c07136812d80c36458bb4a5d25b1d5f9851301cc735baa307e5909c8f7e59
sqlitebrowser_3.12.2-3build2.dsc 2.1 KiB 464f876c348bb9b08471fc524c15701258439e6971a6432b14daaa11ce9ff942

Available diffs

View changes file

Binary packages built by this source

sqlitebrowser: GUI editor for SQLite databases

 SQLite Database Browser is a visual tool used to create, design and edit
 database files compatible with SQLite. Its interface is based on QT,
 and is meant to be used for users and developers that want to create
 databases, edit and search data using a familiar spreadsheet-like
 interface, without the need to learn complicated SQL commands.
 Controls and wizards are available for users to:
  - Create and compact database files
  - Create, define, modify and delete tables
  - Create, define and delete indexes
  - Browse, edit, add and delete records
  - Search records
  - Import and export records as text
  - Import and export tables from/to CSV files
  - Import and export databases from/to SQL dump files
  - Issue SQL queries and inspect the results
  - Examine a log of all SQL commands issued by the application
 .
 SQLite Database Browser is not a visual shell for the sqlite command line
 tool. It does not require familiarity with SQL commands.

sqlitebrowser-dbgsym: debug symbols for sqlitebrowser