Received: by mail.netbsd.org (Postfix, from userid 605) id 0074784DC1; Tue, 9 Feb 2021 06:45:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39F6384DBC for ; Tue, 9 Feb 2021 06:45:07 +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 jznVcukCiDEU for ; Tue, 9 Feb 2021 06:45:06 +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 8350484CDB for ; Tue, 9 Feb 2021 06:45:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71EEFFA95; Tue, 9 Feb 2021 06:45:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161285310628530" MIME-Version: 1.0 Date: Tue, 9 Feb 2021 06:45:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210209064506.71EEFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161285310628530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 9 06:45:06 UTC 2021 Modified Files: pkgsrc/devel/git: Makefile.version pkgsrc/devel/git-base: distinfo Log Message: git: updated to 2.30.1 Git v2.30.1 Release Notes ========================= This release is primarily to merge fixes accumulated on the 'master' front to prepare for 2.31 release that are still relevant to 2.30.x maintenance track. Fixes since v2.30 ----------------- * "git fetch --recurse-submodules" failed to update a submodule when it has an uninitialized (hence of no interest to the user) sub-submodule, which has been corrected. * Command line error of "git rebase" are diagnosed earlier. * "git stash" did not work well in a sparsely checked out working tree. * Some tests expect that "ls -l" output has either '-' or 'x' for group executable bit, but setgid bit can be inherited from parent directory and make these fields 'S' or 's' instead, causing test failures. * "git for-each-repo --config= " should not run for any repository when the configuration variable is not defined even once. * "git mergetool --tool-help" was broken in 2.29 and failed to list all the available tools. * Fix for procedure to building CI test environment for mac. * Newline characters in the host and path part of git:// URL are now forbidden. * When more than one commit with the same patch ID appears on one side, "git log --cherry-pick A...B" did not exclude them all when a commit with the same patch ID appears on the other side. Now it does. * Documentation for "git fsck" lost stale bits that has become incorrect. * Doc for packfile URI feature has been clarified. * The implementation of "git branch --sort" wrt the detached HEAD display has always been hacky, which has been cleaned up. * Our setting of GitHub CI test jobs were a bit too eager to give up once there is even one failure found. Tweak the knob to allow other jobs keep running even when we see a failure, so that we can find more failures in a single run. Also contains minor documentation updates and code clean-ups. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/git/Makefile.version cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/git-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161285310628530 Content-Disposition: inline Content-Length: 1861 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/git/Makefile.version diff -u pkgsrc/devel/git/Makefile.version:1.92 pkgsrc/devel/git/Makefile.version:1.93 --- pkgsrc/devel/git/Makefile.version:1.92 Mon Jan 11 10:20:16 2021 +++ pkgsrc/devel/git/Makefile.version Tue Feb 9 06:45:06 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.92 2021/01/11 10:20:16 adam Exp $ +# $NetBSD: Makefile.version,v 1.93 2021/02/09 06:45:06 adam Exp $ # # used by devel/git/Makefile.common # used by devel/git-cvs/Makefile # used by devel/git-svn/Makefile -GIT_VERSION= 2.30.0 +GIT_VERSION= 2.30.1 Index: pkgsrc/devel/git-base/distinfo diff -u pkgsrc/devel/git-base/distinfo:1.104 pkgsrc/devel/git-base/distinfo:1.105 --- pkgsrc/devel/git-base/distinfo:1.104 Mon Jan 11 10:20:16 2021 +++ pkgsrc/devel/git-base/distinfo Tue Feb 9 06:45:06 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.104 2021/01/11 10:20:16 adam Exp $ +$NetBSD: distinfo,v 1.105 2021/02/09 06:45:06 adam Exp $ -SHA1 (git-2.30.0.tar.xz) = 6be02a878d08227d85f0cf4d5646b19c60a242e4 -RMD160 (git-2.30.0.tar.xz) = 17081fb3ca73aa9aa486994a07c7e6f61c781046 -SHA512 (git-2.30.0.tar.xz) = 2ce154d6e224e78d7da2ea9b954d8cf56bdfe43636b93dd5045a950a7362d3943866b4949eb5ed03528d6e5f0466c33c233b502d84430ed9d90326bcc696101d -Size (git-2.30.0.tar.xz) = 6325652 bytes +SHA1 (git-2.30.1.tar.xz) = a292d21bb94bdc4a8ca83e06cde9dc222059187b +RMD160 (git-2.30.1.tar.xz) = a9cca3bff96ed9d018abe365b40667ffe9b044e9 +SHA512 (git-2.30.1.tar.xz) = b3567d251c73807857f05f46cae3acb4e0d876590d122229c05509d5eb17fc3eee0ba97a1b2068070b399085f7a92aa2493c4833b98f65b8ef15fc279798caa3 +Size (git-2.30.1.tar.xz) = 6327976 bytes SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa SHA1 (patch-Makefile) = 73741b9d9a1b32bb47db48a7c546c4ff10fb41d6 SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886 --_----------=_161285310628530--