Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Pereira <2967854-rpereira2@users.noreply.gitlab.com>2023-02-09 15:21:00 +0300
committerReuben Pereira <2967854-rpereira2@users.noreply.gitlab.com>2023-02-09 15:21:00 +0300
commitbb7d9bbad6f8d4535af2a2fee69a3fd3aed297bc (patch)
treea5fff3f3683996d1d0e9c83072cdb272bb7fdd38
parentd8805e00c27d2466384bc1132f06347bdfc2589f (diff)
parentcd869bcc60f97c19332f93cbf1c0a8b52607df8f (diff)
Merge branch 'pks-security-git-cve-2023-23946' into 'master'
git: Upgrade to Git security release v2.38.4.gl1 and v2.39.2 See merge request https://gitlab.com/gitlab-org/security/gitaly/-/merge_requests/79 Merged-by: Reuben Pereira <2967854-rpereira2@users.noreply.gitlab.com> Approved-by: Christian Couder <chriscool@tuxfamily.org> Approved-by: karthik nayak <knayak@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb38d5942..88c8e1d1f 100644
--- a/Makefile
+++ b/Makefile
@@ -133,9 +133,9 @@ GIT_EXECUTABLES += git-http-backend
## tags, branches, and commit ids.
GIT_VERSION ?=
## The Git version used for bundled Git v2.38.
-GIT_VERSION_2_38 ?= v2.38.3.gl2
+GIT_VERSION_2_38 ?= v2.38.4.gl1
## The Git version used for bundled Git v2.39.
-GIT_VERSION_2_39 ?= v2.39.1
+GIT_VERSION_2_39 ?= v2.39.2
## Skip overriding the Git version and instead use the Git version as specified
## in the Git sources. This is required when building Git from a version that