Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2007 03:39:59 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118899: [patch] security/dirmngr update to 1.0.1
Message-ID:  <86k5n9xla8.wl%umq@ueo.co.jp>
Resent-Message-ID: <200712201850.lBKIo0f8077084@freefall.freebsd.org>

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

>Number:         118899
>Category:       ports
>Synopsis:       [patch] security/dirmngr update to 1.0.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:   Thu Dec 20 18:50:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #13: Sat Oct 27 13:36:07 JST 2007 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	found that the latest version of security/dirmngr is 1.0.1.
	http://www.gnupg.org/download/#dirmngr
>How-To-Repeat:
	N/A
>Fix:

	The patch follows:
	- change in shlibver of security/libgcrypt is submitted as
          ports/118541.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/dirmngr/Makefile,v
retrieving revision 1.29
diff -p -u -r1.29 Makefile
--- Makefile	23 Jul 2007 09:36:28 -0000	1.29
+++ Makefile	20 Dec 2007 18:38:32 -0000
@@ -6,17 +6,16 @@
 #
 
 PORTNAME=	dirmngr
-PORTVERSION=	0.9.7
-PORTREVISION=	2
+PORTVERSION=	1.0.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR=	alpha/dirmngr
+MASTER_SITE_SUBDIR=	dirmngr
 
 MAINTAINER=	lofi@freebsd.org
 COMMENT=	A client for managing and downloading certificate revocation lists
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
-LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt \
 		gpg-error.0:${PORTSDIR}/security/libgpg-error \
 		ksba.17:${PORTSDIR}/security/libksba \
 		pth:${PORTSDIR}/devel/pth
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/dirmngr/distinfo,v
retrieving revision 1.12
diff -p -u -r1.12 distinfo
--- distinfo	30 Mar 2007 02:17:21 -0000	1.12
+++ distinfo	20 Dec 2007 18:38:32 -0000
@@ -1,3 +1,3 @@
-MD5 (dirmngr-0.9.7.tar.bz2) = 79710c33372ed21100f984d456703b47
-SHA256 (dirmngr-0.9.7.tar.bz2) = a949c4e77a07fb2852c40372012427ab67b6b4046bcadda124b333a3d41a1f3f
-SIZE (dirmngr-0.9.7.tar.bz2) = 527033
+MD5 (dirmngr-1.0.1.tar.bz2) = 3b969ee763fa9160319abe3f24b5959d
+SHA256 (dirmngr-1.0.1.tar.bz2) = ae728c9109b7d29a8a5c66fad608d33680d68a93a2c2a535ff5d92df41fb31b0
+SIZE (dirmngr-1.0.1.tar.bz2) = 490079
>Release-Note:
>Audit-Trail:
>Unformatted:



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