Commit 5127afa9 authored by Yaya's avatar Yaya Committed by Yureka
Browse files

gitlab: 17.1.1 -> 17.1.2

https://gitlab.com/gitlab-org/gitlab/-/blob/v17.1.2-ee/CHANGELOG.md

Fixes CVE-2024-2880
Fixes CVE-2024-5257
Fixes CVE-2024-5470
Fixes CVE-2024-5528
Fixes CVE-2024-6385
Fixes CVE-2024-6595
parent 8ebf877c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "17.1.1",
  "repo_hash": "1ivaicgz4lgl6l06fnr9wfpn71b88yd22ryi3qn2r40rg3vjl1vf",
  "version": "17.1.2",
  "repo_hash": "08nd4194wyb1rs47crcq7vci9b5a6izda23bkjavc0iwdsibf0c3",
  "yarn_hash": "1xyc3c3hhfp5lgrpacj4gsfbql3wn0brdp16ivnqg4n0csjlizq7",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v17.1.1-ee",
  "rev": "v17.1.2-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "17.1.1",
    "GITLAB_PAGES_VERSION": "17.1.1",
    "GITALY_SERVER_VERSION": "17.1.2",
    "GITLAB_PAGES_VERSION": "17.1.2",
    "GITLAB_SHELL_VERSION": "14.36.0",
    "GITLAB_ELASTICSEARCH_INDEXER_VERSION": "5.0.0",
    "GITLAB_WORKHORSE_VERSION": "17.1.1"
    "GITLAB_WORKHORSE_VERSION": "17.1.2"
  }
}
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "17.1.1";
  version = "17.1.2";
  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-c9gLVVRNSkl4RI7LN0UZc6CAzcLIbWGIvsjoiaPdUKY=";
      hash = "sha256-KL6BL5iSOUV0iu0omDGc7upl45p0yet92DiP4DesB+Q=";
    };

    vendorHash = "sha256-yOm0cPC8v6L3gkekUMpf5U86XzpnmeoLTgZSFBb02BA=";
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildGoModule rec {
  pname = "gitlab-pages";
  version = "17.1.1";
  version = "17.1.2";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-pages";
    rev = "v${version}";
    hash = "sha256-cwFqzKXDWuIESdDjuPYos73Ly+zd+J20aJJi0RiRdus=";
    hash = "sha256-QnB5VH8iPWdMCK690REepws6hvX0e++6DNX2vE9t2JM=";
  };

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

  version = "17.1.1";
  version = "17.1.2";

  # nixpkgs-update: no auto update
  src = fetchFromGitLab {
+2 −1
Original line number Diff line number Diff line
@@ -1691,7 +1691,8 @@ GEM
    simplecov_json_formatter (0.1.4)
    singleton (0.1.1)
    sixarm_ruby_unaccent (1.2.0)
    slack-messenger (2.3.4)
    slack-messenger (2.3.5)
      re2 (= 2.7.0)
    snaky_hash (2.0.0)
      hashie
      version_gem (~> 1.1)
Loading