dpkd: bump version to 21.11.2 to address CVE-2022-2132 (#3631)

* dpkd: bump version to 21.11.2 to address CVE-2022-2132
* dpdk: cgmanifest: update entry

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2022-08-30 10:23:30 +05:30 коммит произвёл Andrew Phelps
Родитель 593692c046
Коммит 676aa301cc
3 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"dpdk-21.11.tar.xz": "3246e3ed68ee2b369a5d8be2c06cf108a669e157f4d41c5bcbbb216bf5abd3a1"
"dpdk-21.11.2.tar.xz": "10a250531090040bcc3853c2f7185ca454d536ad8d5d4b643aa8a4ae243b7117"
}
}

Просмотреть файл

@ -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
@ -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)" \
@ -179,6 +179,9 @@ CFLAGS="$(echo %{optflags} -fcommon)" \
%endif
%changelog
* Tue Aug 30 2022 Muhammad Falak <mwani@microsoft.com> - 21.11.2-1
- Bump version to 21.11.2 to address CVE-2022-2132
* Wed Jan 12 2022 Rachel Menge <rachelmenge@microsoft.com> - 21.11-1
- Update to version 21.11

Просмотреть файл

@ -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"
}
}
},