Skip to content

Commit

Permalink
gitlab: 17.2.8 -> 17.2.9
Browse files Browse the repository at this point in the history
Fixes CVE-2024-9164
Fixes CVE-2024-8970
Fixes CVE-2024-8977
Fixes CVE-2024-9631
Fixes CVE-2024-6530
Fixes CVE-2024-9623
Fixes CVE-2024-5005
Fixes CVE-2024-9596

(cherry picked from commit 05819f5)
(cherry picked from commit deb4dba)
  • Loading branch information
srhb authored and osnyx committed Oct 21, 2024
1 parent 853da34 commit f4f7b96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/version-management/gitlab/data.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "17.2.8",
"repo_hash": "172ba8vlaqphyhi6d5r9j3km7krxcis81dzlr5xch4i0apd0yyag",
"version": "17.2.9",
"repo_hash": "060d5rzbcnhr1fsvbaiirgjm5rjr5c5r6yi601lxvksffyn5hmxw",
"yarn_hash": "10y540bxwaz355p9r4q34199aibadrd5p4d9ck2y3n6735k0hm74",
"owner": "gitlab-org",
"repo": "gitlab",
"rev": "v17.2.8-ee",
"rev": "v17.2.9-ee",
"passthru": {
"GITALY_SERVER_VERSION": "17.2.8",
"GITLAB_PAGES_VERSION": "17.2.8",
"GITALY_SERVER_VERSION": "17.2.9",
"GITLAB_PAGES_VERSION": "17.2.9",
"GITLAB_SHELL_VERSION": "14.37.0",
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.2.0",
"GITLAB_WORKHORSE_VERSION": "17.2.8"
"GITLAB_WORKHORSE_VERSION": "17.2.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:

let
version = "17.2.8";
version = "17.2.9";
package_version = "v${lib.versions.major version}";
gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}";

Expand All @@ -21,7 +21,7 @@ let
owner = "gitlab-org";
repo = "gitaly";
rev = "v${version}";
hash = "sha256-3LaBETnwWmiIi7r68NB8LeJ7fo6oP28fS3TbU5JanOE=";
hash = "sha256-UgNQtM3NdAUJVP+vvTHtZWSjCmVzsHlEtXQroxKorIY=";
};

vendorHash = "sha256-FqnGVRldhevJgBBvJcvGXzRaYWqSHzZiXIQmCNzJv+4=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "gitlab-pages";
version = "17.2.8";
version = "17.2.9";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-pages";
rev = "v${version}";
hash = "sha256-NaLRCLmgDI4ArJyntkmYICVEpwZtAU6XVTmXAh4kOSc=";
hash = "sha256-ggfPZ/PMjgfRzzPZdVCVydd/4mdCfh2xh7QWGjp5U/0=";
};

vendorHash = "sha256-yNHeM8MExcLwv2Ga4vtBmPFBt/Rj7Gd4QQYDlnAIo+c=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
buildGoModule rec {
pname = "gitlab-workhorse";

version = "17.2.8";
version = "17.2.9";

# nixpkgs-update: no auto update
src = fetchFromGitLab {
Expand Down

0 comments on commit f4f7b96

Please sign in to comment.