From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] git: Update to version 2.44.0 Date: Wed, 28 Feb 2024 20:31:31 +0100 Message-ID: <20240228193137.2586482-2-adolf.belka@ipfire.org> In-Reply-To: <20240228193137.2586482-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0498782807735874662==" List-Id: --===============0498782807735874662== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.43.0 to 2.44.0 - Update of rootfile - Changelog is too large to include here. See the files 2.43.1.txt, 2.43.2.txt, 2.43.3.txt & 2.44.0.txt in the sourc= e tarball in directory Documentation/RelNotes Signed-off-by: Adolf Belka --- config/rootfiles/packages/git | 2 ++ lfs/git | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git index 306767e4b..d0e7b707e 100644 --- a/config/rootfiles/packages/git +++ b/config/rootfiles/packages/git @@ -133,6 +133,7 @@ usr/libexec/git-core/git-remote-http usr/libexec/git-core/git-remote-https usr/libexec/git-core/git-repack usr/libexec/git-core/git-replace +usr/libexec/git-core/git-replay usr/libexec/git-core/git-request-pull usr/libexec/git-core/git-rerere usr/libexec/git-core/git-reset @@ -355,3 +356,4 @@ usr/share/perl5/Git/SVN #usr/share/perl5/Git/SVN/Prompt.pm #usr/share/perl5/Git/SVN/Ra.pm #usr/share/perl5/Git/SVN/Utils.pm + diff --git a/lfs/git b/lfs/git index 648921525..d10ca469c 100644 --- a/lfs/git +++ b/lfs/git @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.43.0 +VER =3D 2.44.0 SUMMARY =3D Fast, scalable, distributed revision control system =20 THISAPP =3D git-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D git -PAK_VER =3D 31 +PAK_VER =3D 32 =20 DEPS =3D perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 5da19211df56e306eb95cef65b2a987134d2f0853dc1db30e1cc99= d0357b3f5ab7f1e434e73948d7b6ad6b7bfc44f75349479f46050ee63a6516c72b774b4eba +$(DL_FILE)_BLAKE2 =3D 6dc145e20e737763fb738ccb4a65ba2f8d6f35bb4e30520a0c79f4= fcc0eaaaf4e99a9be00eaa9e14dec231ed122d54be7dfa9212a3e5a75707730256391896d4 =20 install : $(TARGET) =20 --=20 2.44.0 --===============0498782807735874662==--