From 21c3494824a66f5c39b5c12add1aef3915b74e91 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 21 Jun 2024 10:16:34 +0800 Subject: [PATCH] git: upgrade 2.45.1 -> 2.45.2 Changeglog: ============ - send-email: drop FakeTerm hack - send-email: avoid creating more than one Term::ReadLine object - ci: drop mention of BREW_INSTALL_PACKAGES variable - ci: avoid bare "gcc" for osx-gcc job - ci: stop installing "gcc-13" for osx-gcc - hook: plug a new memory leak - init: use the correct path of the templates directory again - Revert "core.hooksPath: add some protection while cloning" - tests: verify that `clone -c core.hooksPath=/dev/null` works again - clone: drop the protections where hooks aren't run - Revert "Add a helper function to compare file contents" - Revert "fsck: warn about symlink pointing inside a gitdir" Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- meta/recipes-devtools/git/{git_2.45.1.bb => git_2.45.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.45.1.bb => git_2.45.2.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.45.1.bb b/meta/recipes-devtools/git/git_2.45.2.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.45.1.bb rename to meta/recipes-devtools/git/git_2.45.2.bb index d1b3e6ad408..6393c976e6a 100644 --- a/meta/recipes-devtools/git/git_2.45.1.bb +++ b/meta/recipes-devtools/git/git_2.45.2.bb @@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "10acb581993061e616be9c5674469335922025a666318e0748cb8306079fef24" +SRC_URI[tarball.sha256sum] = "98b26090ed667099a3691b93698d1e213e1ded73d36a2fde7e9125fce28ba234" -- 2.47.2