msgpuck 1.0.3-1.1 source package in Ubuntu

Changelog

msgpuck (1.0.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * CVE-2016-9036 (Closes: #849212)

 -- Moritz Muehlenhoff <email address hidden>  Sun, 04 Jun 2017 12:49:08 +0200

Upload details

Uploaded by:
Roman Tsisyk
Uploaded to:
Sid
Original maintainer:
Roman Tsisyk
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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
msgpuck_1.0.3-1.1.dsc 1.9 KiB d448aee36e6dc2796b91c3a263d7918914a50d6562ab63d904c0a0e078fd897e
msgpuck_1.0.3.orig.tar.gz 44.2 KiB 0f2b0d44607bfd6cc3964e96c0567cf95fe824ef3261444d027abcd19825359d
msgpuck_1.0.3-1.1.debian.tar.xz 3.8 KiB bc951d75062338e95fb0a61053a0667e3c96035b12b4790ed6e8d4bcc498face

Available diffs

No changes file available.

Binary packages built by this source

libmsgpuck-dev: MsgPack serialization library in a self-contained header file

 MsgPack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.
 .
 msgpuck is very lightweight header-only library designed to be embedded to
 your application by the C/C++ compiler. The library is fully documented and
 covered by unit tests.
 .
 This package provides a self-contained header file and a static library.
 The static library contains generated code for inline functions and
 globals tables needed by the some library functions.