diff options
author | adam <adam@pkgsrc.org> | 2021-02-05 20:17:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-05 20:17:29 +0000 |
commit | af369ddd532bb2d3baaa246c017f8ae2ad678679 (patch) | |
tree | 97c74472d1e748b25e3c667f26699a3a994982ee /graphics/gd | |
parent | bf234293145746ef734968f623899b98e619e121 (diff) | |
download | pkgsrc-af369ddd532bb2d3baaa246c017f8ae2ad678679.tar.gz |
gd: updated to 2.3.1
2.3.1:
Fixed
Fix potential integer overflow detected by oss-fuzz
Fix 615 using libraqm
Fix 303: gdlib.pc: use Requires instead of Libs
Fixed 472: Adjusting CMakeLists.txt
Fix 615: gdImageStringFT() fails for empty strings as of libgd 2.3.0
Fix typo but preserve BC
Compute average in gdGuessBackgroundColorFromCorners properly
CMakeLists.txt: zlib is enabled implicitly
src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS
gdlib.pc: use prefixes for pkgconfig file
cmake: remove required host includes
Move initial declaration out of for loop
distribute getlib script
Make gd_nnquant.c less likely to introduce duplicate definitions
webp: support pkg-config file
gd_io: replace internal Putchar with gdPutC
gd_io: trim unused Putword function
Added
Add REQUIRED to FIND_PACKAGE(ZLIB)
README: add some libraries info
VMS/README.VMS: Add dropping support information
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 5 | ||||
-rw-r--r-- | graphics/gd/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 06f8ca02190..c3c3320eae9 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.126 2020/08/31 18:09:38 wiz Exp $ +# $NetBSD: Makefile,v 1.127 2021/02/05 20:17:29 adam Exp $ -DISTNAME= libgd-2.3.0 +DISTNAME= libgd-2.3.1 PKGNAME= ${DISTNAME:S/libgd/gd/} -PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=libgd/} GITHUB_PROJECT= libgd diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo index 4c0b77a3fb2..4cf94fdab06 100644 --- a/graphics/gd/distinfo +++ b/graphics/gd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2020/03/23 07:10:53 adam Exp $ +$NetBSD: distinfo,v 1.49 2021/02/05 20:17:29 adam Exp $ -SHA1 (libgd-2.3.0.tar.xz) = ec75c84aa6326a7ade3302d5c18471f440b2ca1e -RMD160 (libgd-2.3.0.tar.xz) = c490d426083763bb6fc678da98a4bf6b26dc2bdb -SHA512 (libgd-2.3.0.tar.xz) = 5b201d22560e147a3d5471010b898ad0268c3a2453b870d1267b6ba92e540cf9f75099336c1ab08217e41827ac86fe04525726bf29ad117e5dcbaef9a8d0622a -Size (libgd-2.3.0.tar.xz) = 2539188 bytes +SHA1 (libgd-2.3.1.tar.xz) = f74442db40db04b893044676d9f4f3864448c62c +RMD160 (libgd-2.3.1.tar.xz) = 4e5df75947ee71f778bf962f6eed49a2959019d9 +SHA512 (libgd-2.3.1.tar.xz) = 0b96406a1d62129d7d63f78fc4558062c223a3bfbf9719be86362fd922b72b5dac294524dd1b0a996a4a7a709ee9d2dfc790ee32564add70adad41d044a0ed80 +Size (libgd-2.3.1.tar.xz) = 2632076 bytes SHA1 (patch-src_gd__xbm.c) = 948942243b97a8e96838447ea1325a28ac8c828a |