Skip to content

Commit

Permalink
[AUTO-CHERRYPICK] Upgrade DPDK for CVE-2024-11614 - branch 3.0-dev (#…
Browse files Browse the repository at this point in the history
…11633)

Co-authored-by: jslobodzian <[email protected]>
  • Loading branch information
nicogbg and jslobodzian authored Dec 22, 2024
1 parent 96a8f87 commit 5b3ddc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
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

0 comments on commit 5b3ddc4

Please sign in to comment.