From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#37556: gpg "-unknown" version string Date: Sun, 13 Oct 2019 05:01:08 +0200 Message-ID: <875zkte4cr.fsf@gnus.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="94620"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 37556@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 13 05:02:17 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJU9A-000OTP-Of for geb-bug-gnu-emacs@m.gmane.org; Sun, 13 Oct 2019 05:02:16 +0200 Original-Received: from localhost ([::1]:37302 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJU99-0008RZ-Kr for geb-bug-gnu-emacs@m.gmane.org; Sat, 12 Oct 2019 23:02:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59533) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJU8x-0008J8-0N for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2019 23:02:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJU8v-0004Eh-T9 for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2019 23:02:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJU8v-0004EZ-Q7 for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2019 23:02:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJU8v-0004QH-Lp for bug-gnu-emacs@gnu.org; Sat, 12 Oct 2019 23:02:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Oct 2019 03:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37556 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 37556-submit@debbugs.gnu.org id=B37556.157093567716935 (code B ref 37556); Sun, 13 Oct 2019 03:02:01 +0000 Original-Received: (at 37556) by debbugs.gnu.org; 13 Oct 2019 03:01:17 +0000 Original-Received: from localhost ([127.0.0.1]:34665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJU8B-0004P3-A1 for submit@debbugs.gnu.org; Sat, 12 Oct 2019 23:01:17 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:47286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJU89-0004Os-9k for 37556@debbugs.gnu.org; Sat, 12 Oct 2019 23:01:13 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJU84-0003gT-Ai; Sun, 13 Oct 2019 05:01:12 +0200 In-Reply-To: (Juanma Barranquero's message of "Mon, 30 Sep 2019 00:59:18 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:169091 Archived-At: Juanma Barranquero writes: > This commit > > commit 42ba6200af10c00c72ac13912d6fb42a7af88058 > Author: Lars Ingebrigtsen > Date: 2019-08-26 08:02:31 +0200 > > Allow finding gpg2 binaries when gpg2 has an "unknown" version string > > * lisp/epg-config.el (epg-find-configuration): Allow finding a > usable configuration even if the version string looks like "gpg > (GnuPG) 2.2.15-unknown" (bug#35629). > > fixes one function, but there are other uses of version-related > functions in epg, for example I've now reverted this patch, and pushed the more general version-regexp-alist patch. I rated -unknown as -alpha -- there was some discussion about whether that's best, but no conclusion was reached, really. It can be tweaked later if that's problematic. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no