nettle 2.4-1 source package in Ubuntu
Changelog
nettle (2.4-1) unstable; urgency=low * New upstream bugfix release. nettle (2.3-1) unstable; urgency=low * New upstream release. * nettle-dev.install: Include pkg-config files added by upstream. * debian/copyright: Add ripemd160-related files. nettle (2.2-1) unstable; urgency=low * New upstream release (Closes: #633574). - The function nettle_arcfour_stream() was dropped without changing the SONAME, because it was undocumented and untested and should not be in use. * Add symbols files and correct dependencies in shlibs files. * Update copyright information, in particular regarding blowfish and serpent, trying to follow DEP5. * Add manpage nettle-hash(1) and mention nettle-hash in description of nettle-bin. * Add multi-arch support. * Bump Standards-Version to 3.9.2. * Switch to Debhelper compat level 8. * nettle-bin: Change Conflicts from moving sexp-conv into Breaks+Replaces and drop long-obsolete conflict with libnettle1. * Improve libnettle and libhogweed package descriptions, explaining the difference between them. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 13:42:04 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Magnus Holmgren
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nettle_2.4.orig.tar.gz | 1.0 MiB | a6009208df6881f75aa1a87081ccfb2ccac1884da10670c53d7b76596f649c3f |
nettle_2.4-1.debian.tar.gz | 15.1 KiB | dd21846b9a955d73082f321b81824072de809e4f7c64a045ee4f327e1d4f0c04 |
nettle_2.4-1.dsc | 1.2 KiB | f459f64324ac2a672eea3b9dbf73f2e054bfde5343e72b10ef4af0d7d56dbdf0 |
Available diffs
- diff from 2.1-2 to 2.4-1 (264.1 KiB)
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.
.
This package contains the asymmetric cryptographic algorithms, which,
require the GNU multiple precision arithmetic library (libgmp) for
their large integer computations.
- 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.
.
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.
- nettle-bin: No summary available for nettle-bin in ubuntu quantal.
No description available for nettle-bin in ubuntu quantal.
- nettle-dbg: No summary available for nettle-dbg in ubuntu quantal.
No description available for nettle-dbg in ubuntu quantal.
- 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)