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.41.0 Date: Fri, 21 Jul 2023 22:51:42 +0200 Message-ID: <20230721205144.2143152-6-adolf.belka@ipfire.org> In-Reply-To: <20230721205144.2143152-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1692521330407683301==" List-Id: --===============1692521330407683301== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.38.1 to 2.41.0 - Update of rootfile - Changelog is too large to show here. Look in the Source tarball in Document= ation RelNotes and each of the version numbers released - 2.38.2, 2.38.3, 2.38.4= , 2.38.5, 2.39.0, 2.39.1, 2.39.2, 2.39.3, 2.40.0, 2.40.1, 2.41.0 Signed-off-by: Adolf Belka --- config/rootfiles/packages/git | 5 ++--- lfs/git | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/packages/git b/config/rootfiles/packages/git index fd8cc2214..306767e4b 100644 --- a/config/rootfiles/packages/git +++ b/config/rootfiles/packages/git @@ -9,14 +9,12 @@ usr/bin/git-upload-pack #usr/libexec/git-core #usr/libexec/git-core/git usr/libexec/git-core/git-add -usr/libexec/git-core/git-add--interactive usr/libexec/git-core/git-am usr/libexec/git-core/git-annotate usr/libexec/git-core/git-apply usr/libexec/git-core/git-archimport usr/libexec/git-core/git-archive usr/libexec/git-core/git-bisect -usr/libexec/git-core/git-bisect--helper usr/libexec/git-core/git-blame usr/libexec/git-core/git-branch usr/libexec/git-core/git-bugreport @@ -56,7 +54,6 @@ usr/libexec/git-core/git-diff-index usr/libexec/git-core/git-diff-tree usr/libexec/git-core/git-difftool usr/libexec/git-core/git-difftool--helper -usr/libexec/git-core/git-env--helper usr/libexec/git-core/git-fast-export usr/libexec/git-core/git-fast-import usr/libexec/git-core/git-fetch @@ -224,6 +221,7 @@ usr/share/git-core/templates/hooks/pre-rebase.sample usr/share/git-core/templates/hooks/pre-receive.sample usr/share/git-core/templates/hooks/prepare-commit-msg.sample usr/share/git-core/templates/hooks/push-to-checkout.sample +usr/share/git-core/templates/hooks/sendemail-validate.sample usr/share/git-core/templates/hooks/update.sample #usr/share/git-core/templates/info usr/share/git-core/templates/info/exclude @@ -326,6 +324,7 @@ usr/share/git-core/templates/info/exclude #usr/share/locale/ru/LC_MESSAGES/git.mo #usr/share/locale/sv/LC_MESSAGES/git.mo #usr/share/locale/tr/LC_MESSAGES/git.mo +#usr/share/locale/uk/LC_MESSAGES/git.mo #usr/share/locale/vi/LC_MESSAGES/git.mo #usr/share/locale/zh_CN/LC_MESSAGES/git.mo #usr/share/locale/zh_TW/LC_MESSAGES/git.mo diff --git a/lfs/git b/lfs/git index cf6d27613..5b4ed815f 100644 --- a/lfs/git +++ b/lfs/git @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 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.38.1 +VER =3D 2.41.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 27 +PAK_VER =3D 28 =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 50e4e9ef04d9eef7c10aba1f0d53d5d15f50ea9a8c344733e7a786= 5e2f2a833edb4f4b5882f47dd39389dfdedf22a813cfe3d35ab950d6543d21e0294ce17f2d +$(DL_FILE)_BLAKE2 =3D 9119e1d1ff0ff332559a6609707846c2af7c61bea6ea728e834e4b= d7f1ff6dd636a081c227b32a88fc5de1ea8987951cc56d0e94c90bbaa211ff415c5020d070 =20 install : $(TARGET) =20 --=20 2.41.0 --===============1692521330407683301==--