Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2013 23:21:21 +0100 (CET)
From:      Niclas Zeising <zeising@daemonic.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175360: [PATCH] update security/nettle to latest version
Message-ID:  <201301162221.r0GMLLmY070703@vivi.daemonic.se>
Resent-Message-ID: <201301162230.r0GMU3NY087191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175360
>Category:       ports
>Synopsis:       [PATCH] update security/nettle to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 22:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD vivi.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r243561M: Mon Nov 26 16:07:40 CET 2012 root@vivi.daemonic.se:/usr/obj/usr/src/sys/VIVI amd64


	
>Description:
	Attached patch updates security/nettle to the latest version.  While here, it also trims makefile headers.
>How-To-Repeat:
	
>Fix:

	

--- nettle.update.2.6.diff begins here ---
Index: security/nettle/Makefile
===================================================================
--- security/nettle/Makefile	(revision 310448)
+++ security/nettle/Makefile	(working copy)
@@ -1,13 +1,7 @@
-# ex:ts=8
-# New ports collection makefile for:	nettle
-# Date created:			Dec 6, 2001
-# Whom:				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 \
Index: security/nettle/distinfo
===================================================================
--- security/nettle/distinfo	(revision 310448)
+++ security/nettle/distinfo	(working copy)
@@ -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
Index: security/nettle/pkg-plist
===================================================================
--- security/nettle/pkg-plist	(revision 310448)
+++ security/nettle/pkg-plist	(working copy)
@@ -19,6 +19,7 @@
 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/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/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
--- nettle.update.2.6.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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