From ea97a135034f6b684cc9019909b4f242a7e9ae50 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 15 Mar 2013 18:22:03 +0000 Subject: update to 2.6 changes: -support for PKCS #5 PBKDF2, SHA3, GOST R 34.11-94 -bugfixes -minor improvements --- security/nettle/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/nettle/Makefile') diff --git a/security/nettle/Makefile b/security/nettle/Makefile index c7986ccfb81..ed12ffd5224 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:37 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/03/15 18:22:03 drochner Exp $ -DISTNAME= nettle-2.4 +DISTNAME= nettle-2.6 CATEGORIES= devel security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -15,7 +15,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gm4 gmake GNU_CONFIGURE= yes SET_LIBDIR= yes -CONFIGURE_ARGS+= --disable-openssl +CONFIGURE_ARGS+= --disable-openssl --disable-shared INFO_FILES= yes TEST_TARGET= check -- cgit v1.2.3