Skip to content

Commit 6a2491b

Browse files
authored
mysql: upgrade to 8.0.36 to fix 10 CVEs (#9428)
1 parent e690393 commit 6a2491b

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

SPECS/mysql/mysql.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"mysql-boost-8.0.35.tar.gz": "41253c3a99cefcf6d806040c6687692eb0c37b4c7aae5882417dfb9c5d3ce4ce"
3+
"mysql-boost-8.0.36.tar.gz": "429c5f69f3722e31807e74119d157a023277af210bfee513443cae60ebd2a86d"
44
}
5-
}
5+
}

SPECS/mysql/mysql.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: MySQL.
22
Name: mysql
3-
Version: 8.0.35
4-
Release: 4%{?dist}
3+
Version: 8.0.36
4+
Release: 1%{?dist}
55
License: GPLv2 with exceptions AND LGPLv2 AND BSD
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -98,6 +98,9 @@ fi
9898
%{_libdir}/pkgconfig/mysqlclient.pc
9999

100100
%changelog
101+
* Tue Jun 18 2024 Archana Choudhary <archana1@microsoft.com> - 8.0.36-1
102+
- Upgrade to 8.0.36 to fix 10 CVEs
103+
101104
* Fri Jan 26 2024 Andy Zaugg <azaugg@linkedin.com> - 8.0.35-4
102105
- Add shadow-utils dependency for rpm post and uninstall scripts
103106

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13813,8 +13813,8 @@
1381313813
"type": "other",
1381413814
"other": {
1381513815
"name": "mysql",
13816-
"version": "8.0.35",
13817-
"downloadUrl": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.35.tar.gz"
13816+
"version": "8.0.36",
13817+
"downloadUrl": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.36.tar.gz"
1381813818
}
1381913819
}
1382013820
},

0 commit comments

Comments
 (0)