pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/fzf
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 23 07:43:01 UTC 2026
Modified Files:
pkgsrc/sysutils/fzf: Makefile distinfo
Log Message:
fzf: update to 0.74.3.
0.74.3
------
- Performance optimizations for non-ASCII input
- ASCII queries are up to 16x faster
- Non-ASCII queries are up to 12x faster
- Reading accented Latin input is up to 37% faster
- Reading CJK input reduces memory use by up to 29%
- ASCII input is unaffected
- Fixed an image from a preview command being torn apart when its rows are separated by IND instead of newlines, as `chafa` does under tmux (#4885)
- Fixed `replace-query` corrupting the item text when the query is edited afterwards
- fzf no longer turns bracketed paste mode off on exit when the terminal already had it on, which broke pasting in shells that run fzf from a line editor widget (#4887)
- Fixed startup blocking on terminals that never answer escape sequences, such as FreeBSD virtual terminals. fzf waited for a reply until a key was pressed, then dropped that keystroke (#2860, #976)
To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/sysutils/fzf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/fzf/Makefile
diff -u pkgsrc/sysutils/fzf/Makefile:1.141 pkgsrc/sysutils/fzf/Makefile:1.142
--- pkgsrc/sysutils/fzf/Makefile:1.141 Sat Aug 22 15:19:13 2026
+++ pkgsrc/sysutils/fzf/Makefile Sun Aug 23 07:43:01 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.141 2026/08/22 15:19:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.142 2026/08/23 07:43:01 wiz Exp $
-DISTNAME= fzf-0.74.2
-PKGREVISION= 2
+DISTNAME= fzf-0.74.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.55 pkgsrc/sysutils/fzf/distinfo:1.56
--- pkgsrc/sysutils/fzf/distinfo:1.55 Mon Aug 3 17:13:48 2026
+++ pkgsrc/sysutils/fzf/distinfo Sun Aug 23 07:43:01 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.55 2026/08/03 17:13:48 wiz Exp $
+$NetBSD: distinfo,v 1.56 2026/08/23 07:43:01 wiz Exp $
-BLAKE2s (fzf-0.74.2.tar.gz) = 9ff79a394e90659e56c2351634e2fb8e003122d9bb4e946ea6353d510f7760c0
-SHA512 (fzf-0.74.2.tar.gz) = 6917fd11828cc9f9faeca587298f73f7e23389c5e30dc2c5ecdd82bc2479f5bda0c388cced1d2dbf754bb8ba26a36548ba68dc22eee0e542a4fdcb6cce8c8efe
-Size (fzf-0.74.2.tar.gz) = 461367 bytes
+BLAKE2s (fzf-0.74.3.tar.gz) = bbea0dc0ba114ee80385dafeb2e7d964449e39aba7e41644fba13eee1ade4ea8
+SHA512 (fzf-0.74.3.tar.gz) = 4bd8f0f202ebcc9bf69df729c87a2349637c326479939e424d957ae1633f1bd1526c1e08b207533bdb684eb2e77bedc47bb5ae262532d1c3d16f2e160e276f2c
+Size (fzf-0.74.3.tar.gz) = 476701 bytes
BLAKE2s (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 8225a56cd73ef07f4f34aa10fb819ecd8b5334c43a456c4520977b5120f76512
SHA512 (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 3ce875eb677a95df738a185ba9af982e9e48162218a809b2af9e4237c2ad0d65d959c3930d99b960f6483d88930f597d222b71f6f339e694ce24fdb9e98199ff
Size (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 92 bytes
Home |
Main Index |
Thread Index |
Old Index