[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: Graphviz: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
11/14: gnu: Graphviz: Absorb grafted replacement. |
Date: |
Tue, 25 May 2021 15:05:12 -0400 (EDT) |
lfam pushed a commit to branch wip-ungrafting
in repository guix.
commit 7bfe912da02abd8360bcd72ec060a5bf510eb2ba
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 17 11:52:51 2021 -0400
gnu: Graphviz: Absorb grafted replacement.
* gnu/packages/graphviz.scm (graphviz)[source]: Use
graphviz-CVE-2020-18032.patch.
[replacement]: Remove field.
(graphviz/fixed): Remove variable.
---
gnu/packages/graphviz.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 72c9665..f916dcf 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -62,13 +62,13 @@
(define-public graphviz
(package
(name "graphviz")
- (replacement graphviz/fixed)
(version "2.42.3")
(source (origin
(method url-fetch)
(uri (string-append
"https://www2.graphviz.org/Packages/stable/portable_source/"
"graphviz-" version ".tar.gz"))
+ (patches (search-patches "graphviz-CVE-2020-18032.patch"))
(sha256
(base32
"1pbswjbx3fjdlsxcm7cmlsl5bvaa3d6gcnr0cr8x3c8pag13zbwg"))))
@@ -127,15 +127,6 @@ software engineering, database and web design, machine
learning, and in visual
interfaces for other technical domains.")
(license license:epl1.0)))
-(define-public graphviz/fixed
- (hidden-package
- (package
- (inherit graphviz)
- (source (origin
- (inherit (package-source graphviz))
- (patches (append (search-patches
"graphviz-CVE-2020-18032.patch")
- (origin-patches (package-source
graphviz)))))))))
-
;; Older Graphviz needed for pygraphviz. See
;; https://github.com/pygraphviz/pygraphviz/issues/175
(define-public graphviz-2.38
- 04/14: gnu: zziplib: Absorb grafted replacement., (continued)
- 04/14: gnu: zziplib: Absorb grafted replacement., guix-commits, 2021/05/25
- 14/14: gnu: SQLite: Absorb grafted replacement., guix-commits, 2021/05/25
- 05/14: gnu: glib: Absorb grafted replacement., guix-commits, 2021/05/25
- 09/14: gnu: curl: Absorb grafted replacement., guix-commits, 2021/05/25
- 06/14: gnu: libtiff: Absorb grafted replacement., guix-commits, 2021/05/25
- 08/14: gnu: unzip: Absorb grafted replacement., guix-commits, 2021/05/25
- 13/14: gnu: python-pygments: Absorb grafted replacement., guix-commits, 2021/05/25
- 12/14: gnu: python-urllib3: Absorb grafted replacement., guix-commits, 2021/05/25
- 07/14: gnu: c-ares: Absorb grafted replacement., guix-commits, 2021/05/25
- 10/14: gnu: MariaDB: Absorb grafted replacement., guix-commits, 2021/05/25
- 11/14: gnu: Graphviz: Absorb grafted replacement.,
guix-commits <=