Index: head/security/nettle/Makefile =================================================================== --- head/security/nettle/Makefile (revision 430019) +++ head/security/nettle/Makefile (revision 430020) @@ -1,50 +1,50 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= nettle -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= security MASTER_SITES= GNU \ http://www.lysator.liu.se/~nisse/archive/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-level cryptographic library LICENSE= GPLv2+ LGPL3 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYINGv2 LICENSE_FILE_GPLv3= ${WRKSRC}/COPYINGv3 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3 LIB_DEPENDS= libgmp.so:math/gmp OPTIONS_DEFINE= DOCS EXAMPLES CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= M4="/usr/bin/m4 -g" GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake localbase makeinfo pathfix ssl INFO= nettle PORTDOCS= NEWS README TODO nettle.html nettle.pdf PORTEXAMPLES= *.c *.h .include .if ${ARCH} == "sparc64" CONFIGURE_ENV+= CCPIC=-fPIC .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/security/nettle/distinfo =================================================================== --- head/security/nettle/distinfo (revision 430019) +++ head/security/nettle/distinfo (revision 430020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481791671 -SHA256 (nettle-3.2.tar.gz) = ea4283def236413edab5a4cf9cf32adf540c8df1b9b67641cfc2302fca849d97 -SIZE (nettle-3.2.tar.gz) = 1879604 +TIMESTAMP = 1483083033 +SHA256 (nettle-3.3.tar.gz) = 46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e +SIZE (nettle-3.3.tar.gz) = 1887927 Index: head/security/nettle/pkg-plist =================================================================== --- head/security/nettle/pkg-plist (revision 430019) +++ head/security/nettle/pkg-plist (revision 430020) @@ -1,72 +1,73 @@ bin/nettle-hash bin/nettle-lfib-stream bin/nettle-pbkdf2 bin/pkcs1-conv bin/sexp-conv include/nettle/aes.h include/nettle/arcfour.h include/nettle/arctwo.h include/nettle/asn1.h include/nettle/base16.h include/nettle/base64.h include/nettle/bignum.h include/nettle/blowfish.h include/nettle/buffer.h include/nettle/camellia.h include/nettle/cast128.h include/nettle/cbc.h include/nettle/ccm.h include/nettle/chacha-poly1305.h include/nettle/chacha.h include/nettle/ctr.h include/nettle/curve25519.h include/nettle/des-compat.h include/nettle/des.h include/nettle/dsa-compat.h include/nettle/dsa.h include/nettle/eax.h include/nettle/ecc-curve.h include/nettle/ecc.h include/nettle/ecdsa.h include/nettle/eddsa.h include/nettle/gcm.h include/nettle/gosthash94.h include/nettle/hmac.h include/nettle/knuth-lfib.h include/nettle/macros.h include/nettle/md2.h include/nettle/md4.h include/nettle/md5-compat.h include/nettle/md5.h +include/nettle/memops.h include/nettle/memxor.h include/nettle/nettle-meta.h include/nettle/nettle-stdint.h include/nettle/nettle-types.h include/nettle/pbkdf2.h include/nettle/pgp.h include/nettle/pkcs1.h include/nettle/poly1305.h include/nettle/realloc.h include/nettle/ripemd160.h include/nettle/rsa.h include/nettle/salsa20.h include/nettle/serpent.h include/nettle/sexp.h include/nettle/sha.h include/nettle/sha1.h include/nettle/sha2.h include/nettle/sha3.h include/nettle/twofish.h include/nettle/umac.h include/nettle/version.h include/nettle/yarrow.h lib/libhogweed.a lib/libhogweed.so lib/libhogweed.so.4 -lib/libhogweed.so.4.2 +lib/libhogweed.so.4.3 lib/libnettle.a lib/libnettle.so lib/libnettle.so.6 -lib/libnettle.so.6.2 +lib/libnettle.so.6.3 libdata/pkgconfig/hogweed.pc libdata/pkgconfig/nettle.pc