guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: cvs: Rename patch file.


From: guix-commits
Subject: 04/04: gnu: cvs: Rename patch file.
Date: Wed, 10 Jul 2019 14:34:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bba3c489701693c59315efed001b37d6fa014a6c
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 14:53:04 2019 +0300

    gnu: cvs: Rename patch file.
    
    * gnu/packages/version-control.scm (cvs)[source]: Rename patch.
    * gnu/packages/patches/cvs-2017-12836.patch: Rename to ...
    * gnu/packages/patches/cvs-CVE-2018-12836.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Register it.
---
 gnu/local.mk                                                            | 2 +-
 gnu/packages/patches/{cvs-2017-12836.patch => cvs-CVE-2017-12836.patch} | 0
 gnu/packages/version-control.scm                                        | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 66f9042..9a70d73 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -747,7 +747,7 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/clucene-contribs-lib.patch               \
   %D%/packages/patches/cube-nocheck.patch                      \
   %D%/packages/patches/cursynth-wave-rand.patch                        \
-  %D%/packages/patches/cvs-2017-12836.patch                    \
+  %D%/packages/patches/cvs-CVE-2017-12836.patch                \
   %D%/packages/patches/dbus-helper-search-path.patch           \
   %D%/packages/patches/dbus-CVE-2019-12749.patch               \
   %D%/packages/patches/dealii-mpi-deprecations.patch           \
diff --git a/gnu/packages/patches/cvs-2017-12836.patch 
b/gnu/packages/patches/cvs-CVE-2017-12836.patch
similarity index 100%
rename from gnu/packages/patches/cvs-2017-12836.patch
rename to gnu/packages/patches/cvs-CVE-2017-12836.patch
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 8effe1d..b1fd019 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1409,7 +1409,7 @@ machine.")
              (uri (string-append
                    "https://ftp.gnu.org/non-gnu/cvs/source/feature/";
                    version "/cvs-" version ".tar.bz2"))
-             (patches (search-patches "cvs-2017-12836.patch"))
+             (patches (search-patches "cvs-CVE-2017-12836.patch"))
              (sha256
               (base32
                "0pjir8cwn0087mxszzbsi1gyfc6373vif96cw4q3m1x6p49kd1bq"))))



reply via email to

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