ffindex 0.9.9.9-6.1build2 source package in Ubuntu

Changelog

ffindex (0.9.9.9-6.1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:14:54 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
ffindex_0.9.9.9.orig.tar.gz 35.7 KiB 4ffb59f471d48140a8bdf3b7d5334b3163fff6e068c9d9d375b8ffb0fb220569
ffindex_0.9.9.9-6.1build2.debian.tar.xz 15.3 KiB f58df1f8db84f96df3b9e1969cc15007162aa63e8962cd2c4036dc2dff12e9ed
ffindex_0.9.9.9-6.1build2.dsc 2.3 KiB 8a767e66798f3f37ab5d8ae21c92522d8d7ea9f89fb0a14b87a11c89768ef2c7

View changes file

Binary packages built by this source

ffindex: simple index/database for huge amounts of small files

 FFindex is a very simple index/database for huge amounts of small files. The
 files are stored concatenated in one big data file, separated by '\0'. A
 second file contains a plain text index, giving name, offset and length of
 the small files. The lookup is currently done with a binary search on an
 array made from the index file.
 .
 This package provides the executables.

ffindex-dbgsym: debug symbols for ffindex
libffindex0-dev: library for simple index/database for huge amounts of small files (development)

 FFindex is a very simple index/database for huge amounts of small files. The
 files are stored concatenated in one big data file, separated by '\0'. A
 second file contains a plain text index, giving name, offset and length of
 the small files. The lookup is currently done with a binary search on an
 array made from the index file.
 .
 This package contains the header files and documentation needed to develop
 applications with libffindex.

libffindex0t64: library for simple index/database for huge amounts of small files

 FFindex is a very simple index/database for huge amounts of small files. The
 files are stored concatenated in one big data file, separated by '\0'. A
 second file contains a plain text index, giving name, offset and length of
 the small files. The lookup is currently done with a binary search on an
 array made from the index file.
 .
 This package provides the shared library.

libffindex0t64-dbgsym: debug symbols for libffindex0t64