guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: xmlsec-nss: Disable MD5 support.


From: guix-commits
Subject: branch staging updated: gnu: xmlsec-nss: Disable MD5 support.
Date: Fri, 18 Dec 2020 11:56:52 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 9128ca0  gnu: xmlsec-nss: Disable MD5 support.
9128ca0 is described below

commit 9128ca0475ed243994f9be0abbdf5cabe839808c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 18 17:55:56 2020 +0100

    gnu: xmlsec-nss: Disable MD5 support.
    
    * gnu/packages/xml.scm (xmlsec-nss)[arguments]: New field.
---
 gnu/packages/xml.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9dc37ad..34c095d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1120,6 +1120,9 @@ Libxml2).")
     (inputs
      `(("nss" ,nss)
        ("libltdl" ,libltdl)))
+    (arguments
+     ;; NSS no longer supports MD5 since 3.59, don't attempt to use it.
+     '(#:configure-flags '("--disable-md5")))
     (synopsis "XML Security Library (using NSS instead of GnuTLS)")))
 
 (define-public minixml



reply via email to

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