[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/14: gnu: libcroco: Update to 0.6.12.
From: |
Marius Bakke |
Subject: |
10/14: gnu: libcroco: Update to 0.6.12. |
Date: |
Wed, 24 May 2017 16:12:46 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 15d34a18c33a349b6817ba21daaf1e369b5e0dd1
Author: Marius Bakke <address@hidden>
Date: Wed May 24 19:50:26 2017 +0200
gnu: libcroco: Update to 0.6.12.
* gnu/packages/gnome.scm (libcroco/fixed): Remove variable.
(libcroco): Update to 0.6.12.
[source]: Use patches from LIBCROCO/FIXED.
[replacement]: Remove field.
---
gnu/packages/gnome.scm | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2cf6f4e..c0f8392 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -949,16 +949,18 @@ the GNOME desktop environment.")
(define-public libcroco
(package
(name "libcroco")
- (replacement libcroco/fixed)
- (version "0.6.11")
+ (version "0.6.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
+ (patches
+ (search-patches "libcroco-CVE-2017-7960.patch"
+ "libcroco-CVE-2017-7961.patch"))
(sha256
(base32
- "0mm0wldbi40am5qn0nv7psisbg01k42rwzjxl3gv11l5jj554aqk"))))
+ "0q7qhi7z64i26zabg9dbs5706fa8pmzp1qhpa052id4zdiabbi6x"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -977,19 +979,6 @@ XML/CSS rendering engine.")
;; LGPLv2.1-only.
(license license:lgpl2.1)))
-(define libcroco/fixed
- (package
- (inherit libcroco)
- (replacement #f)
- (source
- (origin
- (inherit (package-source libcroco))
- (patches
- (append
- (origin-patches (package-source libcroco))
- (search-patches "libcroco-CVE-2017-7960.patch"
- "libcroco-CVE-2017-7961.patch")))))))
-
(define-public libgsf
(package
(name "libgsf")
- branch staging updated (144f94d -> 36747eb), Marius Bakke, 2017/05/24
- 02/14: gnu: glib: Update to 2.52.2., Marius Bakke, 2017/05/24
- 03/14: gnu: glibmm: Update to 2.50.1., Marius Bakke, 2017/05/24
- 04/14: gnu: gtk+: Update to 3.22.15., Marius Bakke, 2017/05/24
- 06/14: gnu: at-spi2-atk: Update to 2.24.1., Marius Bakke, 2017/05/24
- 09/14: gnu: pango: Update to 1.40.6., Marius Bakke, 2017/05/24
- 05/14: gnu: mate-themes: Update to 3.22.11., Marius Bakke, 2017/05/24
- 11/14: gnu: gvfs: Update to 1.32.1., Marius Bakke, 2017/05/24
- 10/14: gnu: libcroco: Update to 0.6.12.,
Marius Bakke <=
- 12/14: gnu: vala: Update to 0.36.3., Marius Bakke, 2017/05/24
- 14/14: Merge branch 'master' into staging, Marius Bakke, 2017/05/24
- 07/14: gnu: at-spi2-core: Update to 2.24.1., Marius Bakke, 2017/05/24
- 08/14: gnu: atk: Update to 2.24.0., Marius Bakke, 2017/05/24
- 13/14: gnu: libsoup: Update to 2.58.1., Marius Bakke, 2017/05/24
- 01/14: gnu: libva: Update to 1.8.2., Marius Bakke, 2017/05/24