Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 14:12:34 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/84289: Update port: security/gnupg to 1.4.2
Message-ID:  <20050729111234.GA51039@sinanica.bg.datamax>
Resent-Message-ID: <200507291120.j6TBKJCH086400@freefall.freebsd.org>

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

>Number:         84289
>Category:       ports
>Synopsis:       Update port: security/gnupg to 1.4.2
>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:   Fri Jul 29 11:20:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:

>Description:

Update gnupg from 1.4.1 to 1.4.2

Why was what "PORTREVISION?= 0"? I just removed it.

>How-To-Repeat:

>Fix:

--- gnupg_1.4.1-1.4.2_update.diff begins here ---
diff -urN --exclude=CVS --exclude=README.html /usr/ports/security/gnupg/Makefile gnupg/Makefile
--- /usr/ports/security/gnupg/Makefile	Mon Apr 25 02:23:00 2005
+++ gnupg/Makefile	Fri Jul 29 14:00:59 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gnupg
-PORTVERSION=	1.4.1
-PORTREVISION?=	0
+PORTVERSION=	1.4.2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
diff -urN --exclude=CVS --exclude=README.html /usr/ports/security/gnupg/distinfo gnupg/distinfo
--- /usr/ports/security/gnupg/distinfo	Mon Apr 25 02:23:00 2005
+++ gnupg/distinfo	Fri Jul 29 13:39:09 2005
@@ -1,4 +1,4 @@
-MD5 (gnupg-1.4.1.tar.bz2) = fdfc5553d0904cd65011e47a42a9532c
-SIZE (gnupg-1.4.1.tar.bz2) = 2822791
-MD5 (gnupg-1.4.1.tar.bz2.sig) = 440038771606d59e9cbc153cccdbac55
-SIZE (gnupg-1.4.1.tar.bz2.sig) = 65
+MD5 (gnupg-1.4.2.tar.bz2) = c7afd50c7d01fcfada229326b3958404
+SIZE (gnupg-1.4.2.tar.bz2) = 2891177
+MD5 (gnupg-1.4.2.tar.bz2.sig) = 9b2fba5c49d094b1f1b8219d354e61f5
+SIZE (gnupg-1.4.2.tar.bz2.sig) = 65
diff -urN --exclude=CVS --exclude=README.html /usr/ports/security/gnupg/files/patch-g10::keyserver.c gnupg/files/patch-g10::keyserver.c
--- /usr/ports/security/gnupg/files/patch-g10::keyserver.c	Thu Jan  1 02:00:00 1970
+++ gnupg/files/patch-g10::keyserver.c	Fri Jul 29 13:49:44 2005
@@ -0,0 +1,13 @@
+--- g10/keyserver.c	22 Jul 2005 16:28:40 -0000	1.90
++++ g10/keyserver.c	27 Jul 2005 01:24:57 -0000	1.91
+@@ -860,7 +860,9 @@ curl_can_handle(const char *scheme)
+ static const char *
+ keyserver_typemap(const char *type)
+ {
+-  if(strcmp(type,"ldaps")==0)
++  if(strcmp(type,"ldap")==0)
++    return "ldap";
++  else if(strcmp(type,"ldaps")==0)
+     return "ldap";
+   else if(curl_can_handle(type))
+     return "curl";
--- gnupg_1.4.1-1.4.2_update.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?20050729111234.GA51039>