Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO-CHERRYPICK] Upgrade DPDK for CVE-2024-11614 - branch 3.0-dev #11633

Merged
merged 1 commit into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/dpdk/dpdk.signatures.json
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"
}
}
9 changes: 6 additions & 3 deletions SPECS/dpdk/dpdk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)" \
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2968,8 +2968,8 @@
"type": "other",
"other": {
"name": "dpdk",
"version": "23.11",
"downloadUrl": "https://fast.dpdk.org/rel/dpdk-23.11.tar.xz"
"version": "23.11.3",
"downloadUrl": "https://fast.dpdk.org/rel/dpdk-23.11.3.tar.xz"
}
}
},
Expand Down
Loading