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.33.1 Date: Sat, 23 Oct 2021 18:49:01 +0200 Message-ID: <20211023164901.2776197-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8157500172922439053==" List-Id: --===============8157500172922439053== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 2.31.0 to 2.33.1 - Update rootfile - Changelog is too long to show here. The details can be found in the 2.31.1.= txt, 2.32.0.txt, 2.33.0.txt and 2.33.1.txt files in the Documentation/RelNotes directory in the source tarball Signed-off-by: Adolf Belka --- config/rootfiles/packages/git | 1 + lfs/git | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git index 508e87f70..67e2015bc 100644 --- a/config/rootfiles/packages/git +++ b/config/rootfiles/packages/git @@ -26,6 +26,7 @@ usr/libexec/git-core/git-check-ignore usr/libexec/git-core/git-check-mailmap usr/libexec/git-core/git-check-ref-format usr/libexec/git-core/git-checkout +usr/libexec/git-core/git-checkout--worker usr/libexec/git-core/git-checkout-index usr/libexec/git-core/git-cherry usr/libexec/git-core/git-cherry-pick diff --git a/lfs/git b/lfs/git index 2290c6e99..59610a6a1 100644 --- a/lfs/git +++ b/lfs/git @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.31.0 +VER =3D 2.33.1 =20 THISAPP =3D git-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D git -PAK_VER =3D 19 +PAK_VER =3D 20 =20 DEPS =3D perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D c7f808ab107b666af45fccb56b9d9676 +$(DL_FILE)_MD5 =3D 3462f34d9c17288eee854b7645f6a0a1 =20 install : $(TARGET) =20 --=20 2.33.1 --===============8157500172922439053==--