ports/149361: Update port: security/nettle

Frederic Culot frederic at culot.org
Fri Aug 6 11:50:07 UTC 2010


>Number:         149361
>Category:       ports
>Synopsis:       Update port: security/nettle
>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:   Fri Aug 06 11:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to 2.1:
- new random-prime.c example added
- libhogweed and libnettle version update
- new include/nettle/camellia.h header added
>How-To-Repeat:
>Fix:
diff -ruN nettle.bak/Makefile nettle/Makefile
--- nettle.bak/Makefile	2010-08-06 13:32:35.116191877 +0200
+++ nettle/Makefile	2010-08-06 13:32:49.834299066 +0200
@@ -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/
diff -ruN nettle.bak/distinfo nettle/distinfo
--- nettle.bak/distinfo	2010-08-06 13:32:35.123487217 +0200
+++ nettle/distinfo	2010-08-06 13:33:17.831496196 +0200
@@ -1,3 +1,3 @@
-MD5 (nettle-2.0.tar.gz) = d813bc76b1042d76100efbc6a955d7df
-SHA256 (nettle-2.0.tar.gz) = 65b9e230b953bfb075f10473917e216df9b825fc325b88f69cdf756ffa17cbd6
-SIZE (nettle-2.0.tar.gz) = 883732
+MD5 (nettle-2.1.tar.gz) = 2bfaf16234a5d8deb96cd23f53a682bb
+SHA256 (nettle-2.1.tar.gz) = b7d26b3e38842d83c02f807ea7a2cbaa6e2d8f22e5fb20d97ab7a171d039d74e
+SIZE (nettle-2.1.tar.gz) = 965345
diff -ruN nettle.bak/pkg-plist nettle/pkg-plist
--- nettle.bak/pkg-plist	2010-08-06 13:32:35.123487217 +0200
+++ nettle/pkg-plist	2010-08-06 13:39:49.032867879 +0200
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list