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 Feb  9 14:12:39 UTC 2026

Modified Files:
        pkgsrc/graphics/chafa: Makefile distinfo

Log Message:
chafa: update to 1.18.1

- New option: `--probe-mode=[any|ctty|stdio]`. This specifies whether
  to probe the terminal through stdio or ctty (usually `/dev/tty`).
  Defaults to `any`, which will probe stdio if it looks like a tty,
  otherwise the ctty. This allows the terminal to be probed when I/O
  is redirected
- We now try harder to restore the terminal to a usable state after
  `SIGINT` is received, even if we couldn't do a clean exit in a
  reasonable time frame
- Bash completions were added and zsh completions updated
- Improved compatibility for the Kitty protocol
- Bug fixes:
  - Test failure on sparc64
  - Test failure on i386
  - Bad console modes on win32 after exit
  - Stalling on closed output pipe on OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/chafa/Makefile
cvs rdiff -u -r1.6 -r1.7 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.16 pkgsrc/graphics/chafa/Makefile:1.17
--- pkgsrc/graphics/chafa/Makefile:1.16 Tue Jan 27 08:39:37 2026
+++ pkgsrc/graphics/chafa/Makefile      Mon Feb  9 14:12:39 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/01/27 08:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/02/09 14:12:39 ktnb Exp $
 
-DISTNAME=      chafa-1.18.0
-PKGREVISION=   2
+DISTNAME=      chafa-1.18.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hpjansson/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/graphics/chafa/distinfo
diff -u pkgsrc/graphics/chafa/distinfo:1.6 pkgsrc/graphics/chafa/distinfo:1.7
--- pkgsrc/graphics/chafa/distinfo:1.6  Mon Nov 10 02:43:14 2025
+++ pkgsrc/graphics/chafa/distinfo      Mon Feb  9 14:12:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/11/10 02:43:14 ktnb Exp $
+$NetBSD: distinfo,v 1.7 2026/02/09 14:12:39 ktnb Exp $
 
-BLAKE2s (chafa-1.18.0.tar.gz) = 8f69cc3c59c6e12fee95e0af1ce9c0c3d3b95e5222a70ea2aacaddac53ea8265
-SHA512 (chafa-1.18.0.tar.gz) = 1fb74757551f7eb3ba3486af5df2e7bd5c87945f2d62dd06777db0f5cffe12d377f83ef5794081b5b5d0e9b1ebc5e945fbcb98c42e860157db4bb69c0bcc84b3
-Size (chafa-1.18.0.tar.gz) = 1937303 bytes
+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



Home | Main Index | Thread Index | Old Index