Received: by mail.netbsd.org (Postfix, from userid 605) id 20B2C850C6; Thu, 8 Apr 2021 10:46:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C22F84E19 for ; Thu, 8 Apr 2021 10:46:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pONC4oJwA_Ta for ; Thu, 8 Apr 2021 10:46:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C309E84D0E for ; Thu, 8 Apr 2021 10:46:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BCDCBFA95; Thu, 8 Apr 2021 10:46:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161787881285250" MIME-Version: 1.0 Date: Thu, 8 Apr 2021 10:46:52 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/shells/fish To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210408104652.BCDCBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161787881285250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 8 10:46:52 UTC 2021 Modified Files: pkgsrc/shells/fish: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/shells/fish/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/shells/fish/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161787881285250 Content-Disposition: inline Content-Length: 1645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/fish/Makefile diff -u pkgsrc/shells/fish/Makefile:1.29 pkgsrc/shells/fish/Makefile:1.30 --- pkgsrc/shells/fish/Makefile:1.29 Fri Mar 19 10:19:35 2021 +++ pkgsrc/shells/fish/Makefile Thu Apr 8 10:46:52 2021 @@ -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 Index: pkgsrc/shells/fish/distinfo diff -u pkgsrc/shells/fish/distinfo:1.21 pkgsrc/shells/fish/distinfo:1.22 --- pkgsrc/shells/fish/distinfo:1.21 Fri Mar 19 10:19:35 2021 +++ pkgsrc/shells/fish/distinfo Thu Apr 8 10:46:52 2021 @@ -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 --_----------=_161787881285250--