Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 15 → Rev 16

/branches/experimental/debian/libnettle-dev.files
File deleted
/branches/experimental/debian/libnettle-dev.dirs
File deleted
/branches/experimental/debian/nettle-bin.files
File deleted
/branches/experimental/debian/libnettle2.dirs
File deleted
/branches/experimental/debian/libnettle-dev.doc-base
File deleted
/branches/experimental/debian/nettle-bin.postinst
File deleted
/branches/experimental/debian/sexp-conv.nettle.1
File deleted
/branches/experimental/debian/libnettle-dev.examples
File deleted
/branches/experimental/debian/libnettle-dev.docs
File deleted
/branches/experimental/debian/libnettle-dev.info
File deleted
/branches/experimental/debian/libnettle2.files
File deleted
/branches/experimental/debian/nettle-bin.prerm
File deleted
/branches/experimental/debian/libnettle2.docs
File deleted
/branches/experimental/debian/control
2,16 → 2,16
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>= 4.0.0), libgmp3-dev, m4, autotools-dev, dpatch
Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental
XS-Vcs-Browser: http://svn.kibibyte.se/nettle
 
Package: libnettle2
Package: libnettle3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low level cryptographic library
Description: 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
26,10 → 26,31
.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
 
Package: libnettle-dev
Package: libhogweed1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
 
