all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 74466@debbugs.gnu.org
Subject: [bug#74466] [PATCH 1/3] guix: svn: Trust server certificate in any case.
Date: Thu, 21 Nov 2024 21:24:33 +0100	[thread overview]
Message-ID: <c7cdd2d1a75d0bf20ef23d7c32e9792938647907.1732220622.git.julien@lepiller.eu> (raw)
In-Reply-To: <20241121212151.093294b2@lepiller.eu>

* 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





  reply	other threads:[~2024-11-21 20:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-21 20:21 [bug#74466] [PATCH] gnu: josm: Update to 19253 Julien Lepiller
2024-11-21 20:24 ` Julien Lepiller [this message]
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
2024-11-22 22:30     ` bug#74466: " Eric Bavier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c7cdd2d1a75d0bf20ef23d7c32e9792938647907.1732220622.git.julien@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=74466@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.