guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: subversion: Update to 1.14.1 [fixes CVE-2020


From: guix-commits
Subject: branch master updated: gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].
Date: Wed, 10 Feb 2021 21:03:44 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 27a5360  gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].
27a5360 is described below

commit 27a5360a55ba87e831e3c9724ebada6f6e2a3914
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Feb 10 20:27:53 2021 -0500

    gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].
    
    * gnu/packages/version-control.scm (subversion): Update to 1.14.1.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 98de469..d465f16 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1736,14 +1736,14 @@ following features:
 (define-public subversion
   (package
     (name "subversion")
-    (version "1.14.0")
+    (version "1.14.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/subversion/"
                                  "subversion-" version ".tar.bz2"))
              (sha256
               (base32
-               "00i1f88snlpcnsycpn6r315h6792l5nkr2p5k6kq6yprz4cf5a3b"))))
+               "1ag1hvcm9q92kgalzbbgcsq9clxnzmbj9nciz9lmabjx4lyajp9c"))))
     (build-system gnu-build-system)
     (arguments
      '(#:parallel-tests? #f             ; TODO Seems to cause test failures on



reply via email to

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