Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UDyFThg5; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iRHaGB6C Received: by mail.netbsd.org (Postfix, from userid 605) id DD6F784E82; Fri, 12 Apr 2024 13:51:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712929891; bh=KyIzMCHaNjavp2MDCqRNIXEQh/K/PAXoQL+M+uhG3OE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UDyFThg5HGmy/O+Nl6DOGwtFJlU7muZ9MKytyHK8C3QiJr4cMtWReds+/WqRMN/B6 GwdJr+iRcAESk5aFYDGfcbuzY8w5dlWfsNlqS5A+fSTi6iHpG9tqUQ3D9+IGmCE/HC rLuCdZJc1w66/xnFBVcJ/6VKhwL0t7bjiX0IQHm0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEF0A84E78 for ; Fri, 12 Apr 2024 13:51:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xd9Xt6WPTXev for ; Fri, 12 Apr 2024 13:51:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3ADAF84E6B for ; Fri, 12 Apr 2024 13:51:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712929889; bh=KyIzMCHaNjavp2MDCqRNIXEQh/K/PAXoQL+M+uhG3OE=; h=Date:From:Subject:To:Reply-To; b=iRHaGB6CRdwF66XdyWF1+QfppSuzT4bPLDtwUT834funETdN4Y7bwnWXkWgOIWgl7 xqLQMwGP8Lz7kgMbBjVb31a/S1L6wqx6Fnpv8ps8oUENM+NEKjDapeGsxClqawfRct wdKmFfDtSF0O7uBJ3FGZOYFF6sy3YYPjwJ7rZ5pk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D9D2FA2C; Fri, 12 Apr 2024 13:51:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171292988969340" MIME-Version: 1.0 Date: Fri, 12 Apr 2024 13:51:29 +0000 From: "nikita" Subject: CVS commit: pkgsrc/shells/shellcheck To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240412135129.2D9D2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171292988969340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Fri Apr 12 13:51:29 UTC 2024 Modified Files: pkgsrc/shells/shellcheck: Makefile distinfo Log Message: shellcheck: update to version 0.10.0 Changelog: ## v0.10.0 - 2024-03-07 ### Added - Precompiled binaries for macOS ARM64 (darwin.aarch64) - Added support for busybox sh - Added flag --rcfile to specify an rc file by name. - Added `extended-analysis=true` directive to enable/disable dataflow analysis (with a corresponding --extended-analysis flag). - SC2324: Warn when x+=1 appends instead of increments - SC2325: Warn about multiple `!`s in dash/sh. - SC2326: Warn about `foo | ! bar` in bash/dash/sh. - SC3012: Warn about lexicographic-compare bashism in test like in [ ] - SC3013: Warn bashism `test _ -op/-nt/-ef _` like in [ ] - SC3014: Warn bashism `test _ == _` like in [ ] - SC3015: Warn bashism `test _ =~ _` like in [ ] - SC3016: Warn bashism `test -v _` like in [ ] - SC3017: Warn bashism `test -a _` like in [ ] ### Fixed - source statements with here docs now work correctly - "(Array.!): undefined array element" error should no longer occur To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/shellcheck/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/shellcheck/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171292988969340 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/shellcheck/Makefile diff -u pkgsrc/shells/shellcheck/Makefile:1.14 pkgsrc/shells/shellcheck/Makefile:1.15 --- pkgsrc/shells/shellcheck/Makefile:1.14 Thu Nov 2 06:37:22 2023 +++ pkgsrc/shells/shellcheck/Makefile Fri Apr 12 13:51:28 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2023/11/02 06:37:22 pho Exp $ +# $NetBSD: Makefile,v 1.15 2024/04/12 13:51:28 nikita Exp $ -DISTNAME= ShellCheck-0.9.0 +DISTNAME= ShellCheck-0.10.0 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 3 CATEGORIES= shells devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/shells/shellcheck/distinfo diff -u pkgsrc/shells/shellcheck/distinfo:1.6 pkgsrc/shells/shellcheck/distinfo:1.7 --- pkgsrc/shells/shellcheck/distinfo:1.6 Mon Jan 16 16:43:24 2023 +++ pkgsrc/shells/shellcheck/distinfo Fri Apr 12 13:51:28 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/01/16 16:43:24 nikita Exp $ +$NetBSD: distinfo,v 1.7 2024/04/12 13:51:28 nikita Exp $ -BLAKE2s (ShellCheck-0.9.0.tar.gz) = c1a31a1ab8dd308d71ceddd46af71718d876ae036e3517df6b261a629af73091 -SHA512 (ShellCheck-0.9.0.tar.gz) = 724da8de58eb9c4512779de0ec5f2f8f9015145c1eab3605574e609355980cd2fb87338d41e8ae95a0fd0742eed463b1c515a68d255308caa77ca06d57e12fcb -Size (ShellCheck-0.9.0.tar.gz) = 231011 bytes +BLAKE2s (ShellCheck-0.10.0.tar.gz) = 4a02c683046da383666878659bbcc548462f60df38f364b66a69c0ec490b65cf +SHA512 (ShellCheck-0.10.0.tar.gz) = 30d574ad718e599a8b6b5346a96cb5af9ec7442f69e2d7b525b27a5b875bb70bc387e8bc010b848c360856f8130a40dbd9bba47a1dec3315cd9b22b1650442c9 +Size (ShellCheck-0.10.0.tar.gz) = 234856 bytes --_----------=_171292988969340--