Package: nettle-dev
Section: libdevel
Architecture: any
Depends: libnettle2 (= ${binary:Version}), libgmp3-dev
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
Replaces: libnettle-dev
Conflicts: libnettle-dev
Description: 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++,
51,7 → 72,8
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libnettle1
Suggests: lsh-utils-doc | lsh-doc
Conflicts: libnettle1, lsh-utils (<< 2.0.3-2)
Description: 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++,
71,5 → 93,6
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.
.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
/branches/experimental/debian/nettle-bin.links
0,0 → 1,0
usr/share/doc/libnettle3 usr/share/doc/nettle-bin
/branches/experimental/debian/sexp-conv.1
0,0 → 1,96
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH SEXP-CONV 1 "June 6, 2007" sexp-conv "Nettle Manuals"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
sexp-conv \- convert s-expression to a different encoding
.SH SYNOPSIS
.B sexp-conv
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B sexp-conv
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBsexp-conv\fP is a program that converts S-expressions. It is primarily
used by the `lsh' packages, which stores keys and most other objects
store on disk in that format, but may be of other use as well.
.SH OPTIONS
This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-\-hash=\fIalgorithm\fP
Hash algorithm (default: sha1).
.TP
.B \-\-once
Process at most one s-expression.
.TP
.B \-\-raw\-hash
Output the hash for the canonical representation of the object, in hexadecimal.
.TP
.B \-\-spki\-hash
Output an SPKI hash for the object.
.TP
.B \-\-debug
Print huge amounts of debug information.
.TP
.B \-q, \-\-quiet
Supress all warnings and diagnostic messages.
.TP
.B \-\-trace
Detailed trace.
.TP
.B \-v, \-\-verbose
Verbose diagnostic messages.
.TP
.B \-i, \-\-input\-format=\fIformat\fP
Variant of S-expression to accept. Valid S-expression formats are: transport,
canonical, advanced and international.
.TP
.B \-o, \-\-output\-format=\fIformat\fP
Variant of S-expression to output. Valid S-expression formats are: transport,
canonical, advanced and international.
.TP
.B \-?, \-\-help
Show summary of options.
.TP
.B \-\-usage
Give a short usage message.
.TP
.B \-v, \-\-version
Show version of program.
.SH SEE ALSO
.BR ssh-conv (1),
.BR lsh (1),
.BR lshd (8).
.br
The programs are documented fully by the
.IR "sexp"
section under the
.IR "Getting Started"
header of the lsh info page, available via the Info system.
.SH AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>,
for the Debian GNU/Linux system (but may be used by others). Edited
by Magnus Holmgren <magnus@kibibyte.se>.
/branches/experimental/debian/nettle-dev.doc-base
0,0 → 1,20
Document: libnettle-dev
Title: Debian Nettle Manual
Author: Niels Möller
Abstract: This document describes the nettle low-level
cryptographic library. You can use the library directly
from your C programs, or (recommended) write or use an
object-oriented wrapper for your favorite language or
application.
Section: Apps/Programming
 
Format: HTML
Files: /usr/share/doc/nettle-dev/nettle.html
Index: /usr/share/doc/nettle-dev/nettle.html
 
Format: PDF
Files: /usr/share/doc/nettle-dev/nettle.pdf
 
Format: Info
Files: /usr/share/info/nettle.info.gz
Index: /usr/share/info/nettle.info.gz
/branches/experimental/debian/nettle-dev.examples
0,0 → 1,2
sha-example.c
examples/*.[ch]
/branches/experimental/debian/changelog
1,3 → 1,33
nettle (1.16~cvs20070603-1) experimental; urgency=low
 
* Upstream CVS snapshot splitting off public-key algorithms as
libhogweed1.
- Drop 10_cleanup.dpatch; incorporated upstream.
- Rename libnettle-dev as nettle-dev.
* No longer install sexp-conv as an alternative; conflict with lsh-utils
(<< 2.0.3-2, which is anticipated to stop shipping an identical
sexp-conv and depend on nettle-bin instead).
* Link with --as-needed to avoid unnecessary NEEDED tags.
 
-- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 15:28:29 +0200
nettle (1.15-3) unstable; urgency=low
 
* Use dh_install instead of dh_movefiles.
* Run "make check" by default.
* Ship nettle.pdf in libnettle-dev.
* Include PDF and Info formats in doc-base control file.
* Clean up the libnettle-dev examples directory. There should only be
source files. Note that most of the examples aren't made to be
compiled outside of the nettle source tree, except sha-example.c,
which is the example found in the documentation.
* Move descore.README and TODO from libnettle2.docs to
libnettle-dev.docs, and also add README and NEWS to the latter.
* Make debian/copyright more correct.
* Add pkcs1-conv to nettle-bin package description.
 
-- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 14:35:13 +0200
 
nettle (1.15-2) unstable; urgency=high
 
* Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1
/branches/experimental/debian/patches/10_cleanup.dpatch
File deleted
/branches/experimental/debian/patches/00list
1,3 → 1,2
10_cleanup
20_link_with_gmp
99_autotools_files
/branches/experimental/debian/patches/20_link_with_gmp.dpatch
1,18 → 1,18
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_link_with_gmp.dpatch by <magnus@kibibyte.se>
##
## DP: Link libnettle.so.2 with -lgmp
## DP: Link libhogweed.so.1 with -lgmp
 
@DPATCH@
diff -urNad nettle-1.15~/config.make.in nettle-1.15/config.make.in
--- nettle-1.15~/config.make.in 2006-11-28 16:30:24.000000000 +0100
+++ nettle-1.15/config.make.in 2007-05-15 12:53:54.000000000 +0200
@@ -28,7 +28,7 @@
SHLIBFILE = @SHLIBFILE@
SHLIBFORLINK = @SHLIBFORLINK@
SHLIBINSTALL = @SHLIBINSTALL@
-SHLIBLIBS = @SHLIBLIBS@
+SHLIBLIBS = @SHLIBLIBS@ -lgmp
SHLIBLINK = @SHLIBLINK@
SHLIBMAJOR = @SHLIBMAJOR@
SHLIBMINOR = @SHLIBMINOR@
@@ -39,7 +39,7 @@
LIBHOGWEED_SONAME = @LIBHOGWEED_SONAME@
LIBHOGWEED_FILE = @LIBHOGWEED_FILE@
LIBHOGWEED_FORLINK = @LIBHOGWEED_FORLINK@
-LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@
+LIBHOGWEED_LIBS = @LIBHOGWEED_LIBS@ -lgmp -L. -lnettle
LIBHOGWEED_LINK = @LIBHOGWEED_LINK@
AR = ar
/branches/experimental/debian/rules
14,6 → 14,7
 
 
CFLAGS = -Wall -g
LDFLAGS = -Wl,--as-needed
 
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
27,13 → 28,14
config.status: ${DPATCH_STAMPFN} configure
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--enable-shared \
--disable-dependency-tracking
./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--enable-shared \
--disable-dependency-tracking \
CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 
 
build: build-stamp
41,7 → 43,10
dh_testdir
 
# Add here commands to compile the package.
$(MAKE)
$(MAKE) MAKEINFO='makeinfo --enable-encoding'
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) check
endif
 
touch build-stamp
 
64,7 → 69,7
 
# Add here commands to install the package into debian/tmp
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
mv $(CURDIR)/debian/tmp/usr/bin/sexp-conv $(CURDIR)/debian/tmp/usr/bin/sexp-conv.nettle
# mv $(CURDIR)/debian/tmp/usr/bin/sexp-conv $(CURDIR)/debian/tmp/usr/bin/sexp-conv.nettle
 
# Build architecture-independent files here.
binary-indep: build install
74,17 → 79,17
binary-arch: build install
dh_testdir
dh_testroot
dh_movefiles
dh_install --sourcedir=debian/tmp
dh_link
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
dh_installinfo
dh_installman
dh_link
dh_strip
dh_compress
dh_compress -X.pdf
dh_fixperms
dh_makeshlibs -V 'libnettle2 (>= 1.15)'
dh_makeshlibs #-V 'libnettle2 (>= 1.15)'
dh_installdeb
dh_shlibdeps
dh_gencontrol
/branches/experimental/debian/nettle-bin.manpages
1,0 → 0,0
debian/sexp-conv.nettle.1
debian/sexp-conv.1
/branches/experimental/debian/libnettle3.docs
0,0 → 1,2
NEWS
README
/branches/experimental/debian/nettle-dev.docs
0,0 → 1,6
README
NEWS
descore.README
TODO
nettle.html
nettle.pdf
/branches/experimental/debian/libhogweed1.install
0,0 → 1,0
usr/lib/libhogweed*.so.*
/branches/experimental/debian/nettle-dev.info
0,0 → 1,0
nettle.info
/branches/experimental/debian/nettle-bin.install
0,0 → 1,0
/usr/bin/*
/branches/experimental/debian/copyright
1,5 → 1,6
This package was debianized by Marek Habersack <grendel@debian.org> on
Tue, 4 Nov 2003 18:23:07 +0100.
The current Debian maintainer is Magnus Holmgren <magnus@kibibyte.se>.
 
It was downloaded from http://www.lysator.liu.se/~nisse/nettle/
 
7,6 → 8,12
 
Copyright:
 
Copyright © 2001-2006 Niels Möller
 
Some parts are Copyright © the Free Software Foundation and various
people. See below and source code comments for details.
 
 
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991.
21,5 → 28,90
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
 
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
 
Nettle is distributed under the GNU General Public License. However,
most of the individual files are dual licensed under less restrictive
licenses like the GNU Lesser General Public License (LGPL), or are in
the public domain. This means that if you don't use the parts of
nettle that are GPL-only, you have the option to use the Nettle
library just as if it were licensed under the LGPL. To find the
current status of particular files, you have to read the copyright
notices at the top of the files.
 
A list of the supported algorithms, their origins and licenses (from
the manual):
 
AES
The implementation of the AES cipher (also known as rijndael) is
written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and
Niels Möller, Sparc assembler by Niels Möller. Released under the
LGPL.
 
ARCFOUR
The implementation of the ARCFOUR (also known as RC4) cipher is
written by Niels Möller. Released under the LGPL.
 
ARCTWO
The implementation of the ARCTWO (also known as RC2) cipher is
written by Nikos Mavroyanopoulos and modified by Werner Koch and
Simon Josefsson. Released under the LGPL.
 
BLOWFISH
The implementation of the BLOWFISH cipher is written by Werner
Koch, copyright owned by the Free Software Foundation. Also hacked
by Ray Dassen and Niels Möller. Released under the GPL.
 
CAST128
The implementation of the CAST128 cipher is written by Steve Reid.
Released into the public domain.
 
DES
The implementation of the DES cipher is written by Dana L. How, and
released under the LGPL.
 
MD2
The implementation of MD2 is written by Andrew Kuchling, and hacked
some by Andreas Sigfridsson and Niels Möller. Python Cryptography
Toolkit license (essentially public domain).
 
MD4
This is almost the same code as for MD5 below, with modifications
by Marcus Comstedt. Released into the public domain.
 
MD5
The implementation of the MD5 message digest is written by Colin
Plumb. It has been hacked some more by Andrew Kuchling and Niels
Möller. Released into the public domain.
 
SERPENT
The implementation of the SERPENT cipher is written by Ross
Anderson, Eli Biham, and Lars Knudsen, adapted to LSH by Rafael
Sevilla, and to Nettle by Niels Möller. Released under the GPL.
 
SHA1
The C implementation of the SHA1 message digest is written by Peter
Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
Released into the public domain. Assembler for x86 by Niels Möller,
released under the LGPL.
 
SHA256
Written by Niels Möller, using Peter Gutmann's SHA1 code as a
model. Released under the LGPL.
 
TWOFISH
The implementation of the TWOFISH cipher is written by Ruud de
Rooij. Released under the LGPL.
 
RSA
Written by Niels Möller, released under the LGPL. Uses the GMP
library for bignum operations.
 
DSA
Written by Niels Möller, released under the LGPL. Uses the GMP
library for bignum operations.
 
 
On Debian GNU/Linux systems, the complete texts of the GNU General
Public License and the GNU Lesser General Public License can be found
in /usr/share/common-licenses/GPL and /usr/share/common-licenses/LGPL,
respectively.
/branches/experimental/debian/libhogweed1.links
0,0 → 1,0
usr/share/doc/libnettle3 usr/share/doc/libhogweed1
/branches/experimental/debian/libnettle3.install
0,0 → 1,0
usr/lib/libnettle*.so.*
/branches/experimental/debian/nettle-dev.install
0,0 → 1,5
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
usr/lib/*.la