Skip to content

Commit 812dd21

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade docker-cli to 25.0.7 to fix CVE-2023-45288 [High] - branch 3.0-dev (#12498)
1 parent e6df23d commit 812dd21

4 files changed

Lines changed: 12 additions & 54 deletions

File tree

SPECS/docker-cli/CVE-2024-36623.patch

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Signatures": {
3-
"docker-cli-25.0.3.tar.gz": "04ad0cea992a65db20cb1b0dbf6d1ce32c705ce879de51b22095fe8d28030815",
4-
"docker-cli-25.0.3-govendor-v1.tar.gz": "c35a637cedebb192ffd4021d146680be196ce8cf2a6de14e04ea08e7996942f2"
5-
}
2+
"Signatures": {
3+
"docker-cli-25.0.7.tar.gz": "95b57af62273f9c069141b78360f0e39c5662447d63de2a6a257d59750b8d5ac",
4+
"docker-cli-25.0.7-govendor-v1.tar.gz": "41a6f00be23ee3d6a3f32c59b1cb9f2472ced402b9c994a6291cb371a13ad755"
5+
}
66
}

SPECS/docker-cli/docker-cli.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
%define OUR_GOPATH %{_topdir}/.gopath
33
Summary: The open-source application container engine client.
44
Name: docker-cli
5-
Version: 25.0.3
6-
Release: 3%{?dist}
5+
Version: 25.0.7
6+
Release: 1%{?dist}
77
License: ASL 2.0
88
Vendor: Microsoft Corporation
99
Distribution: Azure Linux
@@ -13,7 +13,6 @@ Source0: https://github.com/docker/cli/archive/v%{version}.tar.gz#/%{name
1313
Source1: %{name}-%{version}-govendor-v1.tar.gz
1414
Patch0: disable_manpage_vendor.patch
1515
Patch1: CVE-2024-24786.patch
16-
Patch2: CVE-2024-36623.patch
1716
BuildRequires: git
1817
BuildRequires: go-md2man
1918
BuildRequires: golang
@@ -82,6 +81,10 @@ install -p -m 644 contrib/completion/fish/docker.fish %{buildroot}%{_datadir}/fi
8281
%{_datadir}/fish/vendor_completions.d/docker.fish
8382

8483
%changelog
84+
* Sat Feb 15 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 25.0.7-1
85+
- Auto-upgrade to 25.0.7 - to fix CVE-2023-45288 [High]
86+
- Remove patch for CVE-2024-36623
87+
8588
* Tue Dec 10 2024 Sudipta Pandit <sudpandit@microsoft.com> - 25.0.3-3
8689
- Fix CVE-2024-36623 with patch
8790

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,8 +2868,8 @@
28682868
"type": "other",
28692869
"other": {
28702870
"name": "docker-cli",
2871-
"version": "25.0.3",
2872-
"downloadUrl": "https://github.com/docker/cli/archive/v25.0.3.tar.gz"
2871+
"version": "25.0.7",
2872+
"downloadUrl": "https://github.com/docker/cli/archive/v25.0.7.tar.gz"
28732873
}
28742874
}
28752875
},

0 commit comments

Comments
 (0)