Skip to content

Commit

Permalink
Upgrade libpcap version to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
realsdx committed Oct 21, 2024
1 parent 43fc7f7 commit e6de7b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions SPECS/libpcap/libpcap.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libpcap-libpcap-1.10.4.tar.gz": "1783ff39f2a6eb99a7625c7ea471782614c94965ea934b6b22ac6eb38db266bc"
}
}
"Signatures": {
"libpcap-libpcap-1.10.5.tar.gz": "6cd9835338ca334b699b1217e2aee2b873463c76aafd19b8b9d4710554f025ac"
}
}
8 changes: 6 additions & 2 deletions SPECS/libpcap/libpcap.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: C/C++ library for network traffic capture
Name: libpcap
Version: 1.10.4
Version: 1.10.5
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -31,9 +31,10 @@ This package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n %{name}-%{name}-%{version}
%autosetup -n %{name}-%{name}-%{version}

%build
./autogen.sh
%configure
make %{?_smp_mflags}

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

%changelog
* Mon Oct 21 2024 Sudipta Pandit <sudpandit@microsoft.com> - 1.10.5-1
- Upgrade to version 1.10.5 (fixes CVE-2024-8006)

* Fri Oct 27 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.10.4-1
- Auto-upgrade to 1.10.4 - Azure Linux 3.0 - package upgrades

Expand Down

0 comments on commit e6de7b8

Please sign in to comment.