diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-01-18 10:29:37 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-19 12:37:14 +0000 |
| commit | 975591a8d6cbea068d52417df0dfdd20aa586175 (patch) | |
| tree | a356cfaae66b4eff6569d6054acd8604964c9011 /meta/recipes-multimedia/libtiff/tiff_4.0.8.bb | |
| parent | 6d22e5395408a98d1908a73297f0d07cde7591c7 (diff) | |
| download | poky-975591a8d6cbea068d52417df0dfdd20aa586175.tar.gz | |
tiff: 4.0.8 -> 4.0.9
1.Upgrade tiff from 4.0.8 to 4.0.9.
2.Delete CVE-2017-10688.patch, CVE-2017-11335.patch, CVE-2017-13726.patch, CVE-2017-13727.patch, CVE-2017-9147.patch, CVE-2017-9936.patch, since it is integrated upstream.
(From OE-Core rev: df894b523d74f8fd723d1c8fb03f55e46c6af0f5)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_4.0.8.bb')
| -rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.8.bb | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.8.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.8.bb deleted file mode 100644 index cb91baa607..0000000000 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.8.bb +++ /dev/null | |||
| @@ -1,54 +0,0 @@ | |||
| 1 | SUMMARY = "Provides support for the Tag Image File Format (TIFF)" | ||
| 2 | LICENSE = "BSD-2-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | ||
| 4 | |||
| 5 | CVE_PRODUCT = "libtiff" | ||
| 6 | |||
| 7 | SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ | ||
| 8 | file://libtool2.patch \ | ||
| 9 | file://CVE-2017-9147.patch \ | ||
| 10 | file://CVE-2017-9936.patch \ | ||
| 11 | file://CVE-2017-10688.patch \ | ||
| 12 | file://CVE-2017-11335.patch \ | ||
| 13 | file://CVE-2017-13726.patch \ | ||
| 14 | file://CVE-2017-13727.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "2a7d1c1318416ddf36d5f6fa4600069b" | ||
| 18 | SRC_URI[sha256sum] = "59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910" | ||
| 19 | |||
| 20 | # exclude betas | ||
| 21 | UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar" | ||
| 22 | |||
| 23 | inherit autotools | ||
| 24 | |||
| 25 | CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" | ||
| 26 | |||
| 27 | PACKAGECONFIG ?= "cxx jpeg zlib lzma \ | ||
| 28 | strip-chopping extrasample-as-alpha check-ycbcr-subsampling" | ||
| 29 | |||
| 30 | PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,," | ||
| 31 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg," | ||
| 32 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib," | ||
| 33 | PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz," | ||
| 34 | |||
| 35 | # Convert single-strip uncompressed images to multiple strips of specified | ||
| 36 | # size (default: 8192) to reduce memory usage | ||
| 37 | PACKAGECONFIG[strip-chopping] = "--enable-strip-chopping,--disable-strip-chopping,," | ||
| 38 | |||
| 39 | # Treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA | ||
| 40 | PACKAGECONFIG[extrasample-as-alpha] = "--enable-extrasample-as-alpha,--disable-extrasample-as-alpha,," | ||
| 41 | |||
| 42 | # Control picking up YCbCr subsample info. Disable to support files lacking | ||
| 43 | # the tag | ||
| 44 | PACKAGECONFIG[check-ycbcr-subsampling] = "--enable-check-ycbcr-subsampling,--disable-check-ycbcr-subsampling,," | ||
| 45 | |||
| 46 | # Support a mechanism allowing reading large strips (usually one strip files) | ||
| 47 | # in chunks when using TIFFReadScanline. Experimental 4.0+ feature | ||
| 48 | PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," | ||
| 49 | |||
| 50 | PACKAGES =+ "tiffxx tiff-utils" | ||
| 51 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | ||
| 52 | FILES_tiff-utils = "${bindir}/*" | ||
| 53 | |||
| 54 | BBCLASSEXTEND = "native" | ||
