From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dr1lQ-0000yQ-Vq for guix-patches@gnu.org; Sun, 10 Sep 2017 08:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dr1lO-0002Ft-NL for guix-patches@gnu.org; Sun, 10 Sep 2017 08:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dr1lO-0002Fk-K3 for guix-patches@gnu.org; Sun, 10 Sep 2017 08:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dr1lO-0006U2-DS for guix-patches@gnu.org; Sun, 10 Sep 2017 08:55:02 -0400 Subject: [bug#28315] [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170901141455.25457-1-iyzsong@member.fsf.org> <87lgluzgjz.fsf@gnu.org> <87efrg3524.fsf@member.fsf.org> Date: Sun, 10 Sep 2017 14:54:11 +0200 In-Reply-To: <87efrg3524.fsf@member.fsf.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Sat, 09 Sep 2017 11:48:51 +0800") Message-ID: <87ingq90jw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 28315@debbugs.gnu.org iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hello! >> >> =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: >> >>> * gnu/packages/java.scm (icedtea-8)[arguments]: Copy 'nss.cfg' from JDK= into >>> JRE in the install phase. >> >> What effect does this have? > > Before this, accessing HTTPS using the 'java' from icedtea-8 will throw > an exception about nss.cfg not available, while the 'java' from > icedtea-8:jdk does work fine. (I'm running boot-clj, a clojure build > tool.) Oh I see. Maybe just add a comment saying what this file is used for. LGTM, thanks for explaining! Ludo=E2=80=99.