From owner-svn-ports-head@freebsd.org Mon Nov 20 13:21:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4A80DEB52D; Mon, 20 Nov 2017 13:21:39 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8C4187D0A7; Mon, 20 Nov 2017 13:21:39 +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 vAKDLc9E070065; Mon, 20 Nov 2017 13:21:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAKDLc76070062; Mon, 20 Nov 2017 13:21:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711201321.vAKDLc76070062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Nov 2017 13:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454539 - head/security/nettle X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/nettle X-SVN-Commit-Revision: 454539 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.25 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: Mon, 20 Nov 2017 13:21:39 -0000 Author: sunpoet Date: Mon Nov 20 13:21:38 2017 New Revision: 454539 URL: https://svnweb.freebsd.org/changeset/ports/454539 Log: Update to 3.4 Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS Modified: head/security/nettle/Makefile head/security/nettle/distinfo head/security/nettle/pkg-plist Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Mon Nov 20 11:21:38 2017 (r454538) +++ head/security/nettle/Makefile Mon Nov 20 13:21:38 2017 (r454539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nettle -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= security MASTER_SITES= GNU \ http://www.lysator.liu.se/~nisse/archive/ @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake localbase makeinfo pathfix ssl +USES= gmake localbase makeinfo pathfix INFO= nettle PORTDOCS= NEWS README TODO nettle.html nettle.pdf Modified: head/security/nettle/distinfo ============================================================================== --- head/security/nettle/distinfo Mon Nov 20 11:21:38 2017 (r454538) +++ head/security/nettle/distinfo Mon Nov 20 13:21:38 2017 (r454539) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483083033 -SHA256 (nettle-3.3.tar.gz) = 46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e -SIZE (nettle-3.3.tar.gz) = 1887927 +TIMESTAMP = 1511151765 +SHA256 (nettle-3.4.tar.gz) = ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94 +SIZE (nettle-3.4.tar.gz) = 1935069 Modified: head/security/nettle/pkg-plist ============================================================================== --- head/security/nettle/pkg-plist Mon Nov 20 11:21:38 2017 (r454538) +++ head/security/nettle/pkg-plist Mon Nov 20 13:21:38 2017 (r454539) @@ -16,6 +16,7 @@ include/nettle/camellia.h include/nettle/cast128.h include/nettle/cbc.h include/nettle/ccm.h +include/nettle/cfb.h include/nettle/chacha-poly1305.h include/nettle/chacha.h include/nettle/ctr.h @@ -31,6 +32,7 @@ include/nettle/ecdsa.h include/nettle/eddsa.h include/nettle/gcm.h include/nettle/gosthash94.h +include/nettle/hkdf.h include/nettle/hmac.h include/nettle/knuth-lfib.h include/nettle/macros.h @@ -47,6 +49,8 @@ include/nettle/pbkdf2.h include/nettle/pgp.h include/nettle/pkcs1.h include/nettle/poly1305.h +include/nettle/pss-mgf1.h +include/nettle/pss.h include/nettle/realloc.h include/nettle/ripemd160.h include/nettle/rsa.h @@ -64,10 +68,10 @@ include/nettle/yarrow.h lib/libhogweed.a lib/libhogweed.so lib/libhogweed.so.4 -lib/libhogweed.so.4.3 +lib/libhogweed.so.4.4 lib/libnettle.a lib/libnettle.so lib/libnettle.so.6 -lib/libnettle.so.6.3 +lib/libnettle.so.6.4 libdata/pkgconfig/hogweed.pc libdata/pkgconfig/nettle.pc