summaryrefslogtreecommitdiff
path: root/security/nettle/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2011-08-22 15:09:21 +0000
committerwiz <wiz>2011-08-22 15:09:21 +0000
commit41093f0f01d7a0b2d5d4108a4e1bb0ad21f5eb5e (patch)
treea182850245d0d8167b6ea4370cd607bee112a824 /security/nettle/Makefile
parent38dd78cd6d7eaa82507efb188cd831ca2e2294b9 (diff)
downloadpkgsrc-41093f0f01d7a0b2d5d4108a4e1bb0ad21f5eb5e.tar.gz
Update to 2.2. Update LICENSE (see below).
NEWS for the 2.2 release Licensing change: * Relicensed as LGPL v2.1 or later (user's option). * Replaced blowfish and serpent implementation. New code is based on the LGPLed code in libgcrypt. New features: * Support for Galois/Counter Mode (GCM). * New interface for enumerating (most) available algorithms, contributed by Daniel Kahn Gillmor. * New tool nettle-hash. Can generate hash digests using any supported hash function, with output compatible with md5sum and friends from GNU coreutils. Checking (like md5sum -c) not yet implemented. Bug fixes: * The old serpent code had a byte order bug (introduced by yours truly about ten years ago). New serpent implementation does not interoperate with earlier versions of nettle. * Fixed ABI-dependent libdir default for Linux-based systems which do not follow the Linux File Hierarchy Standard, e.g., Debian GNU/Linux. Optimizations: * x86_64 implemention of serpent. * x86_64 implemention of camellia. * Optimized memxor using word rather than byte operations. Both generic C and x86_64 assembler. * Eliminated a memcpy for in-place CBC decrypt. Miscellaneous: * In command line tools, no longer support -? for requesting help, since using it without shell quoting is a dangerous habit. Use long option --help instead. The shared library names are libnettle.so.4.1 and libhogweed.so.2.1, with sonames libnettle.so.4 and libhogweed.so.2.
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r--security/nettle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 58b32d0ffac..d134d91f001 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2011/05/06 19:30:13 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2011/08/22 15:09:21 wiz Exp $
-DISTNAME= nettle-2.1
+DISTNAME= nettle-2.2
CATEGORIES= devel security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lysator.liu.se/~nisse/nettle/
COMMENT= Cryptographic library
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir