emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66879: closed ([PATCH] gnu: josm: Update to 18822.)


From: GNU bug Tracking System
Subject: bug#66879: closed ([PATCH] gnu: josm: Update to 18822.)
Date: Thu, 09 Nov 2023 18:12:02 +0000

Your message dated Thu, 9 Nov 2023 19:10:19 +0100
with message-id <20231109191019.2fc24ecd@lepiller.eu>
and subject line Re: [bug#66879] [PATCH v2 5/5] gnu: josm: Update to 18822.
has caused the debbugs.gnu.org bug report #66879,
regarding [PATCH] gnu: josm: Update to 18822.
to be marked as done.

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


-- 
66879: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66879
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: josm: Update to 18822. Date: Wed, 1 Nov 2023 13:53:38 +0100
Hi Guix!

This small patch series updates josm to the latest version.  Some
issues I stumbled upon:

josm now uses a different library for json parsing, which is added in
the series. This library uses Java modules (introduced with java 9), so
I had to fix the build system to allow modules, but not by default
since we still use the old java 8 by default.

Then, it built, but it had troubles validating SSL certificates at
runtime, which is fixed in the series by using a similar phase to the
one in icedtea to generate a key store from nss-certs. I managed to
build a few JDK versions after OpenJDK 11, but I'll let CI tell us if
I broke anything :)



--- End Message ---
--- Begin Message --- Subject: Re: [bug#66879] [PATCH v2 5/5] gnu: josm: Update to 18822. Date: Thu, 9 Nov 2023 19:10:19 +0100
Le Thu, 2 Nov 2023 11:00:16 +0100,
Andreas Enge <andreas@enge.fr> a écrit :

> Am Thu, Nov 02, 2023 at 07:50:13AM +0100 schrieb Julien Lepiller:
> > * gnu/packages/geo.scm (josm): Update to 18822.
> > [inputs]: Use new json implementation.
> > [arguments]: Use openjdk11 to prevent warning at startup.  
> 
> Looks good!
> 
> Andreas
> 

Pushed to master as 5392d9db46d6f931233be2f25688481181622bb4 to
71d54f3ac451527d3c741bc1209f6b03329f8571.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]