Commit 4b11f77a authored by Yaya's avatar Yaya
Browse files

gitlab: 16.11.4 -> 16.11.5

https://gitlab.com/gitlab-org/gitlab/-/blob/v16.11.5-ee/CHANGELOG.md

Fixes CVE-2024-1493
Fixes CVE-2024-1816
Fixes CVE-2024-2177
Fixes CVE-2024-2191
Fixes CVE-2024-3115
Fixes CVE-2024-3959
Fixes CVE-2024-4011
Fixes CVE-2024-4025
Fixes CVE-2024-4557
Fixes CVE-2024-4901
Fixes CVE-2024-4994
Fixes CVE-2024-5430
Fixes CVE-2024-5655
Fixes CVE-2024-6323
parent 334325ab
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "16.11.4",
  "repo_hash": "sha256-VtjGV/0Xtmwqu/YZa6P6jUvlTYj9FNKALcJ3ZvMUJBw=",
  "version": "16.11.5",
  "repo_hash": "1bhg6glb644m55m50q2kp0azf3c4if11vymjn823rhs68jw3jqcp",
  "yarn_hash": "03q7h8dyssvsr91klr1jk65f5jz1ac71lx0114zq9c7awxrgp6kq",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v16.11.4-ee",
  "rev": "v16.11.5-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "16.11.4",
    "GITLAB_PAGES_VERSION": "16.11.4",
    "GITALY_SERVER_VERSION": "16.11.5",
    "GITLAB_PAGES_VERSION": "16.11.5",
    "GITLAB_SHELL_VERSION": "14.35.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.8.0",
    "GITLAB_WORKHORSE_VERSION": "16.11.4"
    "GITLAB_WORKHORSE_VERSION": "16.11.5"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

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

@@ -17,7 +17,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      hash = "sha256-sdRKKOWoX0yyqUGpu/mqDdTq2nLZ2Gr5GNV9x99rdeU=";
      hash = "sha256-iBLRhkFPsopy6m3y+9Qc+v3FCbV5nOWMs+DMwW+JiSk=";
    };

    vendorHash = "sha256-WCZF7XVW6J1zyPx8e/Mcn+HmHElAUGcEICxiF5HLzBg=";
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "16.11.4";
  version = "16.11.5";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-6Fh1IKCs2Bg7Eg44kbCMM8YhLmwWvdZnXp39fphLzcE=";
    hash = "sha256-mJKzaFICE7f4aIFGeV/4PbbQkaxwmRd9QO2pRXpM2ag=";
  };

  vendorHash = "sha256-WrR4eZRAuYkhr7ZqP7OXqJ6uwvxzn+t+3OdBNcNaq0M=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "16.11.4";
  version = "16.11.5";

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