nettle 2.1-2 source package in Ubuntu Linaro Evaluation Build

Changelog

nettle (2.1-2) unstable; urgency=low

  * Upload to unstable.
  * Increase Debhelper compat level to 7.
  * debian/rules: Add build-indep and build-arch targets.
  * debian/copyright: Add entry for dsa2sexp.c.
  * No longer suggest lsh-utils-doc as an alternative to lsh-doc.

nettle (2.1-1) experimental; urgency=low

  * New upstream release (Closes: #594386). Thanks to Sedat Dilek for
    sorting things out.
    - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch;
      incorporated upstream.
    - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2,
      respectively; update and rename debian/control, debian/libnettle3.*,
      debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
  * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
  * Convert to source package format 3.0 (quilt), using
    dh_autotools-dev_*config to update config.sub and config.guess files.
  * Handle the parallel DEB_BUILD_OPTIONS option.
  * Pass --libdir=/usr/lib to ./configure since it will otherwise try to
    be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
  * General tidying of debian/rules: 
    - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
    - Remove remnants of nostrip option handling.
    - Only pass --host to ./configure if HOST != BUILD, as is recommended.
    - Remove redundant compiler and configure flags.
  * Bump Standards-Version to 3.9.1.
 -- Matthias Klose <email address hidden>   Sat,  21 May 2011 18:29:21 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Magnus Holmgren
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe libs

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
nettle_2.1.orig.tar.gz 942.7 KiB b7d26b3e38842d83c02f807ea7a2cbaa6e2d8f22e5fb20d97ab7a171d039d74e
nettle_2.1-2.debian.tar.gz 12.1 KiB fae2b406eedd49d0acb1b276a0307d48919541ef6d9b340f10c921d18b6034c8
nettle_2.1-2.dsc 1.2 KiB d323391190406dbed110cd7bf391f125d140f57deab80d1eeb35d315d0389b0c

Available diffs

View changes file

Binary packages built by this source

libhogweed2: 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.

libnettle4: 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.

nettle-bin: low level cryptographic library (binary tools)

 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 binary utilities that accompany the library:
 .
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth
      lfib (non-cryptographic) pseudorandom generator.
    - sexp-conv - conversion tool for handling the different flavours of sexp
      syntax.
    - pkcs1-conv - converts PKCS#1 keys to sexp format.

nettle-dbg: low level cryptographic library (debugging symbols)

 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.
 .
 This package contains the debugging symbols for all binary packages.

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)