- 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 Documentation 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 adolf.belka@ipfire.org --- 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 info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 2.38.1 +VER = 2.41.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 = 27 +PAK_VER = 28
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 = 50e4e9ef04d9eef7c10aba1f0d53d5d15f50ea9a8c344733e7a7865e2f2a833edb4f4b5882f47dd39389dfdedf22a813cfe3d35ab950d6543d21e0294ce17f2d +$(DL_FILE)_BLAKE2 = 9119e1d1ff0ff332559a6609707846c2af7c61bea6ea728e834e4bd7f1ff6dd636a081c227b32a88fc5de1ea8987951cc56d0e94c90bbaa211ff415c5020d070
install : $(TARGET)