Your message dated Wed, 13 Jul 2005 21:30:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#242333: Missing gpgkeys_hkp [corrected] causes --recv-key
and --send-key to fail
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Apr 2004 01:28:11 +0000
>From [EMAIL PROTECTED] Mon Apr 05 18:28:11 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zap.ee.unsw.edu.au (mail.zap.org.au) [149.171.92.94] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BAfNq-0000cB-00; Mon, 05 Apr 2004 18:28:11 -0700
Received: from john by mail.zap.org.au with local (Exim 3.35 #1 (Debian))
id 1BAfNp-0008Fc-00
for <[EMAIL PROTECTED]>; Tue, 06 Apr 2004 11:28:09 +1000
Date: Tue, 6 Apr 2004 11:28:09 +1000
From: John Zaitseff <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Missing gpgkeys_hpk causes --recv-key and --send-key to fail
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
Sender: John Zaitseff <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Scores: 1
Package: gnupg
Version: 1.2.4-4
Tags: patch
The version of GnuPG currently in unstable/testing does not include
the program "gpgkeys_hpk". This causes the --recv-key and the
the --send-key options to fail with the following error message:
$ gpg --recv-key 0x12345678
gpg: unable to execute program "gpgkeys_hpk": No such file or directory
gpg: no handler for keyserver scheme "hpk"
gpg: keyserver receive failed: keyserver error
The solution is to include the following patch to debian/rules, ie,
to include the option "--enable-external-hkp" to ./configure:
diff -u -r1.3 rules
--- debian/rules 22 Mar 2004 07:45:24 -0000 1.3
+++ debian/rules 6 Apr 2004 01:04:11 -0000
@@ -20,7 +20,7 @@
build: patch-stamp
$(checkdir)
- ./configure --prefix=/usr --libexecdir=/usr/lib/ --with-included-gettext
+ ./configure --prefix=/usr --libexecdir=/usr/lib/
--with-included-gettext --enable-external-hkp
$(MAKE)
touch build
I have successfully tested this patch.
The only reasons I can think of for NOT doing this is if gpgkeys_hpk
had some known security issues, and the fact that gpgkeys_hpk is an
experimental interface (and is marked as such). A quick search of
Google does not reveal anything related to security, and I
personally think gpgkeys_hpk is useful and should be included.
Yours truly,
John Zaitseff
--
John Zaitseff ,--_|\ The ZAP Group
Phone: +61 2 9643 7737 / \ Sydney, Australia
E-mail: [EMAIL PROTECTED] \_,--._* http://www.zap.org.au/
Finger: [EMAIL PROTECTED] v
GnuPG fingerprint: 8FD2 8962 7768 2546 FE07 DE7C 61A8 4486 C9A6 69B0
---------------------------------------
Received: (at 242333-done) by bugs.debian.org; 13 Jul 2005 19:57:51 +0000
>From [EMAIL PROTECTED] Wed Jul 13 12:57:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from warp.os9.nl [145.99.250.222]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsnMd-00011u-00; Wed, 13 Jul 2005 12:57:51 -0700
Received: from darwin.os9.nl (darwin.os9.nl [145.99.250.219])
by warp.os9.nl (Postfix) with ESMTP id 20F1BE6A98
for <[EMAIL PROTECTED]>; Wed, 13 Jul 2005 21:57:36 +0200 (CEST)
Received: by darwin.os9.nl (Postfix, from userid 1000)
id 8ABAD13924; Wed, 13 Jul 2005 21:57:49 +0200 (CEST)
Subject: Re: Bug#242333: Missing gpgkeys_hkp [corrected] causes --recv-key
and --send-key to fail
From: Thijs Kinkhorst <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="=-5ljTaREbhFW4CXpNO9tj"
Organization: Squirrelmail Development Team
Date: Wed, 13 Jul 2005 21:30:05 +0200
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.2
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--=-5ljTaREbhFW4CXpNO9tj
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
> The argument is actually the other way. It is better to rely on
> multiple simple programs than one complex one. In GnuPG 1.4, in fact,
> all keyserver access is in external programs. The reason not to
> enable this in 1.2 is that it is experimental - the internal code is
> far more widely used and thus far better tested.
This problem relates only to the 1.2.x series, which is not in any
Debian distribution anymore. Closing.
Thijs
--=-5ljTaREbhFW4CXpNO9tj
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBC1Wu9JdKMxZV9WM8RApuQAJ9yLAX11XkynqviKUreV4q/DGfCogCdHRiw
IxvgmMBzt2vL3nzcq0LMK28=
=FTgM
-----END PGP SIGNATURE-----
--=-5ljTaREbhFW4CXpNO9tj--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]