Skip to content

Commit b464428

Browse files
authored
Upgrade vitess to v17.0.7 to fix CVE-2024-32886 (#9374)
1 parent e5d9cb6 commit b464428

5 files changed

Lines changed: 10 additions & 246 deletions

File tree

SPECS/vitess/CVE-2023-44487.patch

Lines changed: 0 additions & 152 deletions
This file was deleted.

SPECS/vitess/CVE-2023-45288.patch

Lines changed: 0 additions & 86 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"vitess-16.0.2-vendor.tar.gz": "86cb3d667cef20d65bd122d47f71271a3cb7163a1e474dd1feba17674435ce2e",
4-
"vitess-16.0.2.tar.gz": "89328d683f2694de4ada21c7a815d396a853ad45d39607aca467996678b69e0c"
3+
"vitess-17.0.7-vendor.tar.gz": "09f50053dfc4aa2b5caed55a5fabcb9f5b832fabead635797344f74216ae8b76",
4+
"vitess-17.0.7.tar.gz": "1838b97ff30b182af576a7bc25bcd54532fcedccffd28778206c20774bb34c10"
55
}
66
}

SPECS/vitess/vitess.spec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
%bcond_without check
33

44
Name: vitess
5-
Version: 16.0.2
6-
Release: 9%{?dist}
5+
Version: 17.0.7
6+
Release: 1%{?dist}
77
Summary: Database clustering system for horizontal scaling of MySQL
88
# Upstream license specification: MIT and Apache-2.0
99
License: MIT and ASL 2.0
@@ -26,8 +26,6 @@ Source0: %{name}-%{version}.tar.gz
2626
# -cf %%{name}-%%{version}-vendor.tar.gz vendor
2727
#
2828
Source1: %{name}-%{version}-vendor.tar.gz
29-
Patch0: CVE-2023-44487.patch
30-
Patch1: CVE-2023-45288.patch
3129
BuildRequires: golang
3230

3331
%description
@@ -105,6 +103,10 @@ go check -t go/cmd \
105103
%{_bindir}/*
106104

107105
%changelog
106+
* Tue Jun 11 2024 Sumedh Sharma <sumsharma@microsoft.com> - 17.0.7-1
107+
- Bump version to 17.0.7 to address CVE-2024-32886
108+
- Remove patches already fixed in sources
109+
108110
* Thu Jun 06 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.0.2-9
109111
- Bump release to rebuild with go 1.21.11
110112

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29557,8 +29557,8 @@
2955729557
"type": "other",
2955829558
"other": {
2955929559
"name": "vitess",
29560-
"version": "16.0.2",
29561-
"downloadUrl": "https://github.com/vitessio/vitess/archive/refs/tags/v16.0.2.tar.gz"
29560+
"version": "17.0.7",
29561+
"downloadUrl": "https://github.com/vitessio/vitess/archive/refs/tags/v17.0.7.tar.gz"
2956229562
}
2956329563
}
2956429564
},

0 commit comments

Comments
 (0)