From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC827158089 for ; Sun, 8 Oct 2023 15:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 299A62BC016; Sun, 8 Oct 2023 15:14:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EE5C2BC016 for ; Sun, 8 Oct 2023 15:14:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C0B4335C34 for ; Sun, 8 Oct 2023 15:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 521F58C9 for ; Sun, 8 Oct 2023 15:14:07 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1696774948.eab26499ac2419207352f04f3ae89426f79e94b9.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: / X-VCS-Repository: proj/pkgcore/pkgcheck X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: eab26499ac2419207352f04f3ae89426f79e94b9 X-VCS-Branch: master Date: Sun, 8 Oct 2023 15:14:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4efd7691-bf62-4024-a4d0-aaa9f2ba4ad3 X-Archives-Hash: 9241a764d32f3ee288d5231ca3280f7a commit: eab26499ac2419207352f04f3ae89426f79e94b9 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 8 07:50:37 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 8 14:22:28 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=eab26499 new release 0.10.26 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index b7c81ef5..733e1a8f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,64 @@ Release Notes ============= +----------------------------- +pkgcheck 0.10.26 (2023-10-08) +----------------------------- + +- tree-sitter-bash: use and bundle the latest version of the bash grammar. This + version is capable to parse all the bash code that was used in gentoo + repository, meaning various false positives or parsing errors were fixed. + (Arthur Zamarin) + +- git addon: pass options to disable finding copies (Sam James, #618) + +- git addon: add helping message on failure of git remote setup (Arthur + Zamarin, #608) + +**New checks:** + +- VariableScopeCheck: add check for usage of prohibited variables in global + scope (Arthur Zamarin, #607) + +- VariableScopeCheck: BROOT is allowed also in ``pkg_{pre,post}{inst,rm}`` + (Ulrich Müller, #609) + +- GlobDistdir: check for unsafe filename expansion with ``${DISTDIR}`` (Arthur + Zamarin, #610) + +- EclassManualDepsCheck: check for missing manual deps for specific eclasses + (Arthur Zamarin, #616) + +- UnstableSrcUri: check for known unstable ``SRC_URI`` sources (Arthur Zamarin, + #599) + +- network: add codeberg remote-id (Thomas Bracht Laumann Jespersen, #620) + +- EmptyGlobalAssignment: check for empty global assignments (Arthur Zamarin, + #629) + +- SelfAssignment: check for global scope self assignments (Arthur Zamarin, #629) + +- BannedPhaseCall: detect calls of phase functions directly in ebuilds (Arthur + Zamarin, #627) + +- VariableShadowed: check to detect shadowed variable assignments (Arthur + Zamarin, #623) + +- DuplicateFunctionDefinition: check for duplicate global functions (Arthur + Zamarin, #624) + +- BannedEapiCommand: also check for ``has_version --host-root`` and + ``best_version --host-root`` in EAPI>=7 (Arthur Zamarin, #630) + +- BannedEapiCommand: add some extra user and group commands (Arthur Zamarin) + +**Fixed bugs:** + +- RedundantLongDescription: lower too short threshold (Arthur Zamarin, #614) + +- tests.test_pkgcheck_scan: fix issues with xdist testing (Arthur Zamarin) + ----------------------------- pkgcheck 0.10.25 (2023-07-29) ----------------------------- @@ -45,7 +103,7 @@ pkgcheck 0.10.25 (2023-07-29) - scan: fix unknown exit checkset during initial config load (Arthur Zamarin, #594) -- GitPkgCommitsCheck: fix failure during compute of environment (ArthurZamarin) +- GitPkgCommitsCheck: fix failure during compute of environment (Arthur Zamarin) ----------------------------- pkgcheck 0.10.24 (2023-05-17)