public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] git: Update version to 2.34.1
@ 2021-12-07 17:35 Adolf Belka
  2021-12-08  9:56 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-12-07 17:35 UTC (permalink / raw)
  To: development

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

- Update from 2.33.1 to 2.34.1
- Update of rootfile - The "--preserve-merges" option of "git rebase" has been removed.
- Changelog is too large to include here.
   The changes for version 2.34.0 can be found in the source tarball in
   Documentation/RelNotes/2.34.0.txt and for version 2.34.1 in
   Documentation/RelNotes/2.34.1.txt

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

diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git
index 67e2015bc..0c803e964 100644
--- a/config/rootfiles/packages/git
+++ b/config/rootfiles/packages/git
@@ -121,7 +121,6 @@ usr/libexec/git-core/git-quiltimport
 usr/libexec/git-core/git-range-diff
 usr/libexec/git-core/git-read-tree
 usr/libexec/git-core/git-rebase
-usr/libexec/git-core/git-rebase--preserve-merges
 usr/libexec/git-core/git-receive-pack
 usr/libexec/git-core/git-reflog
 usr/libexec/git-core/git-remote
diff --git a/lfs/git b/lfs/git
index 59610a6a1..ca9bfc1d5 100644
--- a/lfs/git
+++ b/lfs/git
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.33.1
+VER        = 2.34.1
 
 THISAPP    = git-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = git
-PAK_VER    = 20
+PAK_VER    = 21
 
 DEPS       = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3462f34d9c17288eee854b7645f6a0a1
+$(DL_FILE)_MD5 = f442dade3c73ea39473f6700b3e04dcd
 
 install : $(TARGET)
 
-- 
2.34.1


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

* Re: [PATCH] git: Update version to 2.34.1
  2021-12-07 17:35 [PATCH] git: Update version to 2.34.1 Adolf Belka
@ 2021-12-08  9:56 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-12-08  9:56 UTC (permalink / raw)
  To: development

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

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 7 Dec 2021, at 17:35, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from 2.33.1 to 2.34.1
> - Update of rootfile - The "--preserve-merges" option of "git rebase" has been removed.
> - Changelog is too large to include here.
>   The changes for version 2.34.0 can be found in the source tarball in
>   Documentation/RelNotes/2.34.0.txt and for version 2.34.1 in
>   Documentation/RelNotes/2.34.1.txt
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/packages/git | 1 -
> lfs/git                       | 6 +++---
> 2 files changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git
> index 67e2015bc..0c803e964 100644
> --- a/config/rootfiles/packages/git
> +++ b/config/rootfiles/packages/git
> @@ -121,7 +121,6 @@ usr/libexec/git-core/git-quiltimport
> usr/libexec/git-core/git-range-diff
> usr/libexec/git-core/git-read-tree
> usr/libexec/git-core/git-rebase
> -usr/libexec/git-core/git-rebase--preserve-merges
> usr/libexec/git-core/git-receive-pack
> usr/libexec/git-core/git-reflog
> usr/libexec/git-core/git-remote
> diff --git a/lfs/git b/lfs/git
> index 59610a6a1..ca9bfc1d5 100644
> --- a/lfs/git
> +++ b/lfs/git
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 2.33.1
> +VER        = 2.34.1
> 
> THISAPP    = git-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG       = git
> -PAK_VER    = 20
> +PAK_VER    = 21
> 
> DEPS       = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL
> 
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 3462f34d9c17288eee854b7645f6a0a1
> +$(DL_FILE)_MD5 = f442dade3c73ea39473f6700b3e04dcd
> 
> install : $(TARGET)
> 
> -- 
> 2.34.1
> 


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

end of thread, other threads:[~2021-12-08  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 17:35 [PATCH] git: Update version to 2.34.1 Adolf Belka
2021-12-08  9:56 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox