nettle 3.3-2 source package in Ubuntu

Changelog

nettle (3.3-2) unstable; urgency=low

  * multiarch_dev.patch: Replace definition of GMP_NUMB_BITS calculated by
    configure with the same calculation to be done at compile time (only
    used if this package would be rebuilt with --enable-mini-gmp).  Thus
    declare nettle-dev Multi-Arch: same (Closes: #856160).
  * Upgrade to Debhelper compat level 9.
  * Drop old style -dbg package and switch to automatically created
    -dbgsym packages. Since the old package was built with Debhelper level
    8 there are actually no file conflicts.
  * Declare nettle-bin Multi-Arch: foreign.
  * Bump Standards-Version to 4.1.0.

 -- Magnus Holmgren <email address hidden>  Sun, 10 Sep 2017 23:25:31 +0200

Upload details

Uploaded by:
Magnus Holmgren
Uploaded to:
Sid
Original maintainer:
Magnus Holmgren
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nettle_3.3-2.dsc 2.0 KiB 502530701faa5bcebc73c55aafd53096d650f55c77dec996fab96796a60ac78d
nettle_3.3.orig.tar.gz 1.8 MiB 46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e
nettle_3.3-2.debian.tar.xz 19.3 KiB 91b1e04d3d0cc188f3490fe8bc7f2ad9ec60b1c6f6b29f53b6a72dbedb40dc0e

Available diffs

No changes file available.

Binary packages built by this source

libhogweed4: low level cryptographic library (public-key cryptos)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the asymmetric cryptographic algorithms, which,
 require the GNU multiple precision arithmetic library (libgmp) for
 their large integer computations.

libhogweed4-dbgsym: debug symbols for libhogweed4
libnettle6: low level cryptographic library (symmetric and one-way cryptos)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the symmetric and one-way cryptographic
 algorithms. To avoid having this package depend on libgmp, the
 asymmetric cryptos reside in a separate library, libhogweed.

libnettle6-dbgsym: No summary available for libnettle6-dbgsym in ubuntu artful.

No description available for libnettle6-dbgsym in ubuntu artful.

nettle-bin: No summary available for nettle-bin in ubuntu artful.

No description available for nettle-bin in ubuntu artful.

nettle-bin-dbgsym: No summary available for nettle-bin-dbgsym in ubuntu artful.

No description available for nettle-bin-dbgsym in ubuntu artful.

nettle-dev: low level cryptographic library (development files)

 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the development files (C headers and static libraries)