GNU bug report logs - #28315
[PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE.

Previous Next

Package: guix-patches;

Reported by: 宋文武 <iyzsong <at> member.fsf.org>

Date: Fri, 1 Sep 2017 14:16:01 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> member.fsf.org (宋文武)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> member.fsf.org (宋文武)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#28315: closed ([PATCH] gnu: icedtea-8: Install the nss.cfg
 file to JRE.)
Date: Mon, 11 Sep 2017 11:13:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Sep 2017 19:11:21 +0800
with message-id <87k2158p7q.fsf <at> member.fsf.org>
and subject line Re: [bug#28315] [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE.
has caused the debbugs.gnu.org bug report #28315,
regarding [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
28315: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28315
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE.
Date: Fri,  1 Sep 2017 22:14:55 +0800
* gnu/packages/java.scm (icedtea-8)[arguments]: Copy 'nss.cfg' from JDK into
JRE in the install phase.
---
 gnu/packages/java.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 947598c7b..fe67bb3f0 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1628,6 +1628,9 @@ IcedTea build harness.")
                    (copy-recursively "openjdk.build/docs" doc)
                    (copy-recursively "openjdk.build/images/j2re-image" jre)
                    (copy-recursively "openjdk.build/images/j2sdk-image" jdk)
+                   ;; Install the nss.cfg file to JRE.
+                   (copy-file (string-append jdk "/jre/lib/security/nss.cfg")
+                              (string-append jre "/lib/security/nss.cfg"))
                    #t)))))))
       (native-inputs
        `(("jdk" ,icedtea-7 "jdk")
-- 
2.13.3



[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> member.fsf.org (宋文武)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 28315-done <at> debbugs.gnu.org
Subject: Re: [bug#28315] [PATCH] gnu: icedtea-8: Install the nss.cfg file to
 JRE.
Date: Mon, 11 Sep 2017 19:11:21 +0800
ludo <at> gnu.org (Ludovic Courtès) writes:

>
> Oh I see.  Maybe just add a comment saying what this file is used for.

Done, thanks for the review!


This bug report was last modified 7 years and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.