ports/www/gitlab/Makefile.common
Matthias Fechner 2130dc0f0e www/gitlab: security and bugfix update to 17.11.1
Changes:	https://about.gitlab.com/releases/2025/04/23/patch-release-gitlab-17-11-1-released/
Security:	11b71871-20ba-11f0-9471-2cf05da270f3
(cherry picked from commit 81d654c783)
2025-04-27 07:26:44 +03:00

14 lines
467 B
Text

GITLAB_VERSION= 17.11.1
GITLAB_PORTREVISION= 0
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml
# and from https://gitlab.com/gitlab-org/git/-/tags
GITLAB_GIT_VERSION= 2.49.0
# return something like x.yy
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}
# Overwrite version for gitlab-kas-grpc
GITLAB_KAS_GRPC_VERSION= ${GITLAB_VERSION}
#GITLAB_KAS_GRPC_VERSION= 17.11.0.pre.rc43