diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch | 15 | ||||
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch b/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch new file mode 100644 index 0000000000..9ebf8f9a2d --- /dev/null +++ b/meta/recipes-multimedia/libtiff/files/libtiff-CVE-2013-4232.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | This patch comes from: http://bugzilla.maptools.org/attachment.cgi?id=513&action=diff | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Baogen shang <baogen.shang@windriver.com> | ||
6 | --- a/tools/tiff2pdf.c 2013-10-21 10:36:38.214170346 +0800 | ||
7 | +++ b/tools/tiff2pdf.c 2013-10-21 10:38:58.246170329 +0800 | ||
8 | @@ -2387,6 +2387,7 @@ | ||
9 | TIFFFileName(input)); | ||
10 | t2p->t2p_error = T2P_ERR_ERROR; | ||
11 | _TIFFfree(buffer); | ||
12 | + return(0); | ||
13 | } else { | ||
14 | buffer=samplebuffer; | ||
15 | t2p->tiff_datasize *= t2p->tiff_samplesperpixel; | ||
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb index def408e574..2d38c689d5 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |||
@@ -6,7 +6,8 @@ DEPENDS = "zlib jpeg xz" | |||
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
8 | file://libtool2.patch \ | 8 | file://libtool2.patch \ |
9 | file://libtiff-CVE-2013-1960.patch" | 9 | file://libtiff-CVE-2013-1960.patch \ |
10 | file://libtiff-CVE-2013-4232.patch" | ||
10 | 11 | ||
11 | SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410" | 12 | SRC_URI[md5sum] = "051c1068e6a0627f461948c365290410" |
12 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" | 13 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" |