diff --git a/git-2.47.0.tar.sign b/git-2.47.0.tar.sign deleted file mode 100644 index 0c08eb4..0000000 Binary files a/git-2.47.0.tar.sign and /dev/null differ diff --git a/git-2.47.0.tar.xz b/git-2.47.0.tar.xz deleted file mode 100644 index f3d7124..0000000 --- a/git-2.47.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ce114da88704271b43e027c51e04d9399f8c88e9ef7542dae7aebae7d87bc4e -size 7652728 diff --git a/git-2.47.1.tar.sign b/git-2.47.1.tar.sign new file mode 100644 index 0000000..6483687 Binary files /dev/null and b/git-2.47.1.tar.sign differ diff --git a/git-2.47.1.tar.xz b/git-2.47.1.tar.xz new file mode 100644 index 0000000..c1a3aa6 --- /dev/null +++ b/git-2.47.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d8f9bb23ae392374e91cd9d395970dabc5b9c5ee72f39884613cd84a6ed310 +size 7654244 diff --git a/git.changes b/git.changes index 561105b..1afc4fd 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 25 10:58:31 UTC 2024 - Andreas Stieger + +- update to 2.47.1: + * Use after free and double freeing at the end in + "git log -L... -p" had been identified and fixed. + * "git maintenance start" crashed due to an uninitialized + variable reference, which has been corrected. + * Fail gracefully instead of crashing when attempting to write + the contents of a corrupt in-core index as a tree object. + * A "git fetch" from the superproject going down to a submodule + used a wrong remote when the default remote names are set + differently between them. + * The "gitk" project tree has been synchronized again + ------------------------------------------------------------------- Wed Oct 9 10:34:12 UTC 2024 - Dirk Müller diff --git a/git.spec b/git.spec index a653079..4a50eb0 100644 --- a/git.spec +++ b/git.spec @@ -43,7 +43,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.47.0 +Version: 2.47.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only