Skip to content
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-21.11.tar.xz": "3246e3ed68ee2b369a5d8be2c06cf108a669e157f4d41c5bcbbb216bf5abd3a1"
"dpdk-21.11.2.tar.xz": "10a250531090040bcc3853c2f7185ca454d536ad8d5d4b643aa8a4ae243b7117"
}
}
7 changes: 5 additions & 2 deletions SPECS/dpdk/dpdk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%bcond_without tools
Summary: Set of libraries and drivers for fast packet processing
Name: dpdk
Version: 21.11
Version: 21.11.2
Release: 1%{?dist}
License: BSD AND LGPLv2 AND GPLv2
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -106,7 +106,7 @@ Vendor: Microsoft Corporation
Distribution: Mariner

%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
* Tue Aug 30 2022 Muhammad Falak <[email protected]> - 21.11.2-1
- Bump version to 21.11.2 to address CVE-2022-2132

* Wed Jan 12 2022 Rachel Menge <[email protected]> - 21.11-1
- Update to version 21.11

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