summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/libpng/libpng_1.2.46.bb
Commit message (Collapse)AuthorAgeFilesLines
* libpng: Add RPROVIDES for backwards compatibiliy with previous libpng packagingRichard Purdie2011-09-211-1/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng: avoid dangling link in libpng packageDongxiao Xu2011-09-211-4/+2
| | | | | | | | | | | As for libpng recipe, the libpng.pc is a symbol link to libpng12.pc, if packaging them into two different packages, we will get a dangling link for libpng.pc, and when calculating rpm dependency with that file, we will get nothing. Only keep one version of dev package to fix the issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libpng: upgrade to v1.2.46Scott Garman2011-07-201-0/+26
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>