From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "pelzflorian (Florian Pelz)" Newsgroups: gmane.lisp.guile.user Subject: Re: Haunt 0.2.5 released Date: Thu, 29 Apr 2021 18:20:27 +0200 Message-ID: <20210429162027.o4ypplmlbewhhajt@pelzflorian.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12970"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User To: "Thompson, David" Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Apr 29 18:21:41 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lc9Q4-0003G3-Sw for guile-user@m.gmane-mx.org; Thu, 29 Apr 2021 18:21:40 +0200 Original-Received: from localhost ([::1]:50774 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lc9Q3-0003NU-Lb for guile-user@m.gmane-mx.org; Thu, 29 Apr 2021 12:21:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46240) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc9PC-0003Mr-5Z for guile-user@gnu.org; Thu, 29 Apr 2021 12:20:47 -0400 Original-Received: from pelzflorian.de ([5.45.111.108]:51348 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc9P6-00036t-Vd for guile-user@gnu.org; Thu, 29 Apr 2021 12:20:45 -0400 Original-Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 82E67360C85; Thu, 29 Apr 2021 18:20:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1619713236; bh=tdt9qDyv/AOnVdLzqY/09h8nZH/fni+CpRyvo32iEGw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Tglu3vtp2lkOVo5bADvXiq3zKpbi15ZcNP+a5DtclnBx8Epfi/mU4wneQWRWGOQNR nUnsFZD/XX2TbOrofQ7bgx7e+BVnJaWhLvUbeEdLMqmpCBOPWq7djCOOmWmQCmjiYs ZsmjXa0WHZEY5r3HuM23+WuwtfYdtad/XbiHdxag= Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.45.111.108; envelope-from=pelzflorian@pelzflorian.de; helo=mail.pelzflorian.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17473 Archived-At: On Thu, Apr 15, 2021 at 01:18:23PM -0400, Thompson, David wrote: > Homepage: https://dthompson.us/projects/haunt.html > Download: https://files.dthompson.us/haunt/haunt-0.2.5.tar.gz > Signature: https://files.dthompson.us/haunt/haunt-0.2.5.tar.gz.asc > > Yours in hoping I didn't screw anything up this time, > > - Dave > Thank you for the new release! I try to gpg --verify haunt-0.2.5.tar.gz.asc and it fails claiming it is not a detached signature. The asc file is quite big too. Regards, Florian