From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: emacs-20100628 windows binaries Date: Mon, 28 Jun 2010 23:10:58 +0200 Message-ID: References: <87y6dz6pd5.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277759493 16948 80.91.229.12 (28 Jun 2010 21:11:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 21:11:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 28 23:11:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OTLc2-0007D3-RJ for ged-emacs-devel@m.gmane.org; Mon, 28 Jun 2010 23:11:31 +0200 Original-Received: from localhost ([127.0.0.1]:40463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTLc2-00034x-4D for ged-emacs-devel@m.gmane.org; Mon, 28 Jun 2010 17:11:30 -0400 Original-Received: from [140.186.70.92] (port=41729 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTLbv-00033r-Fl for emacs-devel@gnu.org; Mon, 28 Jun 2010 17:11:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTLbu-0001kk-AQ for emacs-devel@gnu.org; Mon, 28 Jun 2010 17:11:23 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56725) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTLbu-0001kf-4k for emacs-devel@gnu.org; Mon, 28 Jun 2010 17:11:22 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTLbn-000712-Ty for emacs-devel@gnu.org; Mon, 28 Jun 2010 23:11:15 +0200 Original-Received: from h-61-27.a163.priv.bahnhof.se ([79.136.61.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jun 2010 23:11:15 +0200 Original-Received: from mindcooler by h-61-27.a163.priv.bahnhof.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jun 2010 23:11:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: h-61-27.a163.priv.bahnhof.se User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <87y6dz6pd5.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126481 Archived-At: On 2010-06-28 19:25, Sean Sieger wrote: > The trunk was built and runs successfully on Windows. Binaries have > been published in > > http://alpha.gnu.org/gnu/emacs/windows/ > > > Thanks for providing these binaries Mr Sieger, I really appreciate it. A question: How do I verify against the sig files? I installed gnupg (the cygwin version), downloaded the sig file and ran: $ gpg --verify emacs-20100628-bin-i386.zip.sig gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/faq.html for more information gpg: Signature made Mon Jun 28 18:26:55 2010 using DSA key ID FBD57530 gpg: Can't check signature: public key not found Hmm, after some googling it seems I have to import some key to be able to perform the verification. Where can I find it? Sorry if I seem dumb, I'm used to verifying against md5sum/sha1sums, not sigs. Thanks in advance. - EL