libspng 0.7.4-2 source package in Ubuntu
Changelog
libspng (0.7.4-2) unstable; urgency=medium * First dgit upload * d/control: apply X-Style: black * d/control: declare dpkg-build-api = 1 * d/patches: disable PNG 3 tests (Closes: #1099244) * d/control: use my @debian.org email address -- Andrea Pappacoda <email address hidden> Tue, 04 Mar 2025 12:32:47 +0100
Upload details
- Uploaded by:
- Andrea Pappacoda
- Uploaded to:
- Sid
- Original maintainer:
- Andrea Pappacoda
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libspng_0.7.4-2.dsc | 1.6 KiB | b6cba0bf155ada803a41bce2c71a867f332f94ecd064e56f1b45c1bcc1d94d44 |
libspng_0.7.4.orig.tar.gz | 155.5 KiB | 47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487 |
libspng_0.7.4-2.debian.tar.xz | 4.9 KiB | 21d5a4362a06ccab93316e5626e43bd2c6585a4139ab3d0fefea7d5545e1b729 |
Available diffs
No changes file available.
Binary packages built by this source
- libspng-dev: simple, modern libpng alternative - development
libspng is a C library for reading and writing Portable Network Graphics
(PNG) format files with a focus on security and ease of use.
.
The simple API allows decoding a PNG file in just a few function calls,
and no raw pointers or callback functions are involved.
.
Following good security practises, code is written according to the rules
of the CERT C Coding Standard. All integer arithmetic is checked for
overflow and all error conditions are handled gracefully. The library
is also continuously fuzzed, scanned by static analyzers and features
over 1000 test cases.
.
This package contains the header and development files needed to build
programs and packages using libspng.
- libspng-doc: simple, modern libpng alternative - documentation
libspng is a C library for reading and writing Portable Network Graphics
(PNG) format files with a focus on security and ease of use.
.
The simple API allows decoding a PNG file in just a few function calls,
and no raw pointers or callback functions are involved.
.
Following good security practises, code is written according to the rules
of the CERT C Coding Standard. All integer arithmetic is checked for
overflow and all error conditions are handled gracefully. The library
is also continuously fuzzed, scanned by static analyzers and features
over 1000 test cases.
.
This package contains the documentation.
- libspng0: simple, modern libpng alternative
libspng is a C library for reading and writing Portable Network Graphics
(PNG) format files with a focus on security and ease of use.
.
The simple API allows decoding a PNG file in just a few function calls,
and no raw pointers or callback functions are involved.
.
Following good security practises, code is written according to the rules
of the CERT C Coding Standard. All integer arithmetic is checked for
overflow and all error conditions are handled gracefully. The library
is also continuously fuzzed, scanned by static analyzers and features
over 1000 test cases.
- libspng0-dbgsym: debug symbols for libspng0