From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22838 invoked by alias); 25 Jul 2011 14:48:17 -0000 Received: (qmail 22824 invoked by uid 22791); 25 Jul 2011 14:48:16 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_HK X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jul 2011 14:48:01 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6PEm0VZ032094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 25 Jul 2011 10:48:00 -0400 Received: from [10.36.6.233] (vpn1-6-233.ams2.redhat.com [10.36.6.233]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p6PElw3v032578; Mon, 25 Jul 2011 10:47:59 -0400 Message-ID: <4E2D8263.90107@redhat.com> Date: Mon, 25 Jul 2011 19:06:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Thunderbird/3.1.11 MIME-Version: 1.0 To: Brett Neumeier CC: binutils@sourceware.org Subject: Re: PGP signing key? References: <5f668d330810291948u3e103996oce86da331f635149@mail.gmail.com> In-Reply-To: <5f668d330810291948u3e103996oce86da331f635149@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00205.txt.bz2 Hi Brett, > I notice that the release tarball on the gnu.org ftp site is signed by > a PGP key with ID 4AE55E93, but this key is not present on the pgp.net > hkp server pool. Where can we find that key? Sorry for the long delay in responding to your email. The key can be found on keys.gnupg.net: % gpg --keyserver keys.gnupg.net --recv-keys 4AE55E93 gpg: requesting key 4AE55E93 from hkp server keys.gnupg.net gpg: key 4AE55E93: "Tristan Gingold " not changed gpg: Total number processed: 1 gpg: imported: 1 Cheers Nick