c-blosc2 2.13.1+ds-1.1ubuntu2 source package in Ubuntu

Changelog

c-blosc2 (2.13.1+ds-1.1ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 17:46:33 +0000

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
c-blosc2_2.13.1+ds.orig.tar.xz 1.2 MiB 9fafae2bd689c0122d6ecd07b8162fc00530beabe64a6cfeae192233b45b2658
c-blosc2_2.13.1+ds-1.1ubuntu2.debian.tar.xz 6.6 KiB d0e08065f7d4294ab2b963857da45534324c9728a7731184087256cd6f507556
c-blosc2_2.13.1+ds-1.1ubuntu2.dsc 3.2 KiB 3ff7b4b7b27097bb7f0a97a39a319edf004503e5bb6252b063d57ec1f98a1c58

View changes file

Binary packages built by this source

libblosc2-2t64: Fast, compressed, persistent binary data store library for C

 Blosc is a high performance compressor optimized for binary data. It has been
 designed to transmit data to the processor cache faster than the traditional,
 non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
 main goal is not just to reduce the size of large datasets on-disk or
 in-memory, but also to accelerate memory-bound computations.
 .
 C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
 compatible with both the C-Blosc1 API and its in-memory format. However, the
 reverse thing is generally not true for the format; buffers generated with
 C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
 is not supported). In case you want to ensure full API compatibility with
 C-Blosc1 API, define the BLOSC1_COMPAT symbol.

libblosc2-2t64-dbgsym: debug symbols for libblosc2-2t64
libblosc2-dev: Fast, compressed, persistent binary data store library for C (development files)

 Blosc is a high performance compressor optimized for binary data. It has been
 designed to transmit data to the processor cache faster than the traditional,
 non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
 main goal is not just to reduce the size of large datasets on-disk or
 in-memory, but also to accelerate memory-bound computations.
 .
 C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
 compatible with both the C-Blosc1 API and its in-memory format. However, the
 reverse thing is generally not true for the format; buffers generated with
 C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
 is not supported). In case you want to ensure full API compatibility with
 C-Blosc1 API, define the BLOSC1_COMPAT symbol.
 .
 This package contains the development files required to build programs against
 Blosc2.