pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/fish fish: update to 3.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a96b7877e1af
branches:  trunk
changeset: 449953:a96b7877e1af
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 08 10:46:52 2021 +0000

description:
fish: update to 3.2.2

fish 3.2.2 (released April 7, 2021)
====================================

This release of fish fixes a number of additional issues identified in the fish 3.2 series:

- The command-not-found handler used suggestions from ``pacman`` on Arch Linux, but this caused major slowdowns on some systems and has been disabled (:issue:`7841`).
- fish will no longer hang on exit if another process is in the foreground on macOS (:issue:`7901`).
- Certain programs (such as ``lazygit``) could create situations where fish would not receive keystrokes correctly, but it is now more robust in these situations (:issue:`7853`).
- Arguments longer than 1024 characters no longer trigger excessive CPU usage on macOS (:issue:`7837`).
- fish builds correctly on macOS when using new versions of Xcode (:issue:`7838`).
- Completions for ``aura`` (:issue:`7865`) and ``tshark`` (:issue:`7858`) should no longer produce errors.
- Background jobs no longer interfere with syntax highlighting (a regression introduced in fish 3.2.1, :issue:`7842`).

If you are upgrading from version 3.1.2 or before, please also review the release notes for 3.2.1 and 3.2.0 (included below).

diffstat:

 shells/fish/Makefile |   4 ++--
 shells/fish/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4cc400235d14 -r a96b7877e1af shells/fish/Makefile
--- a/shells/fish/Makefile      Thu Apr 08 10:40:53 2021 +0000
+++ b/shells/fish/Makefile      Thu Apr 08 10:46:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/03/19 10:19:35 nia Exp $
+# $NetBSD: Makefile,v 1.30 2021/04/08 10:46:52 nia Exp $
 
-DISTNAME=              fish-3.2.1
+DISTNAME=              fish-3.2.2
 CATEGORIES=            shells
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=fish-shell/}
 GITHUB_PROJECT=                fish-shell
diff -r 4cc400235d14 -r a96b7877e1af shells/fish/distinfo
--- a/shells/fish/distinfo      Thu Apr 08 10:40:53 2021 +0000
+++ b/shells/fish/distinfo      Thu Apr 08 10:46:52 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2021/03/19 10:19:35 nia Exp $
+$NetBSD: distinfo,v 1.22 2021/04/08 10:46:52 nia Exp $
 
-SHA1 (fish-3.2.1.tar.xz) = e5ce0e2fbdfd8d06d15af7d87fe23cfb2cc32b1b
-RMD160 (fish-3.2.1.tar.xz) = 9cef0930c4e96852a4c8e8fe88d6d90972bc782d
-SHA512 (fish-3.2.1.tar.xz) = bf565bac93e7d163af5253b4053f9c9e760508b929624440fd8a160504a127c34013882576293c72a47ce7f285f87e0b594d61d7cebcefcc3be4e92c572926bc
-Size (fish-3.2.1.tar.xz) = 3409808 bytes
+SHA1 (fish-3.2.2.tar.xz) = a30b2d21ebec63a00282181b8660224ce71edbad
+RMD160 (fish-3.2.2.tar.xz) = e24a3f7a3b073bc9295e897bd3103f7ae33702f4
+SHA512 (fish-3.2.2.tar.xz) = e82c5a390bd94f84c60843a94dc4f30bd46539828a54d2e96f208e0d54a0aa361a8c9d4a66cdf2fa636a5fab310a96bf1c165c58440c38d123f788fff3598f4a
+Size (fish-3.2.2.tar.xz) = 3411748 bytes
 SHA1 (patch-cmake_Install.cmake) = 6ae3f511597773dfd9bf2d22c2d8dd0b60d87ae2



Home | Main Index | Thread Index | Old Index