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:           Mon Jul  7 12:40:14 UTC 2025

Modified Files:
        pkgsrc/graphics/chafa: Makefile distinfo

Log Message:
chafa: update to 1.16.2

Bugs fixed:
- SVG scaling seems to be done after bitmap conversion
- Assert when using `chafa_canvas_draw_all_pixels()` with Kitty
  passthrough
- Hangs when running with closed stdin
- Potential overrun when output dimension is exactly 1 pixel.
- Small memory leak on failed load in the grid layout.
- Occasional warnings from JPEG loader that should not be printed.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/chafa/Makefile
cvs rdiff -u -r1.4 -r1.5 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.10 pkgsrc/graphics/chafa/Makefile:1.11
--- pkgsrc/graphics/chafa/Makefile:1.10 Mon Jun 30 11:11:43 2025
+++ pkgsrc/graphics/chafa/Makefile      Mon Jul  7 12:40:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/06/30 11:11:43 ktnb Exp $
+# $NetBSD: Makefile,v 1.11 2025/07/07 12:40:14 ktnb Exp $
 
-DISTNAME=      chafa-1.16.1
+DISTNAME=      chafa-1.16.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.4 pkgsrc/graphics/chafa/distinfo:1.5
--- pkgsrc/graphics/chafa/distinfo:1.4  Mon Jun 30 11:11:43 2025
+++ pkgsrc/graphics/chafa/distinfo      Mon Jul  7 12:40:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/06/30 11:11:43 ktnb Exp $
+$NetBSD: distinfo,v 1.5 2025/07/07 12:40:14 ktnb Exp $
 
-BLAKE2s (chafa-1.16.1.tar.gz) = d8cb86ba9d45626a31ce54fbc7fa2e70799c1b8a28d1a609c34ffae70afbcefa
-SHA512 (chafa-1.16.1.tar.gz) = 31c6505606ce518011dc58ab3b7dd01e93476e9fff34bb5faab8f265bd894489a3e9901de18a9a1470894734d71ac3d040f4eb6fcbfac33bb8c91af54b9c50b2
-Size (chafa-1.16.1.tar.gz) = 1919277 bytes
+BLAKE2s (chafa-1.16.2.tar.gz) = 867295d1b8903b0f7b4af2d53be49bfc15937c36e3888fb72125898ec1af9ce0
+SHA512 (chafa-1.16.2.tar.gz) = e1b55c08ce3c9ea7ee38dfed5c5a96e19f29a87b612f86986d0b16f28af8267b97166800fbd0428078f272da3a303d54b51a4451fece7be6127289f4966c1739
+Size (chafa-1.16.2.tar.gz) = 1921340 bytes



Home | Main Index | Thread Index | Old Index