Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 19:55:23 +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: r310565 - head/security/nettle
Message-ID:  <201301171955.r0HJtNm5073009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Thu Jan 17 19:55:23 2013
New Revision: 310565
URL: http://svnweb.freebsd.org/changeset/ports/310565

Log:
  - Update Nettle to 2.6
  - While here, also trim makefile headers
  
  PR:		ports/175360
  Submitted by:	Niclas Zeising <zeising@daemonic.se>

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

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Thu Jan 17 19:50:53 2013	(r310564)
+++ head/security/nettle/Makefile	Thu Jan 17 19:55:23 2013	(r310565)
@@ -1,13 +1,8 @@
-# ex:ts=8
-# New ports collection makefile for:	nettle
-# Date created:			Dec 6, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	nettle
-PORTVERSION=	2.5
+PORTVERSION=	2.6
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		http://www.lysator.liu.se/~nisse/archive/:liu \

Modified: head/security/nettle/distinfo
==============================================================================
--- head/security/nettle/distinfo	Thu Jan 17 19:50:53 2013	(r310564)
+++ head/security/nettle/distinfo	Thu Jan 17 19:55:23 2013	(r310565)
@@ -1,2 +1,2 @@
-SHA256 (nettle-2.5.tar.gz) = 4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72
-SIZE (nettle-2.5.tar.gz) = 1113274
+SHA256 (nettle-2.6.tar.gz) = 60df624f63b997c832cae29f48ab9ada99df815bcd60d231526b83e786b4b156
+SIZE (nettle-2.6.tar.gz) = 1385695

Modified: head/security/nettle/pkg-plist
==============================================================================
--- head/security/nettle/pkg-plist	Thu Jan 17 19:50:53 2013	(r310564)
+++ head/security/nettle/pkg-plist	Thu Jan 17 19:55:23 2013	(r310565)
@@ -19,6 +19,7 @@ include/nettle/des-compat.h
 include/nettle/des.h
 include/nettle/dsa.h
 include/nettle/gcm.h
+include/nettle/gosthash94.h
 include/nettle/hmac.h
 include/nettle/knuth-lfib.h
 include/nettle/macros.h
@@ -30,6 +31,7 @@ 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/realloc.h
@@ -40,16 +42,19 @@ 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/yarrow.h
 lib/libhogweed.a
 lib/libhogweed.so
 lib/libhogweed.so.2
-lib/libhogweed.so.2.2
+lib/libhogweed.so.2.3
 lib/libnettle.a
 lib/libnettle.so
 lib/libnettle.so.4
-lib/libnettle.so.4.4
+lib/libnettle.so.4.5
 libdata/pkgconfig/nettle.pc
 libdata/pkgconfig/hogweed.pc
 %%PORTDOCS%%%%DOCSDIR%%/NEWS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301171955.r0HJtNm5073009>