pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/chafa
Module Name: pkgsrc
Committed By: ktnb
Date: Fri May 1 14:24:13 UTC 2026
Modified Files:
pkgsrc/graphics/chafa: Makefile distinfo
Log Message:
chafa: update to 1.18.2
- Support BigTIFF images
- Integer overflow and OOB write with big output size (@Captainjack-kor).
- OOB write in symbol-mode Floyd-Steinberg dithering.
- CLI: Incomplete sanitization of filenames printed to terminal.
- CLI: Integer overflow in XWD header validation.
- CLI: Pointer arithmetic past end of GIF file allocation.
- OOB reading canvas cell colors in FGBG mode.
- Compiler warnings from headers with C99 and -Wpedantic.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/chafa/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/chafa/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/chafa/Makefile
diff -u pkgsrc/graphics/chafa/Makefile:1.18 pkgsrc/graphics/chafa/Makefile:1.19
--- pkgsrc/graphics/chafa/Makefile:1.18 Mon Apr 20 18:14:06 2026
+++ pkgsrc/graphics/chafa/Makefile Fri May 1 14:24:13 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/04/20 18:14:06 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/05/01 14:24:13 ktnb Exp $
-DISTNAME= chafa-1.18.1
-PKGREVISION= 1
+DISTNAME= chafa-1.18.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=hpjansson/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/graphics/chafa/distinfo
diff -u pkgsrc/graphics/chafa/distinfo:1.7 pkgsrc/graphics/chafa/distinfo:1.8
--- pkgsrc/graphics/chafa/distinfo:1.7 Mon Feb 9 14:12:39 2026
+++ pkgsrc/graphics/chafa/distinfo Fri May 1 14:24:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/02/09 14:12:39 ktnb Exp $
+$NetBSD: distinfo,v 1.8 2026/05/01 14:24:13 ktnb Exp $
-BLAKE2s (chafa-1.18.1.tar.gz) = b9e0202f5be457f45be4b0dbd8dc9a56c0dcef50d5789fadc905bc084a991540
-SHA512 (chafa-1.18.1.tar.gz) = 60f4b8aa4f4d29a854fe2bf3e268c7754bf64dbd7ccd0ee8298f84440ddc5c54a5d3170e89eb1b1afd323f293929ad849c149e96f69471756745babad5aa7091
-Size (chafa-1.18.1.tar.gz) = 1940908 bytes
+BLAKE2s (chafa-1.18.2.tar.gz) = 68f92769ff5a3589ad2fbd694c0f9c2ea22c72a2a287615aa5de3572318f5ae6
+SHA512 (chafa-1.18.2.tar.gz) = 376fa8f1257965294125ad8ca236c2c5f3d530d7e24e62fb145050205d6f43166bd3a7ff63206849ea132d50c6d01bce0c3cabd4c7ca10a2fdadb0a00b3aaa8c
+Size (chafa-1.18.2.tar.gz) = 1943603 bytes
Home |
Main Index |
Thread Index |
Old Index