Skip to content

Commit 298bda4

Browse files
fix: correct moby-engine cherry-pick to keep consistency (#10028)
Cherry-pick of CVE-2024-41110 from fast-track branch to main branch was malformed. Correct the inconsistency by keeping "-7" release version as the CVE fix since this is what is published via fast-track, and then update #9877 to be "-8" release, which will be built and published at next opportunity. fixes: #9966 : "[AUTO-CHERRYPICK] fix CVE-2024-41110 in moby-engine - branch main" Signed-off-by: Chris Co <chrco@microsoft.com>
1 parent de885a9 commit 298bda4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

SPECS/moby-engine/moby-engine.spec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: The open-source application container engine
44
Name: moby-engine
55
Version: 24.0.9
6-
Release: 7%{?dist}
6+
Release: 8%{?dist}
77
License: ASL 2.0
88
Group: Tools/Container
99
URL: https://mobyproject.org
@@ -123,13 +123,11 @@ fi
123123
%{_unitdir}/*
124124

125125
%changelog
126-
<<<<<<< HEAD
127-
* Wed Jul 17 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 24.0.9-7
126+
* Mon Aug 05 2024 Muhammad Falak R Wani <mwani@microsoft.com> - 24.0.9-8
128127
- Drop requirement on a specific version of golang
129-
=======
128+
130129
* Mon Jul 29 2024 Rohit Rawat <rohitrawat@microsoft.com> - 24.0.9-7
131130
- Fix for CVE-2024-41110
132-
>>>>>>> dd2c6a30e (fix CVE-2024-41110 in moby-engine (#9951))
133131

134132
* Tue Jun 25 2024 Henry Beberman <henry.beberman@microsoft.com> - 24.0.9-6
135133
- Backport upstream change to search /usr/libexec for docker-proxy without daemon.json

0 commit comments

Comments
 (0)