Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 21:13:47 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407057 - head/security/nettle
Message-ID:  <201601232113.u0NLDlbB060390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sat Jan 23 21:13:46 2016
New Revision: 407057
URL: https://svnweb.freebsd.org/changeset/ports/407057

Log:
  Update to Nettle 3.1.1
  Note: Nettle 3 is not fully backwards compatible

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

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Sat Jan 23 20:53:14 2016	(r407056)
+++ head/security/nettle/Makefile	Sat Jan 23 21:13:46 2016	(r407057)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nettle
-PORTVERSION=	2.7.1
+PORTVERSION=	3.1.1
 CATEGORIES=	security
 MASTER_SITES=	GNU \
 		http://www.lysator.liu.se/~nisse/archive/:liu \
@@ -11,8 +11,8 @@ MASTER_SITES=	GNU \
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Low-level cryptographic library
 
-LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+LICENSE=	LGPL3 GPLv2+
+LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
@@ -39,6 +39,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 CONFIGURE_ENV+=	CCPIC=-fPIC
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
+
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} \

Modified: head/security/nettle/distinfo
==============================================================================
--- head/security/nettle/distinfo	Sat Jan 23 20:53:14 2016	(r407056)
+++ head/security/nettle/distinfo	Sat Jan 23 21:13:46 2016	(r407057)
@@ -1,2 +1,2 @@
-SHA256 (nettle-2.7.1.tar.gz) = bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40
-SIZE (nettle-2.7.1.tar.gz) = 1558863
+SHA256 (nettle-3.1.1.tar.gz) = 5fd4d25d64d8ddcb85d0d897572af73b05b4d163c6cc49438a5bfbb8ff293d4c
+SIZE (nettle-3.1.1.tar.gz) = 1851876

Modified: head/security/nettle/pkg-plist
==============================================================================
--- head/security/nettle/pkg-plist	Sat Jan 23 20:53:14 2016	(r407056)
+++ head/security/nettle/pkg-plist	Sat Jan 23 21:13:46 2016	(r407057)
@@ -1,5 +1,6 @@
 bin/nettle-hash
 bin/nettle-lfib-stream
+bin/nettle-pbkdf2
 bin/pkcs1-conv
 bin/sexp-conv
 include/nettle/aes.h
@@ -14,13 +15,20 @@ 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
@@ -37,9 +45,9 @@ 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-compat.h
 include/nettle/rsa.h
 include/nettle/salsa20.h
 include/nettle/serpent.h
@@ -50,14 +58,15 @@ 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.2
-lib/libhogweed.so.2.5
+lib/libhogweed.so.4
+lib/libhogweed.so.4.1
 lib/libnettle.a
 lib/libnettle.so
-lib/libnettle.so.4
-lib/libnettle.so.4.7
-libdata/pkgconfig/nettle.pc
+lib/libnettle.so.6
+lib/libnettle.so.6.1
 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?201601232113.u0NLDlbB060390>