mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 11:16:28 +00:00
gd: upgrade 2.3.0 -> 2.3.1
- Fix potential integer overflow detected by oss-fuzz - Fix #615 using libraqm - Fix #303: gdlib.pc: use Requires instead of Libs (#537) - Fixed #472: Adjusting CMakeLists.txt (#582) - Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633) - Fix typo but preserve BC - Compute average in gdGuessBackgroundColorFromCorners properly (#483) - CMakeLists.txt: zlib is enabled implicitly - src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS (#622) - gdlib.pc: use prefixes for pkgconfig file - cmake: remove required host includes (#617) - Move initial declaration out of `for` loop - distribute getlib script - Make gd_nnquant.c less likely to introduce duplicate definitions (#601) - webp: support pkg-config file - gd_io: replace internal Putchar with gdPutC - gd_io: trim unused Putword function - Add REQUIRED to FIND_PACKAGE(ZLIB) - README: add some libraries info (#631) - VMS/README.VMS: Add dropping support information (#614) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
118fccf2d1
commit
e5bbf1301d
@ -16,7 +16,7 @@ DEPENDS = "freetype libpng jpeg zlib tiff"
|
||||
SRC_URI = "git://github.com/libgd/libgd.git;branch=master \
|
||||
"
|
||||
|
||||
SRCREV = "b079fa06223c3ab862c8f0eea58a968727971988"
|
||||
SRCREV = "75ef79c9b013fb5eafd92710b3867827682fd52d"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user