已开启
enable rdma nic capture support #41
Yang Li创建于 2025年6月26日
enable rdma nic capture support #41
已开启
从refs/pull/41/head合入到openEuler-24.03-LTS-Next
共 1 个文件变更+9-2
| @@ -1,7 +1,7 @@ | |||
| 1 | Name: libpcap | 1 | Name: libpcap |
| 2 | Epoch: 14 | 2 | Epoch: 14 |
| 3 | Version: 1.10.4 | 3 | Version: 1.10.4 |
| 4 | -Release: 2 | 4 | +Release: 4 |
| 5 | Summary: A system-independent interface for user-level packet capture | 5 | Summary: A system-independent interface for user-level packet capture |
| 6 | License: BSD | 6 | License: BSD |
| 7 | URL: http://www.tcpdump.org | 7 | URL: http://www.tcpdump.org |
| @@ -15,6 +15,7 @@ Patch4: backport-0002-CVE-2023-7256.patch | |||
| 15 | Patch5: backport-CVE-2024-8006.patch | 15 | Patch5: backport-CVE-2024-8006.patch |
| 16 | 16 | ||
| 17 | BuildRequires: make bison flex gcc glibc-kernheaders >= 2.2.0 | 17 | BuildRequires: make bison flex gcc glibc-kernheaders >= 2.2.0 |
| 18 | +BuildRequires: rdma-core-devel | ||
| 18 | 19 | ||
| 19 | %ifnarch i686 | 20 | %ifnarch i686 |
| 20 | BuildRequires: bluez-libs-devel | 21 | BuildRequires: bluez-libs-devel |
| @@ -39,7 +40,7 @@ header files for libpcap | |||
| 39 | 40 | ||
| 40 | %build | 41 | %build |
| 41 | export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" | 42 | export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" |
| 42 | -%configure | 43 | +%configure --enable-rdma |
| 43 | %make_build | 44 | %make_build |
| 44 | 45 | ||
| 45 | %install | 46 | %install |
| @@ -67,6 +68,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" | |||
| 67 | %{_mandir}/man* | 68 | %{_mandir}/man* |
| 68 | 69 | ||
| 69 | %changelog | 70 | %changelog |
| 71 | +* Thu Jun 26 2025 liy460 <liy460@chinatelecom.cn> - 14:1.10.4-4 | ||
| 72 | +- Type: requirements | ||
| 73 | +- ID:NA | ||
| 74 | +- SUG:NA | ||
| 75 | +- DESC: enable rdma capture support | ||
| 76 | + | ||
| 70 | * Mon Sep 23 2024 xingwei14 <xingwei14@h-partners.com> - 14:1.10.4-2 | 77 | * Mon Sep 23 2024 xingwei14 <xingwei14@h-partners.com> - 14:1.10.4-2 |
| 71 | - Type:CVE | 78 | - Type:CVE |
| 72 | - CVE:CVE-2023-7256 CVE-2024-8006 | 79 | - CVE:CVE-2023-7256 CVE-2024-8006 |