-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO-CHERRYPICK] Upgrade DPDK for CVE-2024-11614 - branch 3.0-dev (#…
…11633) Co-authored-by: jslobodzian <[email protected]>
- Loading branch information
1 parent
96a8f87
commit 5b3ddc4
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"dpdk-23.11.tar.xz": "64fa58fdfc9e9510e8e414e3bedd165bd3d4ca465a231b280323f83cd53fd865" | ||
"dpdk-23.11.3.tar.xz": "8e51836bc6524e0512f89eeca27532021fe0ccc7f764cf238ee283e7f416c185" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,8 @@ | |
%bcond_without tools | ||
Summary: Set of libraries and drivers for fast packet processing | ||
Name: dpdk | ||
Version: 23.11 | ||
Release: 2%{?dist} | ||
Version: 23.11.3 | ||
Release: 1%{?dist} | ||
License: BSD AND LGPLv2 AND GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -106,7 +106,7 @@ Vendor: Microsoft Corporation | |
Distribution: Azure Linux | ||
|
||
%prep | ||
%autosetup -p1 -n dpdk-%{version} | ||
%autosetup -p1 -n dpdk-stable-%{version} | ||
|
||
%build | ||
CFLAGS="$(echo %{optflags} -fcommon)" \ | ||
|
@@ -179,6 +179,9 @@ CFLAGS="$(echo %{optflags} -fcommon)" \ | |
%endif | ||
|
||
%changelog | ||
* Fri Dec 20 2024 Jon Slobodzian <[email protected]> - 23.11.3-1 | ||
- Updgrade to 23.11.3 to resolve CVE-2024-11614. | ||
|
||
* Thu Feb 22 2024 Pawel Winogrodzki <[email protected]> - 23.11-2 | ||
- Updating naming for 3.0 version of Azure Linux. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters