Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Apr 2011 22:34:21 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156173: [patch] security/nettle update to 2.1
Message-ID:  <86fwpyjg2q.wl%umq@ueo.co.jp>
Resent-Message-ID: <201104041350.p34Do9fv079818@freefall.freebsd.org>

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

>Number:         156173
>Category:       ports
>Synopsis:       [patch] security/nettle update to 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 04 13:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The new version of security/nettle 2.1 is available.
	Announcement: http://lists.lysator.liu.se/pipermail/nettle-bugs/2010/002040.html

	The latest stable release of GnuTLS requires this version.

>How-To-Repeat:
	N/A
>Fix:

	The patch follows:
	  lang/pike78 and sysutils/rdup look dependent; revision bump might be needed.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/nettle/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	19 Apr 2010 10:43:40 -0000	1.26
+++ Makefile	4 Apr 2011 12:34:22 -0000
@@ -8,8 +8,7 @@
 #
 
 PORTNAME=	nettle
-PORTVERSION=	2.0
-PORTREVISION=	1
+PORTVERSION=	2.1
 CATEGORIES=	security
 MASTER_SITES=	http://www.lysator.liu.se/~nisse/archive/ \
 		ftp://ftp.lysator.liu.se/pub/security/lsh/
@@ -19,6 +18,10 @@
 
 LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/nettle/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	2 Dec 2009 13:45:51 -0000	1.9
+++ distinfo	4 Apr 2011 12:34:22 -0000
@@ -1,3 +1,2 @@
-MD5 (nettle-2.0.tar.gz) = d813bc76b1042d76100efbc6a955d7df
-SHA256 (nettle-2.0.tar.gz) = 65b9e230b953bfb075f10473917e216df9b825fc325b88f69cdf756ffa17cbd6
-SIZE (nettle-2.0.tar.gz) = 883732
+SHA256 (nettle-2.1.tar.gz) = b7d26b3e38842d83c02f807ea7a2cbaa6e2d8f22e5fb20d97ab7a171d039d74e
+SIZE (nettle-2.1.tar.gz) = 965345
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/nettle/pkg-plist,v
retrieving revision 1.11
diff -u -r1.11 pkg-plist
--- pkg-plist	2 Dec 2009 13:45:51 -0000	1.11
+++ pkg-plist	4 Apr 2011 12:34:22 -0000
@@ -10,6 +10,7 @@
 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/ctr.h
@@ -39,12 +40,12 @@
 include/nettle/yarrow.h
 lib/libhogweed.a
 lib/libhogweed.so
-lib/libhogweed.so.1
-lib/libhogweed.so.1.0
+lib/libhogweed.so.2
+lib/libhogweed.so.2.0
 lib/libnettle.a
 lib/libnettle.so
-lib/libnettle.so.3
-lib/libnettle.so.3.0
+lib/libnettle.so.4
+lib/libnettle.so.4.0
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TODO
@@ -59,6 +60,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-benchmark.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-openssl.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/next-prime.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random-prime.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_rsa_key.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-decrypt.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-encrypt.c
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/pike78/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	19 Mar 2011 13:15:24 -0000	1.15
+++ Makefile	4 Apr 2011 12:34:23 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pike78
 PORTVERSION=	7.8.352
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang
 MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
 		http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
@@ -23,7 +23,7 @@
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gdbm.3:${PORTSDIR}/databases/gdbm \
 		pcre.0:${PORTSDIR}/devel/pcre \
-		nettle.3:${PORTSDIR}/security/nettle \
+		nettle.4:${PORTSDIR}/security/nettle \
 		mird.1:${PORTSDIR}/databases/mird \
 		gmp.10:${PORTSDIR}/math/gmp
 
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/rdup/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	26 Feb 2011 11:33:36 -0000	1.14
+++ Makefile	4 Apr 2011 12:34:24 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	rdup
 PORTVERSION=	1.1.11
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://miek.nl/projects/rdup/
 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fwpyjg2q.wl%umq>