[Buildroot] [git commit branch/next] package/libpcap: bump to version 1.10.2

Peter Korsgaard peter at korsgaard.com
Mon Feb 20 20:58:56 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=6bee8635d90f3f9e3d04e03a9db2f37a387e077c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libpcap/Config.in    | 2 +-
 package/libpcap/libpcap.hash | 4 ++--
 package/libpcap/libpcap.mk   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libpcap/Config.in b/package/libpcap/Config.in
index a5f64bdc81..7ffac64c46 100644
--- a/package/libpcap/Config.in
+++ b/package/libpcap/Config.in
@@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBPCAP
 	  A system-independent library for user-level network packet
 	  capture.
 
-	  http://www.tcpdump.org/
+	  https://www.tcpdump.org/
diff --git a/package/libpcap/libpcap.hash b/package/libpcap/libpcap.hash
index 84c8e405df..b87d9d04ef 100644
--- a/package/libpcap/libpcap.hash
+++ b/package/libpcap/libpcap.hash
@@ -1,6 +1,6 @@
 # Locally calculated after checking pgp signature
-# https://www.tcpdump.org/release/libpcap-1.10.1.tar.gz.sig
-sha256  ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4  libpcap-1.10.1.tar.gz
+# https://www.tcpdump.org/release/libpcap-1.10.2.tar.gz.sig
+sha256  db6d79d4ad03b8b15fb16c42447d093ad3520c0ec0ae3d331104dcfb1ce77560  libpcap-1.10.2.tar.gz
 
 # Hash for license file:
 sha256  8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd  LICENSE
diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index 21422b2c0a..173207de63 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPCAP_VERSION = 1.10.1
+LIBPCAP_VERSION = 1.10.2
 LIBPCAP_SITE = https://www.tcpdump.org/release
 LIBPCAP_LICENSE = BSD-3-Clause
 LIBPCAP_LICENSE_FILES = LICENSE



More information about the buildroot mailing list