meta-openembedded/meta-oe
Andre McCurdy 125ea65fe0 libjpeg-turbo: update 1.4.1 -> 1.4.2
https://github.com/libjpeg-turbo/libjpeg-turbo/blob/1.4.2/ChangeLog.txt

  1.4.2
  =====

  [1] Fixed an issue whereby cjpeg would segfault if a Windows bitmap with a
  negative width or height was used as an input image (Windows bitmaps can have
  a negative height if they are stored in top-down order, but such files are
  rare and not supported by libjpeg-turbo.)

  [2] Fixed an issue whereby, under certain circumstances, libjpeg-turbo would
  incorrectly encode certain JPEG images when quality=100 and the fast integer
  forward DCT were used.  This was known to cause 'make test' to fail when the
  library was built with '-march=haswell' on x86 systems.

  [3] Fixed an issue whereby libjpeg-turbo would crash when built with the latest
  & greatest development version of the Clang/LLVM compiler.  This was caused by
  an x86-64 ABI conformance issue in some of libjpeg-turbo's 64-bit SSE2 SIMD
  routines.  Those routines were incorrectly using a 64-bit mov instruction to
  transfer a 32-bit JDIMENSION argument, whereas the x86-64 ABI allows the upper
  (unused) 32 bits of a 32-bit argument's register to be undefined.  The new
  Clang/LLVM optimizer uses load combining to transfer multiple adjacent 32-bit
  structure members into a single 64-bit register, and this exposed the ABI
  conformance issue.

  [4] Fixed a bug in the MIPS DSPr2 4:2:0 "plain" (non-fancy and non-merged)
  upsampling routine that caused a buffer overflow (and subsequent segfault) when
  decompressing a 4:2:0 JPEG image whose scaled output width was less than 16
  pixels.  The "plain" upsampling routines are normally only used when
  decompressing a non-YCbCr JPEG image, but they are also used when decompressing
  a JPEG image whose scaled output height is 1.

  [5] Fixed various negative left shifts and other issues reported by the GCC and
  Clang undefined behavior sanitizers.  None of these was known to pose a
  security threat, but removing the warnings makes it easier to detect actual
  security issues, should they arise in the future.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-12-18 12:28:24 +01:00
..
classes autotools-bootstrap.bbclass: initial add 2015-11-06 17:49:35 +01:00
conf lmsensors: exclude lmsensors-config dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS 2015-11-16 21:50:10 +01:00
licenses QWTv1.0: Add qwt license version 1.0 2015-09-08 16:24:16 +02:00
recipes-benchmark iperf3 :upgrade to 3.1 2015-10-23 12:53:24 +02:00
recipes-connectivity krb5: fix CVE-2015-2698 2015-12-18 12:28:24 +01:00
recipes-core libjpeg-turbo: update 1.4.1 -> 1.4.2 2015-12-18 12:28:24 +01:00
recipes-devtools Revert "luajit: Upgrade to 2.1 beta1" 2015-11-11 10:46:55 +01:00
recipes-extended tipcutils: set MACHINE_ARCH, because it depends on kernel 2015-11-16 21:50:07 +01:00
recipes-gnome libgudev: skip recipe for distros not using systemd as init 2015-10-13 12:27:51 +02:00
recipes-graphics xserver-common, xserver-nodm-init: drop allarch, depends on couple TUNE_PKGARCH recipes 2015-11-16 21:50:08 +01:00
recipes-kernel ktap: add libelf PACKAGECONFIG also to ktap-module 2015-11-11 10:46:55 +01:00
recipes-multimedia cdrkit: initial add 1.1.11 2015-11-06 17:49:38 +01:00
recipes-navigation gdal: blacklist, fails to build with gcc-5 2015-10-13 12:27:49 +02:00
recipes-qt qt-mobility: fix dependencies and PACKAGECONFIG 2015-11-16 21:50:10 +01:00
recipes-sato/claws-mail sylpheed: remove do_install_append 2015-05-17 09:46:31 +02:00
recipes-support syslog-ng: add UPDATE_ALTERNATIVE for syslog-service 2015-12-18 12:28:24 +01:00
recipes-test fwts: add the Firmware Test Suite 2014-12-31 16:35:34 +01:00
site
COPYING.MIT
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
                       Martin Jansa <martin.jansa@gmail.com>