[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/18: gnu: cairo: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
13/18: gnu: cairo: Absorb grafted replacement. |
Date: |
Fri, 12 Mar 2021 15:06:42 -0500 (EST) |
lfam pushed a commit to branch wip-next-release
in repository guix.
commit 057ecf2302b55279c757c6c749473969b265f3e0
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 12 13:44:18 2021 -0500
gnu: cairo: Absorb grafted replacement.
* gnu/packages/gtk.scm (cairo)[source]: Use cairo-CVE-2018-19876.patch
and cairo-CVE-2020-35492.patch.
[replacement]: Remove field.
(cairo/fixed): Remove variable.
---
gnu/packages/gtk.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9fc4967..69c9373 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -124,11 +124,12 @@ tools have full access to view and control running
applications.")
(package
(name "cairo")
(version "1.16.0")
- (replacement cairo/fixed)
(source (origin
(method url-fetch)
(uri (string-append "https://cairographics.org/releases/cairo-"
version ".tar.xz"))
+ (patches (search-patches "cairo-CVE-2018-19876.patch"
+ "cairo-CVE-2020-35492.patch"))
(sha256
(base32
"0c930mk5xr2bshbdljv005j3j8zr47gqmkry3q6qgvqky6rjjysy"))))
@@ -175,15 +176,6 @@ affine transformation (scale, rotation, shear, etc.).")
(license license:lgpl2.1) ; or Mozilla Public License 1.1
(home-page "https://cairographics.org/")))
-(define cairo/fixed
- (package
- (inherit cairo)
- (source (origin
- (inherit (package-source cairo))
- (patches (append (search-patches "cairo-CVE-2018-19876.patch"
- "cairo-CVE-2020-35492.patch")
- (origin-patches (package-source cairo))))))))
-
(define-public cairo-sans-poppler
;; Variant used to break the dependency cycle between Poppler and Cairo.
(package/inherit cairo
- 04/18: gnu: Python: Absorb grafted replacement., (continued)
- 04/18: gnu: Python: Absorb grafted replacement., guix-commits, 2021/03/12
- 05/18: gnu: Python 2: Absorb grafted replacement., guix-commits, 2021/03/12
- 09/18: gnu: zziplib: Absorb grafted replacement., guix-commits, 2021/03/12
- 06/18: gnu: zstd: Absorb grafted replacement., guix-commits, 2021/03/12
- 10/18: gnu: cyrus-sasl: Absorb grafted replacement., guix-commits, 2021/03/12
- 15/18: gnu: libtiff: Absorb grafted replacement., guix-commits, 2021/03/12
- 14/18: gnu: gdk-pixbuf: Absorb grafted replacement., guix-commits, 2021/03/12
- 08/18: gnu: c-ares: Absorb grafted replacement., guix-commits, 2021/03/12
- 11/18: gnu: glib: Absorb grafted replacement., guix-commits, 2021/03/12
- 07/18: gnu: Remove QT 4., guix-commits, 2021/03/12
- 13/18: gnu: cairo: Absorb grafted replacement.,
guix-commits <=
- 12/18: gnu: libcroco: Absorb grafted replacement., guix-commits, 2021/03/12
- 17/18: gnu: libx11: Absorb grafted replacement., guix-commits, 2021/03/12
- 16/18: gnu: OpenSSL: Absorb grafted replacement., guix-commits, 2021/03/12
- 18/18: gnu: ImageMagick: Absorb grafted replacement., guix-commits, 2021/03/12