From owner-svn-ports-head@FreeBSD.ORG Thu Jan 17 19:55:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E947ED3; Thu, 17 Jan 2013 19:55:24 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7814CDE4; Thu, 17 Jan 2013 19:55:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0HJtOqP073012; Thu, 17 Jan 2013 19:55:24 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0HJtNm5073009; Thu, 17 Jan 2013 19:55:23 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201301171955.r0HJtNm5073009@svn.freebsd.org> From: Johan van Selst Date: Thu, 17 Jan 2013 19:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310565 - head/security/nettle X-SVN-Group: ports-head 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.14 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: Thu, 17 Jan 2013 19:55:24 -0000 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 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