Update to 3.6

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		246393
Exp-run by:	antoine
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-16 10:51:23 +00:00
parent f0a0468be6
commit 794527e613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535390
3 changed files with 13 additions and 11 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nettle
PORTVERSION= 3.5.1
PORTREVISION= 1
PORTVERSION= 3.6
CATEGORIES= security
MASTER_SITES= GNU \
https://www.lysator.liu.se/~nisse/archive/
@ -19,8 +18,6 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3
BUILD_DEPENDS= gmp>=6.0.0:math/gmp
LIB_DEPENDS= libgmp.so:math/gmp
OPTIONS_DEFINE= DOCS EXAMPLES
USES= compiler:c11 gmake localbase makeinfo pathfix
CONFIGURE_ARGS= --enable-shared
@ -32,6 +29,8 @@ INFO= nettle
PORTDOCS= NEWS README nettle.html nettle.pdf
PORTEXAMPLES= *.c *.h
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
.if ${ARCH} == "sparc64"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1561724684
SHA256 (nettle-3.5.1.tar.gz) = 75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419
SIZE (nettle-3.5.1.tar.gz) = 1989593
TIMESTAMP = 1588256838
SHA256 (nettle-3.6.tar.gz) = d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
SIZE (nettle-3.6.tar.gz) = 2288173

View File

@ -22,6 +22,7 @@ include/nettle/chacha.h
include/nettle/cmac.h
include/nettle/ctr.h
include/nettle/curve25519.h
include/nettle/curve448.h
include/nettle/des.h
include/nettle/dsa-compat.h
include/nettle/dsa.h
@ -31,6 +32,7 @@ include/nettle/ecc.h
include/nettle/ecdsa.h
include/nettle/eddsa.h
include/nettle/gcm.h
include/nettle/gostdsa.h
include/nettle/gosthash94.h
include/nettle/hkdf.h
include/nettle/hmac.h
@ -60,6 +62,7 @@ include/nettle/sha.h
include/nettle/sha1.h
include/nettle/sha2.h
include/nettle/sha3.h
include/nettle/siv-cmac.h
include/nettle/twofish.h
include/nettle/umac.h
include/nettle/version.h
@ -67,11 +70,11 @@ include/nettle/xts.h
include/nettle/yarrow.h
lib/libhogweed.a
lib/libhogweed.so
lib/libhogweed.so.5
lib/libhogweed.so.5.0
lib/libhogweed.so.6
lib/libhogweed.so.6.0
lib/libnettle.a
lib/libnettle.so
lib/libnettle.so.7
lib/libnettle.so.7.0
lib/libnettle.so.8
lib/libnettle.so.8.0
libdata/pkgconfig/hogweed.pc
libdata/pkgconfig/nettle.pc