capnproto 0.6.1-1 source package in Ubuntu

Changelog

capnproto (0.6.1-1) unstable; urgency=medium

  * Imported Upstream version 0.6.1 (Closes: #866525) which includes:
     - a fix for CVE-2017-7892 (Closes: #860960)
     - a fix for broken GCC 7 builds (Closes: #853342, #853539)
     - a possible fix for the hurd-i386 FTBFS in #804122
  * MultiArch support (Closes: #809065)
  * Clean up some Lintian gripes
  * Updated to debhelper 9, Standards-Version 4.0.0
  * License in debian/copyright changed from BSD-2-clause to MIT

 -- Tom Lee <email address hidden>  Sat, 26 Aug 2017 10:54:20 -0700

Upload details

Uploaded by:
Tom Lee
Uploaded to:
Sid
Original maintainer:
Tom Lee
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
capnproto_0.6.1-1.dsc 2.0 KiB 82a7a6584db6d5a01c126830151e4b5b9c97a96731fe76ee7d6d420a7b8c1a7d
capnproto_0.6.1.orig.tar.gz 1.2 MiB 8082040cd8c3b93c0e4fc72f2799990c72fdcf21c2b5ecdae6611482a14f1a04
capnproto_0.6.1-1.debian.tar.xz 8.3 KiB 6d3049bcd72091dc4855c11bc1f6d7f72d9d7b6b948999bed92c22dcc42081e6

No changes file available.

Binary packages built by this source

capnproto: tool for working with the Cap'n Proto data interchange format

 Similar to Protocol Buffers, Cap'n Proto is an efficient means of
 serializing structured data to be transferred across a network or
 written to disk. Users write a Cap'n Proto definition file that
 drives a code generator, which in turn emits C++ code for encoding &
 decoding messages in the Cap'n Proto format.
 .
 In addition to being extremely fast, Cap'n Proto also smooths over some
 of the rougher aspects of Protocol Buffers & introduces a number of new
 features to boot.
 .
 This package contains a small suite of tools for developing & maintaining
 your Cap'n Proto schema files, including a code generator for compiling
 your schema files to supported languages.

capnproto-dbgsym: debug symbols for capnproto
libcapnp-0.6.1: Cap'n Proto C++ library

 Similar to Protocol Buffers, Cap'n Proto is an efficient means of
 serializing structured data to be transferred across a network or
 written to disk. Users write a Cap'n Proto definition file that
 drives a code generator, which in turn emits C++ code for encoding &
 decoding messages in the Cap'n Proto format.
 .
 In addition to being extremely fast, Cap'n Proto also smooths over some
 of the rougher aspects of Protocol Buffers & introduces a number of new
 features to boot.
 .
 This package contains the runtime libraries needed for C++ applications.

libcapnp-0.6.1-dbgsym: debug symbols for libcapnp-0.6.1
libcapnp-dev: Cap'n Proto C++ library (development files)

 Similar to Protocol Buffers, Cap'n Proto is an efficient means of
 serializing structured data to be transferred across a network or
 written to disk. Users write a Cap'n Proto definition file that
 drives a code generator, which in turn emits C++ code for encoding &
 decoding messages in the Cap'n Proto format.
 .
 In addition to being extremely fast, Cap'n Proto also smooths over some
 of the rougher aspects of Protocol Buffers & introduces a number of new
 features to boot.
 .
 This package contains the headers and static libraries needed for writing
 C++ applications.