summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer1.0-plugins-base: update git recipe to 1.7.1Andre McCurdy2016-01-242-5/+58
| | | | | | | | | | | | | The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/autogen.sh?id=1.7.1 (From OE-Core rev: 98110dd08a44ceacc3adb4fd72ceaedf93f3781b) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: update git recipe to 1.7.1Andre McCurdy2016-01-241-5/+10
| | | | | | | | | | | | | The autogen.sh script takes care of cd'ing to the correct directory before it does anything, so we don't need to cd on its behalf any more in do_configure_prepend(). http://cgit.freedesktop.org/gstreamer/gstreamer/tree/autogen.sh?id=1.7.1 (From OE-Core rev: 23a7c4b7d546cbcca4cca198046039f31f8dfce1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-libav: update 1.6.2 -> 1.6.3Andre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: e1f5694f9e1924bcddc023ffdf27d84bf13e40f4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-ugly: update 1.6.2 -> 1.6.3Andre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: ce8cf5743be7b445eb5cf47088929f32a62193fb) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad: update 1.6.2 -> 1.6.3Andre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: 20b067431c67db1aec5e55e344a842595696d6eb) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: update 1.6.2 -> 1.6.3Andre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: 4506d9f3aced3dfdabf88826fa33923b250edc43) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-base: update 1.6.2 -> 1.6.3Andre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: 26361cd298d0c8b30f98ac35c610272c1bd01de4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: update 1.6.2 -> 1.6.3Andre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: ba7542ebc3caf4a409ce4bfa2ff8323ad9c8000c) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-package.inc: drop perl RDEPEND for XXX-apps packagesAndre McCurdy2016-01-241-1/+0
| | | | | | | | | | | Only one of the plugins recipes (gstreamer1.0-plugins-base) generates a non-empty -apps package. However it contains only binaries, no perl scripts. (From OE-Core rev: 9821d1072d693f9534948ca2f328e7622a47e40c) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins.inc: don't set base SRC_URI via pythonAndre McCurdy2016-01-249-28/+24
| | | | | | | | | | | | Setting the SRC_URI via python for the four gstreamer1.0-plugins-XXX packages adds complexity and breaks consistency with the other plugins packages and with gstreamer itself (which all also fetch from freedesktop.org URLs but set SRC_URI conventionally). (From OE-Core rev: 0ec2a80f3300065824d6c980101e7f3af2cbe7aa) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins.inc: drop obsolete lib-link.m4 workaroundAndre McCurdy2016-01-241-7/+0
| | | | | | | | | | There is no lib-link.m4 in any of the gst-plugins-XXX sources (and there hasn't been for a long time). Drop the obsolete workaround. (From OE-Core rev: ba0a9db62a067852e346d986c338427b87e2f3fd) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad.inc: update hls dependency gnutls -> nettleAndre McCurdy2016-01-241-1/+1
| | | | | | | | | | | | The HLS plugin requires AES decryption and links with nettle, not with gnutls. http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/configure.ac?h=1.6&id=7dee47fe39223d8a98615f03f34d9221f9e8a6c1#n3038 (From OE-Core rev: e914bda2025ad4ce5d2290c59aaaf659979f1543) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad.inc: don't set ${S} or apply version specific patchAndre McCurdy2016-01-242-5/+4
| | | | | | | | | | gstreamer1.0-plugins-bad.inc is shared by both the 1.6.2 and git recipes, so must not set ${S} or apply any version specific patches. (From OE-Core rev: 4f8f5dd7a487de5344bb01769892231956d63cb9) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good.inc: remove duplicate --disable-examplesAndre McCurdy2016-01-241-1/+0
| | | | | | | | | --disable-examples is added to EXTRA_OECONF by gstreamer1.0-plugins.inc (From OE-Core rev: 085a95b21c508ca67218e6e0ee0e3bfa85639af5) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins.inc: convert GSTREAMER_1_0_DEBUG to a PACKAGECONFIGAndre McCurdy2016-01-241-3/+6
| | | | | | | | | | | | | gstreamer1.0.inc has been updated to contol debug via a PACKAGECONFIG option, so apply the same change to gstreamer1.0-plugins.inc as well. Control valgrind support via a PACKAGECONFIG option too. http://git.openembedded.org/openembedded-core/commit/?id=81636555fa7f18407efc172c0d5b9f466b2d4014 (From OE-Core rev: 255bfcbcf15e8044f1ff3a5594fbce31be6a2df1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins.inc: add missing glib-2.0-native dependencyAndre McCurdy2016-01-241-1/+1
| | | | | | | | | Building the gstreamer1.0-plugins packages requires glib-mkenums. (From OE-Core rev: 2dfe09c120881ae65e55ceee13ce319cd6225330) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0.inc: add missing glib-2.0-native dependencyAndre McCurdy2016-01-241-1/+1
| | | | | | | | | Building gstreamer1.0 requires glib-mkenums. (From OE-Core rev: fd29077f6dbf4f1e8a7272238b8c7fa45ee85a11) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-rtsp-server.inc: minor formatting improvementsAndre McCurdy2016-01-241-2/+2
| | | | | | | (From OE-Core rev: 6e857b8c49d96668248f8a081e1b70846b7c1916) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-omx: minor formatting improvements + update HOMEPAGEAndre McCurdy2016-01-243-7/+8
| | | | | | | (From OE-Core rev: 6411e2ce5cd0366ad248af05da7b5f1113b7c500) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-libav: minor formatting improvements + update HOMEPAGEAndre McCurdy2016-01-243-11/+13
| | | | | | | (From OE-Core rev: a38b5c3ae8cce8870aa7276feaeefdd52dbcda8c) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-ugly: minor formatting improvementsAndre McCurdy2016-01-243-14/+10
| | | | | | | (From OE-Core rev: fb839d7c244b53e555d02cad747617aacf63d1a3) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad: minor formatting improvementsAndre McCurdy2016-01-243-48/+42
| | | | | | | (From OE-Core rev: c18761a08605e42a5b9900c9de0c5ff0df24a9ce) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: minor formatting improvementsAndre McCurdy2016-01-243-22/+21
| | | | | | | (From OE-Core rev: 91ac8a8aec76208d468586b6f42d2379675071be) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-base: minor formatting improvementsAndre McCurdy2016-01-243-20/+17
| | | | | | | | | Fix duplicate x11 dependencies (DEPENDS and x11 PACKAGECONFIG). (From OE-Core rev: c4a5b8d7c9a78a29d080b15f049df5a1fba3c4eb) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins.inc: minor formatting improvementsAndre McCurdy2016-01-241-2/+3
| | | | | | | (From OE-Core rev: 2087769982b1d629a18c10de7dc3e21785b99664) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: minor formatting improvementsAndre McCurdy2016-01-243-16/+19
| | | | | | | (From OE-Core rev: 642fb180472d7f43fa5f73a4d5950e524d576513) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-package.inc: minor formatting improvementsAndre McCurdy2016-01-241-4/+3
| | | | | | | (From OE-Core rev: 48da4c3e75c16a6bcc1f3d5fc3af28415cb6b04f) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-player: minor formatting improvementsAndre McCurdy2016-01-241-2/+1
| | | | | | | (From OE-Core rev: c6ddd35dcd844b8fd35b626426f407afdc125e46) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: upgrade to 1.6.21Maxin B. John2016-01-241-4/+4
| | | | | | | | | | | | | 1.6.20 -> 1.6.21 License file updates contain new dates and versions. Update checksums to reflect it. (From OE-Core rev: 55fb8957fd8f9d2c34674514e652d79b2229bc3c) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-lib: 1.0.29 -> 1.1.0Tanu Kaskinen2016-01-183-55/+9
| | | | | | | | | | | | | | | | | | | Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 The most significant change is probably the addition of the "topology API", which is used to change the DSP topology from userspace. My understanding is that the API is (or will be) needed to support some new hardware, but I don't know any specifics about that. Rebased Check-if-wordexp-function-is-supported.patch. Dropped 0001-build-Do-not-try-to-detect-cross-compiler.patch, since it is included in the new release. (From OE-Core rev: 13a2786493bd91a54e3a5342da11c06a9b6c99b8) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libwebp: upgrade to 0.5.0Alexander Kanavin2016-01-151-2/+2
| | | | | | | (From OE-Core rev: ebf2c2c02947be696ba2f1fa4b86b11e316131e1) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpostproc: duplicate armv7a over-rides for armv7veAndre McCurdy2016-01-151-0/+2
| | | | | | | | (From OE-Core rev: 66b657e8295cb856b3a50b3a8b656b3655238291) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libav.inc: duplicate armv7a over-rides for armv7veAndre McCurdy2016-01-151-0/+2
| | | | | | | | (From OE-Core rev: 342a42643d9f80e325624b5166a3a2f23b10ffbd) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add "CVE:" tag to current patches in OE-coreMariano Lopez2016-01-111-0/+1
| | | | | | | | | | | | | | The currnet patches in OE-core doesn't have the "CVE:" tag, now part of the policy of the patches. This is patch add this tag to several patches. There might be patches that I miss; the tag can be added in the future. (From OE-Core rev: 065ebeb3e15311d0d45385e15bf557b1c95b1669) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: add PACKAGECONFIG for lircMartin Jansa2016-01-071-0/+1
| | | | | | | | | | * it's autodetected from sysroot (From OE-Core rev: 849abbb0a779cfc4a6f5bbde49ba41e005e65fa8) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-libav: upgrade to version 1.6.2Maxin B. John2015-12-281-2/+2
| | | | | | | | | | 1.6.1 -> 1.6.2 (From OE-Core rev: f90f5024319f03859f9b7f4f9bd548c8f0cbf568) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-rtsp-server: upgrade to version 1.6.2Maxin B. John2015-12-282-6/+6
| | | | | | | | | | 1.6.1 -> 1.6.2 (From OE-Core rev: fa0c33dc8219f4190c5c62fe1f61e4cdb69478d2) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-ugly: upgrade to version 1.6.2Maxin B. John2015-12-281-2/+2
| | | | | | | | | | 1.6.1 -> 1.6.2 (From OE-Core rev: 195bd68222af01b9cc60ef42ba837617292ae140) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-bad: upgrade to version 1.6.2Maxin B. John2015-12-281-2/+2
| | | | | | | | | | 1.6.1 -> 1.6.2 (From OE-Core rev: 4fbd1a31687abd4ebc5829fe29ba4896b9f17d39) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-good: upgrade to version 1.6.2Maxin B. John2015-12-281-2/+2
| | | | | | | | | | 1.6.1 -> 1.6.2 (From OE-Core rev: 5d161e8a8d3e3d09a17c3b9d576df1723140ff78) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-plugins-base: upgrade to version 1.6.2Maxin B. John2015-12-281-2/+2
| | | | | | | | | | 1.6.1 -> 1.6.2 (From OE-Core rev: ec4fc335d41ac39c96dd45635684d55023ed1224) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: upgrade to version 1.6.2Maxin B. John2015-12-282-51/+2
| | | | | | | | | | | | 1.6.1 -> 1.6.2 Removed "fix-install-hook.patch" which was backported. (From OE-Core rev: 524f0318a72bb5f30376a3de534fe39efa599451) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsndfile1: enable FLAC/Ogg/Vorbis supportTanu Kaskinen2015-12-281-3/+1
| | | | | | | | | | | | | | | | | | | This makes it possible to handle FLAC and Vorbis files in programs that use libsndfile. It seems that the external dependencies were disabled just as a routine measure to make builds deterministic, since the dependencies were missing from DEPENDS[1]. Therefore it seems likely that nobody particularly wants to have libsndfile without support for these formats. [1] http://git.openembedded.org/openembedded-core/commit/?id=34a14ce3ea78be299175e1a803f92519aa02355b (From OE-Core rev: 7c7d436e660a8869179c4e5579aa2a992d636c22) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libwebp: update to 0.4.4Alexander Kanavin2015-12-281-3/+3
| | | | | | | | | | | PATENTS file had a few rewordings: https://github.com/webmproject/libwebp/commits/master/PATENTS (From OE-Core rev: 08a06c7352eb81d110bcfab69dc931ce4b140a0f) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tiff: update to 4.0.6Alexander Kanavin2015-12-281-2/+2
| | | | | | | (From OE-Core rev: 88a2a8f2f03faa19c1400a9badf16845ba217861) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: Update SRC_URI to use GENTOO_MIRRORMaxin B. John2015-12-161-2/+1
| | | | | | | | | | | | | Update SRC_URI to use GENTOO_MIRROR as SOURCEFORGE_MIRROR continue to move around the release files. [YOCTO #8739] (From OE-Core rev: 780a3739d651a14e1ef9de141e517b77171979d7) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsndfile1: 1.0.25 -> 1.0.26Tanu Kaskinen2015-12-164-292/+3
| | | | | | | | | | | | | | | | | | | | | Main points from the release announcement: * Fix for CVE-2014-9496, SD2 buffer read overflow. * Fix for CVE-2014-9756, file_io.c divide by zero. * Fix for CVE-2015-7805, AIFF heap write overflow. * Add support for ALAC encoder in a CAF container. * Add support for Cart chunks in WAV files. * Minor bug fixes and improvements. All patches we had are included in the new release. Dropped PR from the recipe. (From OE-Core rev: 5a4b8f7f643a4b95a7036eab02c7f74aa4077982) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Drop now pointless manual -dbg packagingRichard Purdie2015-12-169-13/+1
| | | | | | | | | With the autodebug package generation logic, specifically setting FILES_${PN}-dbg isn't needed in most cases, we can remove them. (From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: Split bash completion information into separate packageMike Crowe2015-12-121-1/+4
| | | | | | | | | | | | Many targets won't even have bash installed so the completion information is completely useless. Follow the lead of other recipes and put it in a separate -bash-completion package. (From OE-Core rev: 4315d1aca8c642001a4b43fef66ed730fb756c66) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: update 1.6.19 -> 1.6.20 (CVE-2015-8126)Andre McCurdy2015-12-081-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.6.20beta01 [November 20, 2015] Avoid potential pointer overflow/underflow in png_handle_sPLT() and png_handle_pCAL() (Bug report by John Regehr). Version 1.6.20beta02 [November 23, 2015] Fixed incorrect implementation of png_set_PLTE() that uses png_ptr not info_ptr, that left png_set_PLTE() open to the CVE-2015-8126 vulnerability. Version 1.6.20beta03 [November 24, 2015] Backported tests from libpng-1.7.0beta69. Version 1.6.20rc01 [November 26, 2015] Fixed an error in handling of bad zlib CMINFO field in pngfix, found by American Fuzzy Lop, reported by Brian Carpenter. inflate() doesn't immediately fault a bad CMINFO field; instead a 'too far back' error happens later (at least some times). pngfix failed to limit CMINFO to the allowed values but then assumed that window_bits was in range, triggering an assert. The bug is mostly harmless; the PNG file cannot be fixed. Version 1.6.20rc02 [November 29, 2015] In libpng 1.6 zlib initialization was changed to use the window size in the zlib stream, not a fixed value. This causes some invalid images, where CINFO is too large, to display 'correctly' if the rest of the data is valid. This provides a workaround for zlib versions where the error arises (ones that support the API change to use the window size in the stream). Version 1.6.20 [December 3, 2015] No changes. (From OE-Core rev: ead74a1fdfbc5b5a00683d74a8b0ff2adf4856be) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>