Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 85 → Rev 77

/trunk/debian/control
3,7 → 3,7
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 8.1.3), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Standards-Version: 3.9.2
Standards-Version: 3.9.1
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
Homepage: http://www.lysator.liu.se/~nisse/nettle/
25,10 → 25,6
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.
 
Package: libhogweed2
Architecture: any
47,10 → 43,6
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.
 
Package: nettle-dev
Section: libdevel
78,8 → 70,7
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1)
Suggests: lsh-doc
Description: low level cryptographic library (binary tools)
Nettle is a cryptographic library that is designed to fit easily in more or
96,12 → 87,11
.
This package contains binary utilities that accompany the library:
.
- nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
lfib (non-cryptographic) pseudo-random generator.
- 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-hash - command-line tool to compute message digests such as SHA-1.
 
Package: nettle-dbg
Section: debug
/trunk/debian/changelog
7,17 → 7,10
* 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 manpage nettle-hash(1).
* 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.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 19:13:56 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Aug 2011 17:19:14 +0200
 
nettle (2.1-2) unstable; urgency=low
 
/trunk/debian/nettle-hash.1
27,7 → 27,7
family. For each file, the file name and a colon is printed first,
unless input is read from standard input, in which case nothing is
printed. Then the hash is printed in chunks of 64 bits (16 hexadecimal
digits) followed by the name of the algorithm. In raw (binary) mode,
digits) followed by the name of the algorith. In raw (binary) mode,
the hash is not split in chunks and is not followed by a newline.
 
.SH OPTIONS
/trunk/debian/compat
1,0 → 0,0
8
7