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 Sep 13 10:34:40 UTC 2026

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
fzf: update to 0.74.4.

0.74.4
------
- Fixed an escape sequence split across reads being parsed as a fragment, which leaked the rest into the query (#4899)
    - e.g. A terminal answering the startup `DECRQM` query late left `?2004;2$y`, CTRL-UP left `5A`, and SGR mouse input left `0;1;1M`
- Fixed `--tiebreak=pathname` not detecting the last path separator when the line contains a non-ASCII character before it (#4902)
- Fixed `progress` in the `--listen` status payload staying at 100 while a new search was running, which made a snapshot with a new query and the previous result set look complete (#4903)
    - It is now reset when a search starts and reaches 100 on the final result, so `progress` of 100 means the matches belong to the query reported next to them
- Fixed adaptive height not reserving a line for the divider of an inline header or footer border, so the list came up one line short for each of them (#4904)
    - e.g. `seq 10 | fzf --height=~100% --list-border --header-lines=1 --header-lines-border=inline`
- Fixed fzf erasing the line the prompt was on when it exits, which made the last line of the prompt flicker in fish, bash, and nushell (#4913)
- Fixed fzf exiting with status 2 while waiting for a key, when `--listen` is used and 100+ signals interrupt the wait (#4917)
- Vim plugin
    - fzf no longer blocks the editor, so live previews keep working while fzf is open
        - `fzf#run` returns an empty list when it runs fzf asynchronously. Use `sink`, `sinklist`, or `exit` to get the result
    - The popup layout now works under Zellij
    - Added `popup` as a synonym of the `tmux` layout key
      ```vim
      let g:fzf_layout = { 'popup': '90%,70%' }
      ```
    - fzf now opens in a tmux or Zellij floating pane by default, so the window it was started from stays visible and can be used while fzf is running
        - Requires tmux 3.7+ or Zellij 0.44+
        - Set `g:fzf_layout` to pick a different layout
- fish
    - Fixed custom CTRL-T command not using the prefixed target directory in some cases (#4498) (@bitraid)
    - Optimized description alignment of completion items (#4910) (@bitraid)
- nushell
    - Added key bindings for Helix editing modes, on nushell 0.115.0 or above (#4914) (@sim590)
    - Fixed CTRL-T inserting the selected paths unquoted
        - p4p3r (@P4P3R-HAK) reported the security vulnerability and suggested the fix


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.56 -r1.57 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.144 pkgsrc/sysutils/fzf/Makefile:1.145
--- pkgsrc/sysutils/fzf/Makefile:1.144  Sat Sep  5 19:10:00 2026
+++ pkgsrc/sysutils/fzf/Makefile        Sun Sep 13 10:34:40 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2026/09/05 19:10:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.145 2026/09/13 10:34:40 wiz Exp $
 
-DISTNAME=      fzf-0.74.3
-PKGREVISION=   2
+DISTNAME=      fzf-0.74.4
 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.56 pkgsrc/sysutils/fzf/distinfo:1.57
--- pkgsrc/sysutils/fzf/distinfo:1.56   Sun Aug 23 07:43:01 2026
+++ pkgsrc/sysutils/fzf/distinfo        Sun Sep 13 10:34:40 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.56 2026/08/23 07:43:01 wiz Exp $
+$NetBSD: distinfo,v 1.57 2026/09/13 10:34:40 wiz Exp $
 
-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 (fzf-0.74.4.tar.gz) = 422cca382ad30c838f914a6b00a982096d383babfc39c61020b31940234da17b
+SHA512 (fzf-0.74.4.tar.gz) = fe3028fd0e645d98d957560d239e32e4d8d41524eab68e59ff749b416e7598fbc12ebf12752549765ac039feb23b76e6f8d16c8a4056369092598f69686d1743
+Size (fzf-0.74.4.tar.gz) = 484612 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