public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] git: Update to version 2.36.0
@ 2022-04-21 19:31 Adolf Belka
  2022-04-24 14:10 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-04-21 19:31 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2548 bytes --]

- Update from 2.35.1 to 2.36.0
- Update of rootfile
- Changelog
   2.36 Release Notes
	These are too long to include here. To see the details go to the following link
        https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.36.0.txt
   2.35.3.txt Release Notes
	This release merges up the fixes that appear in v2.35.3.
   2.35.2 Release Notes
	This release merges up the fixes that appear in v2.30.3,
	v2.31.2, v2.32.1, v2.33.2 and v2.34.2 to address the security
	issue CVE-2022-24765; see the release notes for these versions
	for details.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/git | 2 ++
 lfs/git                       | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git
index 0c803e964..e2bce72bb 100644
--- a/config/rootfiles/packages/git
+++ b/config/rootfiles/packages/git
@@ -66,6 +66,7 @@ usr/libexec/git-core/git-for-each-repo
 usr/libexec/git-core/git-format-patch
 usr/libexec/git-core/git-fsck
 usr/libexec/git-core/git-fsck-objects
+usr/libexec/git-core/git-fsmonitor--daemon
 usr/libexec/git-core/git-gc
 usr/libexec/git-core/git-get-tar-commit-id
 usr/libexec/git-core/git-grep
@@ -73,6 +74,7 @@ usr/libexec/git-core/git-grep
 #usr/libexec/git-core/git-gui--askpass
 usr/libexec/git-core/git-hash-object
 usr/libexec/git-core/git-help
+usr/libexec/git-core/git-hook
 usr/libexec/git-core/git-http-backend
 usr/libexec/git-core/git-http-fetch
 usr/libexec/git-core/git-http-push
diff --git a/lfs/git b/lfs/git
index bbb033655..d61e429f6 100644
--- a/lfs/git
+++ b/lfs/git
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.35.1
+VER        = 2.36.0
 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    = 22
+PAK_VER    = 23
 
 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 = 028ff97b47748871da145720d0d258a0dcf4acc60b10c787dee5703fcab5f6e621c5671ee9e7a25009e82a2830400f35fa232d88c62606a6687260c744680025
+$(DL_FILE)_BLAKE2 = 72bb148fc5fded2976554788eaf599d20fe9f200ac1dd1ddd4ed89f7f5c8d6c1025907080620bab477b4efadf41d883e890dff73c80d0ff5f0becd83f13ebd88
 
 install : $(TARGET)
 
-- 
2.36.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] git: Update to version 2.36.0
  2022-04-21 19:31 [PATCH] git: Update to version 2.36.0 Adolf Belka
@ 2022-04-24 14:10 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-24 14:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2734 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from 2.35.1 to 2.36.0
> - Update of rootfile
> - Changelog
>    2.36 Release Notes
> 	These are too long to include here. To see the details go to the following link
>         https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.36.0.txt
>    2.35.3.txt Release Notes
> 	This release merges up the fixes that appear in v2.35.3.
>    2.35.2 Release Notes
> 	This release merges up the fixes that appear in v2.30.3,
> 	v2.31.2, v2.32.1, v2.33.2 and v2.34.2 to address the security
> 	issue CVE-2022-24765; see the release notes for these versions
> 	for details.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  config/rootfiles/packages/git | 2 ++
>  lfs/git                       | 6 +++---
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git
> index 0c803e964..e2bce72bb 100644
> --- a/config/rootfiles/packages/git
> +++ b/config/rootfiles/packages/git
> @@ -66,6 +66,7 @@ usr/libexec/git-core/git-for-each-repo
>  usr/libexec/git-core/git-format-patch
>  usr/libexec/git-core/git-fsck
>  usr/libexec/git-core/git-fsck-objects
> +usr/libexec/git-core/git-fsmonitor--daemon
>  usr/libexec/git-core/git-gc
>  usr/libexec/git-core/git-get-tar-commit-id
>  usr/libexec/git-core/git-grep
> @@ -73,6 +74,7 @@ usr/libexec/git-core/git-grep
>  #usr/libexec/git-core/git-gui--askpass
>  usr/libexec/git-core/git-hash-object
>  usr/libexec/git-core/git-help
> +usr/libexec/git-core/git-hook
>  usr/libexec/git-core/git-http-backend
>  usr/libexec/git-core/git-http-fetch
>  usr/libexec/git-core/git-http-push
> diff --git a/lfs/git b/lfs/git
> index bbb033655..d61e429f6 100644
> --- a/lfs/git
> +++ b/lfs/git
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 2.35.1
> +VER        = 2.36.0
>  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    = 22
> +PAK_VER    = 23
>  
>  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 = 028ff97b47748871da145720d0d258a0dcf4acc60b10c787dee5703fcab5f6e621c5671ee9e7a25009e82a2830400f35fa232d88c62606a6687260c744680025
> +$(DL_FILE)_BLAKE2 = 72bb148fc5fded2976554788eaf599d20fe9f200ac1dd1ddd4ed89f7f5c8d6c1025907080620bab477b4efadf41d883e890dff73c80d0ff5f0becd83f13ebd88
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-24 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 19:31 [PATCH] git: Update to version 2.36.0 Adolf Belka
2022-04-24 14:10 ` 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