summaryrefslogtreecommitdiff
path: root/security/nettle/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-02-01 13:27:36 +0000
committerwiz <wiz@pkgsrc.org>2016-02-01 13:27:36 +0000
commit57597c8df5cad7d886de756212dbbbd2be48c3eb (patch)
treebcdcecfdf17ac398c99ff7e3797e6943b3a356e7 /security/nettle/Makefile
parent5a7e10624653a26c8204c693fac299733a2d98d1 (diff)
downloadpkgsrc-57597c8df5cad7d886de756212dbbbd2be48c3eb.tar.gz
Update nettle to 3.2.
Fix some pkglint while here. NEWS for the Nettle 3.2 release Bug fixes: * The SHA3 implementation is updated according to the FIPS 202 standard. It is not interoperable with earlier versions of Nettle. Thanks to Nikos Mavrogiannopoulos. To easily differentiate at compile time, sha3.h defines the constant NETTLE_SHA3_FIPS202. * Fix corner-case carry propagation bugs affecting elliptic curve operations on the curves secp_256r1 and secp_384r1 on certain platforms, including x86_64. Reported by Hanno Böck. New features: * New functions for RSA private key operations, identified by the "_tr" suffix, with better resistance to side channel attacks and to hardware or software failures which could break the CRT optimization. See the Nettle manual for details. Initial patch by Nikos Mavrogiannopoulos. * New functions nettle_version_major, nettle_version_minor, as a run-time variant of the compile-time constants NETTLE_VERSION_MAJOR and NETTLE_VERSION_MINOR. Optimizations: * New ARM Neon implementation of the chacha stream cipher. Miscellaneous: * ABI detection on mips, with improved default libdir location. Contributed by Klaus Ziegler. * Fixes for ARM assembly syntax, to work better with the clang assembler. Thanks to Jukka Ukkonen. * Disabled use of ifunc relocations for fat builds, to fix problems most easily triggered by using dlopen RTLD_NOW. The shared library names are libnettle.so.6.2 and libhogweed.so.4.2, with sonames still libnettle.so.6 and libhogweed.so.4. It is intended to be fully binary compatible with nettle-3.1.
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r--security/nettle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 1a71f2cbea8..96ecb7a377e 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/08/23 14:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/02/01 13:27:36 wiz Exp $
-DISTNAME= nettle-3.1.1
+DISTNAME= nettle-3.2
CATEGORIES= devel security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/