Skip to content

Commit 08234b6

Browse files
authored
Upgrade libpcap version to 1.10.5 to fix CVE-2024-8006 (#10797)
1 parent e2b58d9 commit 08234b6

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"libpcap-libpcap-1.10.4.tar.gz": "1783ff39f2a6eb99a7625c7ea471782614c94965ea934b6b22ac6eb38db266bc"
4-
}
5-
}
2+
"Signatures": {
3+
"libpcap-libpcap-1.10.5.tar.gz": "6cd9835338ca334b699b1217e2aee2b873463c76aafd19b8b9d4710554f025ac"
4+
}
5+
}

SPECS/libpcap/libpcap.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: C/C++ library for network traffic capture
22
Name: libpcap
3-
Version: 1.10.4
3+
Version: 1.10.5
44
Release: 1%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
@@ -31,9 +31,10 @@ This package contains libraries and header files for
3131
developing applications that use %{name}.
3232

3333
%prep
34-
%setup -q -n %{name}-%{name}-%{version}
34+
%autosetup -n %{name}-%{name}-%{version}
3535

3636
%build
37+
./autogen.sh
3738
%configure
3839
make %{?_smp_mflags}
3940

@@ -68,6 +69,9 @@ make DESTDIR=%{buildroot} install
6869
%{_mandir}/man7/*
6970

7071
%changelog
72+
* Mon Oct 21 2024 Sudipta Pandit <sudpandit@microsoft.com> - 1.10.5-1
73+
- Upgrade to version 1.10.5 (fixes CVE-2024-8006)
74+
7175
* Fri Oct 27 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.10.4-1
7276
- Auto-upgrade to 1.10.4 - Azure Linux 3.0 - package upgrades
7377

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10481,8 +10481,8 @@
1048110481
"type": "other",
1048210482
"other": {
1048310483
"name": "libpcap",
10484-
"version": "1.10.4",
10485-
"downloadUrl": "https://github.com/the-tcpdump-group/libpcap/archive/libpcap-1.10.4.tar.gz"
10484+
"version": "1.10.5",
10485+
"downloadUrl": "https://github.com/the-tcpdump-group/libpcap/archive/libpcap-1.10.5.tar.gz"
1048610486
}
1048710487
}
1048810488
},

0 commit comments

Comments
 (0)