gnu: gdk-pixbuf: Update to 2.32.3. (fixes CVE-2015-4491)
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.3.
This commit is contained in:
parent
4d6b8da717
commit
fe08b6e1eb
|
@ -385,7 +385,7 @@ highlighting and other features typical of a source code editor.")
|
||||||
(define-public gdk-pixbuf
|
(define-public gdk-pixbuf
|
||||||
(package
|
(package
|
||||||
(name "gdk-pixbuf")
|
(name "gdk-pixbuf")
|
||||||
(version "2.32.1")
|
(version "2.32.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g7kjxv67jcdasi14n7jan4icrnnppd1m99wrdmpv32k4m7vfcj4"))))
|
"0cfh87aqyqbfcwpbv1ihgmgfcn66il5q2n8yjyl8gxkjmkqp2rrb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--with-x11")
|
'(#:configure-flags '("--with-x11")
|
||||||
|
@ -403,9 +403,9 @@ highlighting and other features typical of a source code editor.")
|
||||||
'unpack 'disable-failing-tests
|
'unpack 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/Makefile.in"
|
(substitute* "tests/Makefile.in"
|
||||||
;; XXX FIXME: This test fails on some machines with:
|
;; XXX FIXME: This test fails on armhf machines with:
|
||||||
;; GLib-FATAL-ERROR: gmem.c:103: failed to allocate
|
;; SKIP Not enough memory to load bitmap image
|
||||||
;; 6039798016 bytes
|
;; ERROR: cve-2015-4491 - too few tests run (expected 4, got 2)
|
||||||
(("cve-2015-4491\\$\\(EXEEXT\\) ") "")
|
(("cve-2015-4491\\$\\(EXEEXT\\) ") "")
|
||||||
;; XXX FIXME: This test fails with:
|
;; XXX FIXME: This test fails with:
|
||||||
;; ERROR:pixbuf-jpeg.c:74:test_type9_rotation_exif_tag:
|
;; ERROR:pixbuf-jpeg.c:74:test_type9_rotation_exif_tag:
|
||||||
|
|
Loading…
Reference in New Issue