summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2012-04-24 22:13:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-31 21:15:10 +0100
commit3df821277dd8111aa5a582885d8d405537c21624 (patch)
tree4e4aa9391882cdefd59cbb20dec9e95a25c046da /meta/recipes-multimedia
parent4f4685469ac60f839d4446b8d65e3a139616cebc (diff)
downloadpoky-3df821277dd8111aa5a582885d8d405537c21624.tar.gz
libpng: upgrade to 1.2.49
License hasn't changed, just updated the md5 checksums due to trivial date changes within the text (and the position of the license text within png.h). Addresses CVE-2011-3045 Fixes [YOCTO #2352] (From OE-Core rev: 6e2235a4d769b16ebf68d6bbed56d8bcc0e0c83f) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.2.49.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.2.46.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb b/meta/recipes-multimedia/libpng/libpng_1.2.49.bb
index 142f2b90fe..c24e6913db 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.2.46.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.2.49.bb
@@ -3,15 +3,15 @@ DESCRIPTION = "PNG Library"
3HOMEPAGE = "http://www.libpng.org/" 3HOMEPAGE = "http://www.libpng.org/"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "Libpng" 5LICENSE = "Libpng"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=21b4b6e3523afa9f03f00b43b991dad0 \ 6LIC_FILES_CHKSUM = "file://LICENSE;md5=20110633230abd47fe8680afa75f1492 \
7 file://png.h;startline=172;endline=261;md5=996460063a9bf2de35b2d61d2776dabc" 7 file://png.h;startline=308;endline=422;md5=edd1c552386a8c3773d90e278ae30891"
8DEPENDS = "zlib" 8DEPENDS = "zlib"
9PR = "r4" 9PR = "r0"
10 10
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.bz2" 11SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.bz2"
12 12
13SRC_URI[md5sum] = "e8b43dc78ef95b3949af7f961d76874b" 13SRC_URI[md5sum] = "d5106b70b4f8b464a7da66bffe4565fb"
14SRC_URI[sha256sum] = "a5e796e1802b2e221498bda09ff9850bc7ec9068b6788948cc2c42af213914d8" 14SRC_URI[sha256sum] = "fbf8faa70ebca2ed2ee6df6f2249f4722517b581af5b6c3c71bbdaf925d5954e"
15 15
16inherit autotools binconfig pkgconfig 16inherit autotools binconfig pkgconfig
17 17