diff options
author | johans <johans@FreeBSD.org> | 2013-01-18 03:55:23 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-01-18 03:55:23 +0800 |
commit | c986d96f54e20175a25a7d7141c970f9c4685fba (patch) | |
tree | 69ef18f527c5593623ca834787df408dbafbedb2 | |
parent | 8488e9c64b75d150a4e5d87f6110f2726b078810 (diff) | |
download | freebsd-ports-gnome-c986d96f54e20175a25a7d7141c970f9c4685fba.tar.gz freebsd-ports-gnome-c986d96f54e20175a25a7d7141c970f9c4685fba.tar.zst freebsd-ports-gnome-c986d96f54e20175a25a7d7141c970f9c4685fba.zip |
- Update Nettle to 2.6
- While here, also trim makefile headers
PR: ports/175360
Submitted by: Niclas Zeising <zeising@daemonic.se>
-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 |