pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gd



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  5 20:17:29 UTC 2021

Modified Files:
        pkgsrc/graphics/gd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/graphics/gd/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gd/Makefile
diff -u pkgsrc/graphics/gd/Makefile:1.126 pkgsrc/graphics/gd/Makefile:1.127
--- pkgsrc/graphics/gd/Makefile:1.126   Mon Aug 31 18:09:38 2020
+++ pkgsrc/graphics/gd/Makefile Fri Feb  5 20:17:29 2021
@@ -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

Index: pkgsrc/graphics/gd/distinfo
diff -u pkgsrc/graphics/gd/distinfo:1.48 pkgsrc/graphics/gd/distinfo:1.49
--- pkgsrc/graphics/gd/distinfo:1.48    Mon Mar 23 07:10:53 2020
+++ pkgsrc/graphics/gd/distinfo Fri Feb  5 20:17:29 2021
@@ -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



Home | Main Index | Thread Index | Old Index