diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-04-14 12:43:35 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-14 22:51:10 +0200 |
commit | 779676f62d56774c6290dabe4a1e3727f1cb834d (patch) | |
tree | f9639112fc7726160698d36308a8d5cef03151e3 /package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch | |
parent | 21c89819a4ab852fc978c0abe5b7e287a224f37e (diff) | |
download | buildroot-779676f62d56774c6290dabe4a1e3727f1cb834d.tar.gz buildroot-779676f62d56774c6290dabe4a1e3727f1cb834d.zip |
imlib2: security bump to version 1.4.8
Fixes:
CVE-2016-3994 - out of bound read in GIF loader
CVE-2011-5326 - divide by zero on 2x1 ellipse
Switch to sourceforge hashes.
And drop all previous patches, they're upstream, yay.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch')
-rw-r--r-- | package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch b/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch deleted file mode 100644 index 35babbbbfb..0000000000 --- a/package/imlib2/0003-imlib2-config-delete-old-reference-to-my_libs.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 534e736e52b6be0da58397ef05f55d47f3794ea7 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Sat, 18 Jan 2014 13:56:54 -0500 -Subject: [PATCH 3/6] imlib2-config: delete old reference to @my_libs@ - -This was cleaned up a while ago, but this file was missed. - -URL: https://bugs.gentoo.org/497894 ---- - imlib2-config.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/imlib2-config.in b/imlib2-config.in -index cf814c6..965f7c3 100644 ---- a/imlib2-config.in -+++ b/imlib2-config.in -@@ -46,7 +46,7 @@ while test $# -gt 0; do - ;; - --libs) - libdirs=-L@libdir@ -- echo $libdirs -lImlib2 @my_libs@ -+ echo $libdirs -lImlib2 - ;; - *) - echo "${usage}" 1>&2 --- -2.3.1 - |