Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:51:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535390 - head/security/nettle
Message-ID:  <202005161051.04GApONN010349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 16 10:51:23 2020
New Revision: 535390
URL: https://svnweb.freebsd.org/changeset/ports/535390

Log:
  Update to 3.6
  
  Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
  PR:		246393
  Exp-run by:	antoine

Modified:
  head/security/nettle/Makefile
  head/security/nettle/distinfo
  head/security/nettle/pkg-plist

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Sat May 16 10:51:18 2020	(r535389)
+++ head/security/nettle/Makefile	Sat May 16 10:51:23 2020	(r535390)
@@ -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
@@ -31,6 +28,8 @@ USE_LDCONFIG=	yes
 INFO=		nettle
 PORTDOCS=	NEWS README nettle.html nettle.pdf
 PORTEXAMPLES=	*.c *.h
+
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 .include <bsd.port.options.mk>
 

Modified: head/security/nettle/distinfo
==============================================================================
--- head/security/nettle/distinfo	Sat May 16 10:51:18 2020	(r535389)
+++ head/security/nettle/distinfo	Sat May 16 10:51:23 2020	(r535390)
@@ -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

Modified: head/security/nettle/pkg-plist
==============================================================================
--- head/security/nettle/pkg-plist	Sat May 16 10:51:18 2020	(r535389)
+++ head/security/nettle/pkg-plist	Sat May 16 10:51:23 2020	(r535390)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161051.04GApONN010349>