libcbor 0.10.2-1.1ubuntu1 source package in Ubuntu

Changelog

libcbor (0.10.2-1.1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/rules: add hardening=+all
    - d/rules: override auto_configure to enable tests and set the build
      type to "Release" as shown in the upstream build instructions.
  * Dropped changes (no need to carry a delta for those); forwarded upstream:
    https://salsa.debian.org/debian/libcbor/-/merge_requests/3
    - d/control: set R3 to no
    - d/libcbor0.10.symbols: symbols update, add B-D-P field
    - d/copyright: add new paragraph for new files in 0.6.0

libcbor (0.10.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * source only upload to enable migration (Closes: #1052004, #1053491)

libcbor (0.10.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

  [ Vincent Bernat ]
  * New upstream release

 -- Lukas Märdian <email address hidden>  Tue, 21 Nov 2023 15:47:11 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcbor_0.10.2.orig.tar.gz 282.7 KiB e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b
libcbor_0.10.2-1.1ubuntu1.debian.tar.xz 5.3 KiB 0c30ee141a8ca6426e8b3bac74b1b7e46286ef4286d66b8b679d262efc8ac553
libcbor_0.10.2-1.1ubuntu1.dsc 2.2 KiB 0fb8e1319d41f2faca80c0cb3dca72a2f2587b0b277e79e31b72e565bd0694de

Available diffs

View changes file

Binary packages built by this source

libcbor-dev: library for parsing and generating CBOR (RFC 7049) (development headers)

 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR.
 .
 This package contains the development headers.

libcbor-doc: library for parsing and generating CBOR (RFC 7049) (documentation)

 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR.
 .
 This package contains the documentation

libcbor0.10: library for parsing and generating CBOR (RFC 7049)

 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR. The main features are:
 .
  - Complete RFC conformance
  - Robust C99 implementation
  - Layered architecture offers both control and convenience
  - Flexible memory management
  - No shared global state - threading friendly
  - Proper handling of UTF-8
  - Full support for streams & incremental processing
  - Extensive documentation and test suite
  - No runtime dependencies, small footprint
 .
 This package contains the runtime library.

libcbor0.10-dbgsym: debug symbols for libcbor0.10