diff options
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 9 | ||||
-rw-r--r-- | security/nettle/distinfo | 4 | ||||
-rw-r--r-- | security/nettle/pkg-plist | 9 |
3 files changed, 11 insertions, 11 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 9d0c246a2cb7..656098d35590 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,13 +1,8 @@ -# ex:ts=8 -# New ports collection makefile for: nettle -# Date created: Dec 6, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= nettle -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} \ http://www.lysator.liu.se/~nisse/archive/:liu \ diff --git a/security/nettle/distinfo b/security/nettle/distinfo index fc43f4d72ae2..66a9f6ed8916 100644 --- a/security/nettle/distinfo +++ b/security/nettle/distinfo @@ -1,2 +1,2 @@ -SHA256 (nettle-2.5.tar.gz) = 4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72 -SIZE (nettle-2.5.tar.gz) = 1113274 +SHA256 (nettle-2.6.tar.gz) = 60df624f63b997c832cae29f48ab9ada99df815bcd60d231526b83e786b4b156 +SIZE (nettle-2.6.tar.gz) = 1385695 diff --git a/security/nettle/pkg-plist b/security/nettle/pkg-plist index 6a69d6992702..941b02824cc6 100644 --- a/security/nettle/pkg-plist +++ b/security/nettle/pkg-plist @@ -19,6 +19,7 @@ include/nettle/des-compat.h include/nettle/des.h include/nettle/dsa.h include/nettle/gcm.h +include/nettle/gosthash94.h include/nettle/hmac.h include/nettle/knuth-lfib.h include/nettle/macros.h @@ -30,6 +31,7 @@ include/nettle/memxor.h include/nettle/nettle-meta.h include/nettle/nettle-stdint.h include/nettle/nettle-types.h +include/nettle/pbkdf2.h include/nettle/pgp.h include/nettle/pkcs1.h include/nettle/realloc.h @@ -40,16 +42,19 @@ include/nettle/salsa20.h include/nettle/serpent.h include/nettle/sexp.h include/nettle/sha.h +include/nettle/sha1.h +include/nettle/sha2.h +include/nettle/sha3.h include/nettle/twofish.h include/nettle/yarrow.h lib/libhogweed.a lib/libhogweed.so lib/libhogweed.so.2 -lib/libhogweed.so.2.2 +lib/libhogweed.so.2.3 lib/libnettle.a lib/libnettle.so lib/libnettle.so.4 -lib/libnettle.so.4.4 +lib/libnettle.so.4.5 libdata/pkgconfig/nettle.pc libdata/pkgconfig/hogweed.pc %%PORTDOCS%%%%DOCSDIR%%/NEWS |