* [bug#74466] [PATCH] gnu: josm: Update to 19253.
@ 2024-11-21 20:21 Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 1/3] guix: svn: Trust server certificate in any case Julien Lepiller
0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2024-11-21 20:21 UTC (permalink / raw)
To: 74466
Hi Guix!
This small patch series updates JOSM. For some reason svn complains the
certificate is expired, but this is not the case. We don't expose
nss-certs in svn-fetch, so it cannot check it anyway. We used a now
deprecated option to disable certificate checking. The first patch
updates this option to the new one, and excludes more failure causes.
The remaining two patches are trivial version updates.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#74466] [PATCH 1/3] guix: svn: Trust server certificate in any case.
2024-11-21 20:21 [bug#74466] [PATCH] gnu: josm: Update to 19253 Julien Lepiller
@ 2024-11-21 20:24 ` Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 2/3] gnu: java-jmapviewer: Update to 2.22 Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 3/3] gnu: josm: Update to 19253 Julien Lepiller
0 siblings, 2 replies; 4+ messages in thread
From: Julien Lepiller @ 2024-11-21 20:24 UTC (permalink / raw)
To: 74466
* guix/build/svn.scm (svn-fetch): Replace deprecated trast-server-cert
option.
Change-Id: I1b0c55b8ef0e5adf46b90a242b329a12a2574b27
---
guix/build/svn.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/build/svn.scm b/guix/build/svn.scm
index 875d3c50ca..ea01e7ee65 100644
--- a/guix/build/svn.scm
+++ b/guix/build/svn.scm
@@ -46,7 +46,8 @@ (define* (svn-fetch url revision directory
;; Trust the server certificate. This is OK as we
;; verify the checksum later. This can be removed when
;; ca-certificates package is added.
- "--trust-server-cert" "-r" (number->string revision)
+ "--trust-server-cert-failures=unknown-ca,cn-mismatch,expired,not-yet-valid,other"
+ "-r" (number->string revision)
;; Disable keyword substitutions (keywords are CVS-like strings
;; like "$Date$", "$Id$", and so on) for two reasons: (1) some
base-commit: b2bd56f8fe297ecc5dbd91e5d4f7bd210ff591f1
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#74466] [PATCH 2/3] gnu: java-jmapviewer: Update to 2.22.
2024-11-21 20:24 ` [bug#74466] [PATCH 1/3] guix: svn: Trust server certificate in any case Julien Lepiller
@ 2024-11-21 20:24 ` Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 3/3] gnu: josm: Update to 19253 Julien Lepiller
1 sibling, 0 replies; 4+ messages in thread
From: Julien Lepiller @ 2024-11-21 20:24 UTC (permalink / raw)
To: 74466; +Cc: Andreas Enge, Eric Bavier, Sharlatan Hellseher
* gnu/packages/geo.scm (java-jmapviewer): Update to 2.22.
Change-Id: Ifbe2bd718fbf999e7900fb629be634d1a3351931
---
gnu/packages/geo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index affa50c515..e5c97d86da 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2121,7 +2121,7 @@ (define-public python-rtree
(define-public java-jmapviewer
(package
(name "java-jmapviewer")
- (version "2.20")
+ (version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "https://josm.openstreetmap.de/osmsvn/"
@@ -2129,7 +2129,7 @@ (define-public java-jmapviewer
version "/JMapViewer-" version "-Source.zip"))
(sha256
(base32
- "02cvmmvvlqpbwn022w3m60xkq4gh4jh9lajs6yjgvjf2hnwxll31"))))
+ "0lq82yyancaswjb9fammjl1jicvdbijjz86bz94dy2v9zm62zq5b"))))
(build-system ant-build-system)
(native-inputs
(list unzip))
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#74466] [PATCH 3/3] gnu: josm: Update to 19253.
2024-11-21 20:24 ` [bug#74466] [PATCH 1/3] guix: svn: Trust server certificate in any case Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 2/3] gnu: java-jmapviewer: Update to 2.22 Julien Lepiller
@ 2024-11-21 20:24 ` Julien Lepiller
1 sibling, 0 replies; 4+ messages in thread
From: Julien Lepiller @ 2024-11-21 20:24 UTC (permalink / raw)
To: 74466; +Cc: Andreas Enge, Eric Bavier, Sharlatan Hellseher
* gnu/packages/geo.scm (josm): Update to 19253.
Change-Id: I903f78eede31d944643de31bac728445fadd629f
---
gnu/packages/geo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e5c97d86da..a9a9e1c945 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2200,7 +2200,7 @@ (define-public java-opening-hours-parser
(define-public josm
(package
(name "josm")
- (version "19160")
+ (version "19253")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -2209,7 +2209,7 @@ (define-public josm
(recursive? #f)))
(sha256
(base32
- "06m6rg9czs7mhkh0byd3c8n8y1gbzqqw2iy7qyn4084al4mdrw2z"))
+ "1k5v591mkh0xkyfj66qmv1mamqsqw347nhax5hlwyg8hgfk7a6xr"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-21 20:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 20:21 [bug#74466] [PATCH] gnu: josm: Update to 19253 Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 1/3] guix: svn: Trust server certificate in any case Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 2/3] gnu: java-jmapviewer: Update to 2.22 Julien Lepiller
2024-11-21 20:24 ` [bug#74466] [PATCH 3/3] gnu: josm: Update to 19253 Julien Lepiller
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.