[packages/git-core] Up to 2.50.1 (fixes CVE-2025-27613, CVE-2025-27614, CVE-2025-46334, CVE-2025-46835, CVE-2025-48384,
arekm
arekm at pld-linux.org
Wed Jul 9 13:19:46 CEST 2025
commit 38de1c8c8fa26f5d54797d1af558e88676d00f70
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Jul 9 13:17:33 2025 +0200
Up to 2.50.1 (fixes CVE-2025-27613, CVE-2025-27614, CVE-2025-46334, CVE-2025-46835, CVE-2025-48384, CVE-2025-48385, CVE-2025-48386)
cherry-picked-commitlog.patch | 10 +++++-----
git-core.spec | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 530b145..6f12631 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -13,12 +13,12 @@
Summary: Distributed version control system focused on speed, effectivity and usability
Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
Name: git-core
-Version: 2.50.0
+Version: 2.50.1
Release: 1
License: GPL v2
Group: Development/Tools
Source0: https://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: 6e43781d11b99031e18593f44d39313a
+# Source0-md5: 2cb96fae126d66f8ff23a68f8dd5d748
Source1: %{name}-gitweb.conf
Source2: %{name}-gitweb-httpd.conf
Source3: %{name}-gitweb-lighttpd.conf
diff --git a/cherry-picked-commitlog.patch b/cherry-picked-commitlog.patch
index eedf491..1aff5e5 100644
--- a/cherry-picked-commitlog.patch
+++ b/cherry-picked-commitlog.patch
@@ -1,11 +1,11 @@
---- git-2.29.0/gitk-git/gitk.orig 2020-10-19 21:40:17.774293686 +0200
-+++ git-2.29.0/gitk-git/gitk 2020-10-19 21:43:33.023626764 +0200
-@@ -9711,7 +9711,7 @@
+--- git-2.50.1/gitk-git/gitk~ 2025-07-09 13:12:46.000000000 +0200
++++ git-2.50.1/gitk-git/gitk 2025-07-09 13:13:48.569902552 +0200
+@@ -9917,7 +9917,7 @@ proc cherrypick {} {
update
# Unfortunately git-cherry-pick writes stuff to stderr even when
# no error occurs, and exec takes that as an indication of error...
-- if {[catch {exec sh -c "git cherry-pick -r $rowmenuid 2>&1"} err]} {
-+ if {[catch {exec sh -c "git cherry-pick -x -r $rowmenuid 2>&1"} err]} {
+- if {[catch {safe_exec [list sh -c "git cherry-pick -r $rowmenuid 2>&1"]} err]} {
++ if {[catch {safe_exec [list sh -c "git cherry-pick -x -r $rowmenuid 2>&1"]} err]} {
notbusy cherrypick
if {[regexp -line \
{Entry '(.*)' (would be overwritten by merge|not uptodate)} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/38de1c8c8fa26f5d54797d1af558e88676d00f70
More information about the pld-cvs-commit
mailing list