libcbor-xs-perl 1.87-1build3 source package in Ubuntu

Changelog

libcbor-xs-perl (1.87-1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:54:04 +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
libcbor-xs-perl_1.87.orig.tar.gz 78.8 KiB eac15e730aaf612edd9edf71e6aa954653611bae5a1043b960aff5a9b1e571ff
libcbor-xs-perl_1.87-1build3.debian.tar.xz 3.5 KiB 48a1c7a337f62d490232c4c298b97636242fa665769fcaad7387526fbda84b71
libcbor-xs-perl_1.87-1build3.dsc 2.3 KiB d0e6d5e2c95e3298cdbf3a311620833e819773b8490500d773c5ad0555bd4b4f

Available diffs

View changes file

Binary packages built by this source

libcbor-xs-perl: module for manipulating CBOR-formatted data (C/XS-accelerated)

 CBOR::XS converts Perl data structures to the Concise Binary Object
 Representation (CBOR) and vice versa. CBOR is a fast binary serialisation
 format that aims to use an (almost) superset of the JSON data model, i.e.
 when you can represent something useful in JSON, you should be able to
 represent it in CBOR.
 .
 In short, CBOR is a faster and quite compact binary alternative to JSON, with
 the added ability of supporting serialisation of Perl objects. (JSON often
 compresses better than CBOR though, so if you plan to compress the data later
 and speed is less important you might want to compare both formats first).
 .
 To give you a general idea about speed, with texts in the megabyte range,
 CBOR::XS usually encodes roughly twice as fast as Storable or JSON::XS and
 decodes about 15%-30% faster than those. The shorter the data, the worse
 Storable performs in comparison.

libcbor-xs-perl-dbgsym: debug symbols for libcbor-xs-perl