* [PATCH] git: Update to version 2.36.1
@ 2022-05-22 21:43 Adolf Belka
2022-05-30 19:15 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-05-22 21:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2383 bytes --]
- Update from version 2.36.0 to 2.36.1
- Update of rootfile not required
- Changelog
Git v2.36.1 Release Notes
Fixes since v2.36
* "git submodule update" without pathspec should silently skip an
uninitialized submodule, but it started to become noisy by mistake.
* "diff-tree --stdin" has been broken for about a year, but 2.36
release broke it even worse by breaking running the command with
<pathspec>, which in turn broke "gitk" and got noticed. This has
been corrected by aligning its behaviour to that of "log".
* Regression fix for 2.36 where "git name-rev" started to sometimes
reference strings after they are freed.
* "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
when showing the second and subsequent commits, which has been
corrected.
* "git fast-export -- <pathspec>" lost the pathspec when showing the
second and subsequent commits, which has been corrected.
* "git format-patch <args> -- <pathspec>" lost the pathspec when
showing the second and subsequent commits, which has been
corrected.
* Get rid of a bogus and over-eager coccinelle rule.
* Correct choices of C compilers used in various CI jobs.
Also contains minor documentation updates and code clean-ups.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/git | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/git b/lfs/git
index d61e429f6..a4cd9911a 100644
--- a/lfs/git
+++ b/lfs/git
@@ -24,7 +24,7 @@
include Config
-VER = 2.36.0
+VER = 2.36.1
SUMMARY = Fast, scalable, distributed revision control system
THISAPP = git-$(VER)
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = git
-PAK_VER = 23
+PAK_VER = 24
DEPS = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 72bb148fc5fded2976554788eaf599d20fe9f200ac1dd1ddd4ed89f7f5c8d6c1025907080620bab477b4efadf41d883e890dff73c80d0ff5f0becd83f13ebd88
+$(DL_FILE)_BLAKE2 = 99f54efb4ea1d8db0e3afd3dc9780cb37fc853e4757f4b37d68a6badd90eeed3e2943c97393eaed6adf61c82b97b5d01ca8d015784f5425072b1db14d39144ce
install : $(TARGET)
--
2.36.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] git: Update to version 2.36.1
2022-05-22 21:43 [PATCH] git: Update to version 2.36.1 Adolf Belka
@ 2022-05-30 19:15 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-05-30 19:15 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2549 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - Update from version 2.36.0 to 2.36.1
> - Update of rootfile not required
> - Changelog
> Git v2.36.1 Release Notes
> Fixes since v2.36
> * "git submodule update" without pathspec should silently skip an
> uninitialized submodule, but it started to become noisy by mistake.
> * "diff-tree --stdin" has been broken for about a year, but 2.36
> release broke it even worse by breaking running the command with
> <pathspec>, which in turn broke "gitk" and got noticed. This has
> been corrected by aligning its behaviour to that of "log".
> * Regression fix for 2.36 where "git name-rev" started to sometimes
> reference strings after they are freed.
> * "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
> when showing the second and subsequent commits, which has been
> corrected.
> * "git fast-export -- <pathspec>" lost the pathspec when showing the
> second and subsequent commits, which has been corrected.
> * "git format-patch <args> -- <pathspec>" lost the pathspec when
> showing the second and subsequent commits, which has been
> corrected.
> * Get rid of a bogus and over-eager coccinelle rule.
> * Correct choices of C compilers used in various CI jobs.
> Also contains minor documentation updates and code clean-ups.
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/git | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/lfs/git b/lfs/git
> index d61e429f6..a4cd9911a 100644
> --- a/lfs/git
> +++ b/lfs/git
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.36.0
> +VER = 2.36.1
> SUMMARY = Fast, scalable, distributed revision control system
>
> THISAPP = git-$(VER)
> @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = git
> -PAK_VER = 23
> +PAK_VER = 24
>
> DEPS = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
>
> @@ -47,7 +47,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 72bb148fc5fded2976554788eaf599d20fe9f200ac1dd1ddd4ed89f7f5c8d6c1025907080620bab477b4efadf41d883e890dff73c80d0ff5f0becd83f13ebd88
> +$(DL_FILE)_BLAKE2 = 99f54efb4ea1d8db0e3afd3dc9780cb37fc853e4757f4b37d68a6badd90eeed3e2943c97393eaed6adf61c82b97b5d01ca8d015784f5425072b1db14d39144ce
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-30 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22 21:43 [PATCH] git: Update to version 2.36.1 Adolf Belka
2022-05-30 19:15 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox