diff --git a/git-2.45.0.tar.sign b/git-2.45.0.tar.sign deleted file mode 100644 index e36c868..0000000 Binary files a/git-2.45.0.tar.sign and /dev/null differ diff --git a/git-2.45.0.tar.xz b/git-2.45.0.tar.xz deleted file mode 100644 index d6f334f..0000000 --- a/git-2.45.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429 -size 7482988 diff --git a/git-2.45.1.tar.sign b/git-2.45.1.tar.sign new file mode 100644 index 0000000..efdb7d4 Binary files /dev/null and b/git-2.45.1.tar.sign differ diff --git a/git-2.45.1.tar.xz b/git-2.45.1.tar.xz new file mode 100644 index 0000000..7596e5b --- /dev/null +++ b/git-2.45.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64d340a8e627ae22cfb8bcc651cca0b497cf1e9fdf523735544ff4a732f12bf +size 7490268 diff --git a/git.changes b/git.changes index d5e4527..ebbaf16 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue May 14 22:38:09 UTC 2024 - Andreas Stieger + +- update to 2.45.1: + * CVE-2024-32002: recursive clones on case-insensitive + filesystems that support symbolic links are susceptible to case + confusion (boo#1224168) + * CVE-2024-32004: arbitrary code execution during local clones + (boo#1224170) + * CVE-2024-32020: file overwriting vulnerability during local + clones (boo#1224171) + * CVE-2024-32021: git may create hardlinks to arbitrary user- + readable files (boo#1224172) + * CVE-2024-32465: arbitrary code execution during clone operations + (boo#1224173) + ------------------------------------------------------------------- Wed May 1 16:47:14 UTC 2024 - Andreas Stieger diff --git a/git.spec b/git.spec index c16c2ed..046a4c7 100644 --- a/git.spec +++ b/git.spec @@ -2,6 +2,7 @@ # spec file for package git # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +36,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.45.0 +Version: 2.45.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only