guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gdk-pixbuf: Update to 2.32.3. (fixes CVE-2015-4491)


From: Efraim Flashner
Subject: 01/01: gnu: gdk-pixbuf: Update to 2.32.3. (fixes CVE-2015-4491)
Date: Thu, 17 Dec 2015 15:31:33 +0000

efraim pushed a commit to branch security-updates
in repository guix.

commit fe7b4ba57267ac8863de7156ded31036e5a8c64c
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 17 16:52:46 2015 +0200

    gnu: gdk-pixbuf: Update to 2.32.3. (fixes CVE-2015-4491)
    
    * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.3.
    [arguments]: Enable test for cve-2015-4491.
---
 gnu/packages/gtk.scm |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c0c0794..e34c3ad 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -385,7 +385,7 @@ highlighting and other features typical of a source code 
editor.")
 (define-public gdk-pixbuf
   (package
    (name "gdk-pixbuf")
-   (version "2.32.1")
+   (version "2.32.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -393,7 +393,7 @@ highlighting and other features typical of a source code 
editor.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1g7kjxv67jcdasi14n7jan4icrnnppd1m99wrdmpv32k4m7vfcj4"))))
+              "0cfh87aqyqbfcwpbv1ihgmgfcn66il5q2n8yjyl8gxkjmkqp2rrb"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--with-x11")
@@ -403,10 +403,6 @@ highlighting and other features typical of a source code 
editor.")
          'unpack 'disable-failing-tests
          (lambda _
            (substitute* "tests/Makefile.in"
-             ;; XXX FIXME: This test fails on some machines with:
-             ;; GLib-FATAL-ERROR: gmem.c:103: failed to allocate
-             ;; 6039798016 bytes
-             (("cve-2015-4491\\$\\(EXEEXT\\) ") "")
              ;; XXX FIXME: This test fails with:
              ;; ERROR:pixbuf-jpeg.c:74:test_type9_rotation_exif_tag:
              ;; assertion failed (error == NULL): Data differ



reply via email to

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