From unknown Sat Sep 13 02:39:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37960 <37960@debbugs.gnu.org> To: bug#37960 <37960@debbugs.gnu.org> Subject: Status: gnutls-trustfiles path for OpenIndiana and Solaris Reply-To: bug#37960 <37960@debbugs.gnu.org> Date: Sat, 13 Sep 2025 09:39:37 +0000 retitle 37960 gnutls-trustfiles path for OpenIndiana and Solaris reassign 37960 emacs submitter 37960 Michal Nowak severity 37960 normal tag 37960 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 10:33:43 2019 Received: (at submit) by debbugs.gnu.org; 28 Oct 2019 14:33:43 +0000 Received: from localhost ([127.0.0.1]:46053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP65X-0000yg-Eq for submit@debbugs.gnu.org; Mon, 28 Oct 2019 10:33:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:56019) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP2kI-0003sQ-Vh for submit@debbugs.gnu.org; Mon, 28 Oct 2019 06:59:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42832) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP2kH-00085G-Qr for bug-gnu-emacs@gnu.org; Mon, 28 Oct 2019 06:59:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP2kG-0005Au-S3 for bug-gnu-emacs@gnu.org; Mon, 28 Oct 2019 06:59:33 -0400 Received: from mx-out2.startmail.com ([145.131.90.155]:54047) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iP2kG-0005A7-L8 for bug-gnu-emacs@gnu.org; Mon, 28 Oct 2019 06:59:32 -0400 To: bug-gnu-emacs@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1572260370; bh=rutaQJspNmhoVHp9v0oK9RiTf1HWYMSC7No3Fhm1Ky0=; h=To:From:Subject:Date:From; b=k4T/xKiQxXIcOaA3vs3p1y4v/nFkg9XZ5qK2JwTWlTPmsnf7AMEnSUjS1Z2KizNz9 qLhj0TYTpbMI/wn8xx+WY8ejnpA2pYSYh3sv7VKSstmKx1KD3Fhm9uqaSMsht3Pn26 Y+hop/q+83jpJ8tnj5fB54nF6PKuojuoB9PKxcaNhSz3698q77kUiJ4svYosQs3PDY EbZpEHKSnaqlMqPf5otFYl6LNOww5sRAIgU8rCX6e5ywVp4Xyn+keDNx/x5jA7z+aa budds4CJbcCx3+eiZTFJQYBTwzEgejvW4ptk3HL4tgV0QjraKAGrOZjPXzWcVlDNhM OZaSuoh4pv3Jw== From: Michal Nowak Subject: gnutls-trustfiles path for OpenIndiana and Solaris Message-ID: Date: Mon, 28 Oct 2019 11:59:28 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 145.131.90.155 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 28 Oct 2019 10:33:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) OpenIndiana, an illumos distribution, (and Solaris 11) have CA certificates bundle located at /etc/certs/ca-certificates.crt. I need to set 'gnutls-trustfiles' like this to have TLS support in the Package Manager: --- emacs-26.3/lisp/net/gnutls.el 2019-01-07 15:26:06.000000000 +0000 +++ emacs-26.3/lisp/net/gnutls.el 2019-10-28 11:36:51.536111401 +0000 @@ -107,6 +107,7 @@ Security'." "/usr/ssl/certs/ca-bundle.crt" ; Cygwin "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD "/etc/ssl/cert.pem" ; macOS + "/etc/certs/ca-certificates.crt" ; OpenIndiana ) "List of CA bundle location filenames or a function returning said list. The files may be in PEM or DER format, as per the GnuTLS documentation. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 10:39:10 2019 Received: (at 37960) by debbugs.gnu.org; 28 Oct 2019 14:39:10 +0000 Received: from localhost ([127.0.0.1]:46065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP6Ao-00018k-BN for submit@debbugs.gnu.org; Mon, 28 Oct 2019 10:39:10 -0400 Received: from quimby.gnus.org ([80.91.231.51]:41046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP6Ak-00018X-8U for 37960@debbugs.gnu.org; Mon, 28 Oct 2019 10:39:08 -0400 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 1iP6Af-0008Ff-Um; Mon, 28 Oct 2019 15:39:04 +0100 From: Lars Ingebrigtsen To: Michal Nowak Subject: Re: bug#37960: gnutls-trustfiles path for OpenIndiana and Solaris References: Date: Mon, 28 Oct 2019 15:39:01 +0100 In-Reply-To: (Michal Nowak's message of "Mon, 28 Oct 2019 11:59:28 +0100") Message-ID: <87r22x9bp6.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Michal Nowak writes: > OpenIndiana, an illumos distribution, (and Solaris 11) have CA > certificates bundle located at /etc/certs/ca-certificates.crt. I need > to set 'gnutls-trustfiles' like this to have TLS support in t [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37960 Cc: 37960@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Michal Nowak writes: > OpenIndiana, an illumos distribution, (and Solaris 11) have CA > certificates bundle located at /etc/certs/ca-certificates.crt. I need > to set 'gnutls-trustfiles' like this to have TLS support in the > Package Manager: > > --- emacs-26.3/lisp/net/gnutls.el 2019-01-07 15:26:06.000000000 +0000 > +++ emacs-26.3/lisp/net/gnutls.el 2019-10-28 11:36:51.536111401 +0000 > @@ -107,6 +107,7 @@ Security'." > "/usr/ssl/certs/ca-bundle.crt" ; Cygwin > "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD > "/etc/ssl/cert.pem" ; macOS > + "/etc/certs/ca-certificates.crt" ; OpenIndiana Thanks; I've now installed this in Emacs 27. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 10:39:20 2019 Received: (at control) by debbugs.gnu.org; 28 Oct 2019 14:39:20 +0000 Received: from localhost ([127.0.0.1]:46068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP6Aw-00019A-OI for submit@debbugs.gnu.org; Mon, 28 Oct 2019 10:39:20 -0400 Received: from quimby.gnus.org ([80.91.231.51]:41060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP6At-000190-Pg for control@debbugs.gnu.org; Mon, 28 Oct 2019 10:39:16 -0400 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 1iP6Aq-0008Gi-W9 for control@debbugs.gnu.org; Mon, 28 Oct 2019 15:39:15 +0100 Date: Mon, 28 Oct 2019 15:39:12 +0100 Message-Id: <87pnih9bov.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #37960 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 37960 fixed close 37960 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 37960 fixed close 37960 27.1 quit From unknown Sat Sep 13 02:39:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 26 Nov 2019 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator