lol

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

authored by

Yaya and committed by
GitHub
3b6f1cfc 9a11563f

+14 -14
+6 -6
pkgs/applications/version-management/gitlab/data.json
··· 1 1 { 2 - "version": "15.3.1", 3 - "repo_hash": "sha256-WSo1yh/stYzbNWS1XOO4wf4Jg4vvfGn3ugje1kMTtiA=", 4 - "yarn_hash": "1cmz4815vfrgnh6khnx1hi0nnkz5xcrx8cqd9dxyd66pzwlyllx0", 2 + "version": "15.3.2", 3 + "repo_hash": "sha256-MZ8sDfJh2sw+Tu5LPcH5JjznTSwfDj/3vmaGC+K8ZeY=", 4 + "yarn_hash": "1s2xai0q16xhp3q68hf9mxh1v429h4n5qy1iizdi7a5cmg3p3ldq", 5 5 "owner": "gitlab-org", 6 6 "repo": "gitlab", 7 - "rev": "v15.3.1-ee", 7 + "rev": "v15.3.2-ee", 8 8 "passthru": { 9 - "GITALY_SERVER_VERSION": "15.3.1", 9 + "GITALY_SERVER_VERSION": "15.3.2", 10 10 "GITLAB_PAGES_VERSION": "1.62.0", 11 11 "GITLAB_SHELL_VERSION": "14.10.0", 12 - "GITLAB_WORKHORSE_VERSION": "15.3.1" 12 + "GITLAB_WORKHORSE_VERSION": "15.3.2" 13 13 }, 14 14 "vendored_gems": [ 15 15 "devise-pbkdf2-encryptable",
+2 -2
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 11 11 gemdir = ./.; 12 12 }; 13 13 14 - version = "15.3.1"; 14 + version = "15.3.2"; 15 15 package_version = "v${lib.versions.major version}"; 16 16 gitaly_package = "gitlab.com/gitlab-org/gitaly/${package_version}"; 17 17 ··· 22 22 owner = "gitlab-org"; 23 23 repo = "gitaly"; 24 24 rev = "v${version}"; 25 - sha256 = "sha256-g2w75eTjRUsKc2A0rue4Ei45nXrM0NjQk0LhRuhdUXQ="; 25 + sha256 = "sha256-7OAB+oHY7OBCZ4rjiS+qQIPtpYRFS8xqOkUjgWj+Qp8="; 26 26 }; 27 27 28 28 vendorSha256 = "sha256-aPCcTS5zflpjzb2L/oDOQotdL8cFsgKPa8b+lhCpbag=";
+1 -1
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 5 5 buildGoModule rec { 6 6 pname = "gitlab-workhorse"; 7 7 8 - version = "15.3.1"; 8 + version = "15.3.2"; 9 9 10 10 src = fetchFromGitLab { 11 11 owner = data.owner;
+1 -1
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
··· 533 533 # JSON 534 534 gem 'json', '~> 2.5.1' 535 535 gem 'json_schemer', '~> 0.2.18' 536 - gem 'oj', '~> 3.13.20' 536 + gem 'oj', '~> 3.13.21' 537 537 gem 'multi_json', '~> 1.14.1' 538 538 gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' 539 539
+2 -2
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
··· 887 887 plist (~> 3.1) 888 888 train-core 889 889 wmi-lite (~> 1.0) 890 - oj (3.13.20) 890 + oj (3.13.21) 891 891 omniauth (1.9.1) 892 892 hashie (>= 3.4.6) 893 893 rack (>= 1.6.2, < 3) ··· 1651 1651 oauth2 (~> 2.0) 1652 1652 octokit (~> 4.15) 1653 1653 ohai (~> 16.10) 1654 - oj (~> 3.13.20) 1654 + oj (~> 3.13.21) 1655 1655 omniauth (~> 1.8) 1656 1656 omniauth-alicloud (~> 1.0.1) 1657 1657 omniauth-atlassian-oauth2 (~> 0.2.0)
+2 -2
pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
··· 3505 3505 platforms = []; 3506 3506 source = { 3507 3507 remotes = ["https://rubygems.org"]; 3508 - sha256 = "1iiavwlx9k3v9vyj2pswnc88vmn60prrg8dnsrpg4iglh40da64m"; 3508 + sha256 = "0ihfnl0maszdq821h6mivr8xickjab6ccyncnm5rn2vgrj6imwxf"; 3509 3509 type = "gem"; 3510 3510 }; 3511 - version = "3.13.20"; 3511 + version = "3.13.21"; 3512 3512 }; 3513 3513 omniauth = { 3514 3514 dependencies = ["hashie" "rack"];