Unverified Commit 3b6f1cfc authored by Yaya's avatar Yaya Committed by GitHub
Browse files

gitlab: 15.3.1 -> 15.3.2 (#189005)

https://about.gitlab.com/releases/2022/08/30/critical-security-release-gitlab-15-3-2-released/

Resolves CVE-2022-2992 CVE-2022-2865 CVE-2022-2527
         CVE-2022-2592 CVE-2022-2533 CVE-2022-2455
         CVE-2022-2428 CVE-2022-2908 CVE-2022-2630
         CVE-2022-2931 CVE-2022-2907 CVE-2022-3031
parent 9a11563f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  "version": "15.3.1",
  "repo_hash": "sha256-WSo1yh/stYzbNWS1XOO4wf4Jg4vvfGn3ugje1kMTtiA=",
  "yarn_hash": "1cmz4815vfrgnh6khnx1hi0nnkz5xcrx8cqd9dxyd66pzwlyllx0",
  "version": "15.3.2",
  "repo_hash": "sha256-MZ8sDfJh2sw+Tu5LPcH5JjznTSwfDj/3vmaGC+K8ZeY=",
  "yarn_hash": "1s2xai0q16xhp3q68hf9mxh1v429h4n5qy1iizdi7a5cmg3p3ldq",
  "owner": "gitlab-org",
  "repo": "gitlab",
  "rev": "v15.3.1-ee",
  "rev": "v15.3.2-ee",
  "passthru": {
    "GITALY_SERVER_VERSION": "15.3.1",
    "GITALY_SERVER_VERSION": "15.3.2",
    "GITLAB_PAGES_VERSION": "1.62.0",
    "GITLAB_SHELL_VERSION": "14.10.0",
    "GITLAB_WORKHORSE_VERSION": "15.3.1"
    "GITLAB_WORKHORSE_VERSION": "15.3.2"
  },
  "vendored_gems": [
    "devise-pbkdf2-encryptable",
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ let
    gemdir = ./.;
  };

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

@@ -22,7 +22,7 @@ let
      owner = "gitlab-org";
      repo = "gitaly";
      rev = "v${version}";
      sha256 = "sha256-g2w75eTjRUsKc2A0rue4Ei45nXrM0NjQk0LhRuhdUXQ=";
      sha256 = "sha256-7OAB+oHY7OBCZ4rjiS+qQIPtpYRFS8xqOkUjgWj+Qp8=";
    };

    vendorSha256 = "sha256-aPCcTS5zflpjzb2L/oDOQotdL8cFsgKPa8b+lhCpbag=";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ in
buildGoModule rec {
  pname = "gitlab-workhorse";

  version = "15.3.1";
  version = "15.3.2";

  src = fetchFromGitLab {
    owner = data.owner;
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ gem 'valid_email', '~> 0.1'
# JSON
gem 'json', '~> 2.5.1'
gem 'json_schemer', '~> 0.2.18'
gem 'oj', '~> 3.13.20'
gem 'oj', '~> 3.13.21'
gem 'multi_json', '~> 1.14.1'
gem 'yajl-ruby', '~> 1.4.3', require: 'yajl'

+2 −2
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@ GEM
      plist (~> 3.1)
      train-core
      wmi-lite (~> 1.0)
    oj (3.13.20)
    oj (3.13.21)
    omniauth (1.9.1)
      hashie (>= 3.4.6)
      rack (>= 1.6.2, < 3)
@@ -1651,7 +1651,7 @@ DEPENDENCIES
  oauth2 (~> 2.0)
  octokit (~> 4.15)
  ohai (~> 16.10)
  oj (~> 3.13.20)
  oj (~> 3.13.21)
  omniauth (~> 1.8)
  omniauth-alicloud (~> 1.0.1)
  omniauth-atlassian-oauth2 (~> 0.2.0)
Loading