diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-07-18 18:32:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:55 +0100 |
commit | e912fc9d20298140ad0b69899e20a1494f21b37e (patch) | |
tree | 2b732345fcdb7968faed082af1ec3d9750b403ec /meta/recipes-multimedia/libpng | |
parent | d866a36d7839247e8cf61512a0092d7f4f396d1a (diff) | |
download | openembedded-core-e912fc9d20298140ad0b69899e20a1494f21b37e.tar.gz openembedded-core-e912fc9d20298140ad0b69899e20a1494f21b37e.tar.bz2 openembedded-core-e912fc9d20298140ad0b69899e20a1494f21b37e.zip |
libpng: upgrade to v1.2.46
This addresses the following security advisories:
* CVE-2011-2690
* CVE-2011-2692
This fixes bug [YOCTO #1255]
The LICENSE and png.h checksum changes were due to trivial changes
in the files.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libpng')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.2.46.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.2.44.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb b/meta/recipes-multimedia/libpng/libpng_1.2.46.bb index d81a5c1fa2..57d9037949 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.2.46.bb @@ -1,16 +1,17 @@ +SUMMARY = "PNG Library" DESCRIPTION = "PNG Library" HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a294a2bb08b7f25558119edbfd6b2e92 \ - file://png.h;startline=172;endline=261;md5=3253923f0093658f470e52a06ddcf4e7" +LIC_FILES_CHKSUM = "file://LICENSE;md5=21b4b6e3523afa9f03f00b43b991dad0 \ + file://png.h;startline=172;endline=261;md5=996460063a9bf2de35b2d61d2776dabc" DEPENDS = "zlib" PR = "r0" -SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2" +SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.bz2" -SRC_URI[md5sum] = "e3ac7879d62ad166a6f0c7441390d12b" -SRC_URI[sha256sum] = "b9ab20f1c2c3bf6c4448fd9bd8a4a8905b918114d5fada56c97bb758a17b7215" +SRC_URI[md5sum] = "e8b43dc78ef95b3949af7f961d76874b" +SRC_URI[sha256sum] = "a5e796e1802b2e221498bda09ff9850bc7ec9068b6788948cc2c42af213914d8" inherit autotools binconfig pkgconfig |