Date: Mon, 20 Nov 2017 13:21:38 +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: r454539 - head/security/nettle Message-ID: <201711201321.vAKDLc76070062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711201321.vAKDLc76070062>