From owner-svn-ports-head@freebsd.org Sat May 16 10:51:25 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2853E2ED1B7; Sat, 16 May 2020 10:51:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PMXD6Cjnz4GXH; Sat, 16 May 2020 10:51:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBCF1CAD2; Sat, 16 May 2020 10:51:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04GApOvk010867; Sat, 16 May 2020 10:51:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GApONN010349; Sat, 16 May 2020 10:51:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005161051.04GApONN010349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 May 2020 10:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535390 - head/security/nettle X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/nettle X-SVN-Commit-Revision: 535390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 10:51:25 -0000 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 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