From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 24 06:20:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B4F916A469 for ; Thu, 24 May 2007 06:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4FDE813C458 for ; Thu, 24 May 2007 06:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4O6K5tX016446 for ; Thu, 24 May 2007 06:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4O6K5ld016445; Thu, 24 May 2007 06:20:05 GMT (envelope-from gnats) Resent-Date: Thu, 24 May 2007 06:20:05 GMT Resent-Message-Id: <200705240620.l4O6K5ld016445@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nils Vogels Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44FEC16A469 for ; Thu, 24 May 2007 06:18:49 +0000 (UTC) (envelope-from root@imhotep.yuckfou.org) Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117]) by mx1.freebsd.org (Postfix) with ESMTP id 54BC913C48C for ; Thu, 24 May 2007 06:18:46 +0000 (UTC) (envelope-from root@imhotep.yuckfou.org) Received: by imhotep.yuckfou.org (Postfix, from userid 0) id 5CF3AC8; Thu, 24 May 2007 08:18:45 +0200 (CEST) Message-Id: <20070524061845.5CF3AC8@imhotep.yuckfou.org> Date: Thu, 24 May 2007 08:18:45 +0200 (CEST) From: Nils Vogels To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112925: [PATCH] security/nettle: update to 1.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 06:20:05 -0000 >Number: 112925 >Category: ports >Synopsis: [PATCH] security/nettle: update to 1.15 >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: Thu May 24 06:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nils Vogels >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: IS-Root >Environment: System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug 5 19:36:46 CEST >Description: - Update to 1.15 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- nettle-1.15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/nettle/Makefile /disk/3/home/nivo/ports/nettle/Makefile --- /usr/ports/security/nettle/Makefile Tue Feb 27 22:18:30 2007 +++ /disk/3/home/nivo/ports/nettle/Makefile Thu May 24 08:17:17 2007 @@ -7,7 +7,7 @@ # PORTNAME= nettle -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -24,13 +24,12 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared LDFLAGS+= -L${LOCALBASE}/lib -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GETOPT_LONG= yes USE_GCC= 3.4+ DOCS= NEWS README TODO nettle.html EXAMPLES= examples/*.c examples/*.h -INFO= nettle post-extract: @${RM} -f ${WRKSRC}/nettle.info* diff -ruN --exclude=CVS /usr/ports/security/nettle/distinfo /disk/3/home/nivo/ports/nettle/distinfo --- /usr/ports/security/nettle/distinfo Wed Jun 14 16:51:01 2006 +++ /disk/3/home/nivo/ports/nettle/distinfo Thu May 24 07:59:22 2007 @@ -1,3 +1,3 @@ -MD5 (nettle-1.14.tar.gz) = 12915b53e751456689e2ec9ec15c74da -SHA256 (nettle-1.14.tar.gz) = 3d26afccc25ce4bd0ac94e12cd6eb3d1023a431cd12ceaad0586d984ed6ea4b2 -SIZE (nettle-1.14.tar.gz) = 793931 +MD5 (nettle-1.15.tar.gz) = 6b0fd004359660b65ff3eca77b3d5fa6 +SHA256 (nettle-1.15.tar.gz) = d6e540bf4acc857a3b09580e7f61822d352ee83c119579bf7333f0a785f7d9ac +SIZE (nettle-1.15.tar.gz) = 829862 diff -ruN --exclude=CVS /usr/ports/security/nettle/pkg-plist /disk/3/home/nivo/ports/nettle/pkg-plist --- /usr/ports/security/nettle/pkg-plist Mon Aug 7 12:54:16 2006 +++ /disk/3/home/nivo/ports/nettle/pkg-plist Thu May 24 08:17:25 2007 @@ -60,3 +60,6 @@ %%EXAMPLESDIR%%/rsa-sign.c %%EXAMPLESDIR%%/rsa-verify.c @dirrm %%EXAMPLESDIR%% +share/info/nettle.info +share/info/dir +@dirrmtry share/info --- nettle-1.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: