git: ecb75be376a3 - main - libpcap: Add changes missed in update to 1.10.5

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Sat, 14 Sep 2024 17:37:02 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/src/commit/?id=ecb75be376a3e18d3e4836b6ee07015264784694

commit ecb75be376a3e18d3e4836b6ee07015264784694
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-09-14 17:33:19 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-09-14 17:35:58 +0000

    libpcap: Add changes missed in update to 1.10.5
    
    Fixes:          afdbf109c6 (libpcap: Update to 1.10.5)
    Sponsored by:   The FreeBSD Foundation
---
 lib/libpcap/Makefile | 1 -
 lib/libpcap/config.h | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 792f0ff24e8a..9ba91504852b 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -19,7 +19,6 @@ SRCS=	bpf_dump.c \
 	pcap-bpf.c \
 	pcap-common.c \
 	pcap-netmap.c \
-	pcap-usb-linux-common.c \
 	pcap-util.c \
 	pcap.c \
 	savefile.c \
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h
index 132b9bb29183..cea0cc4fd7cb 100644
--- a/lib/libpcap/config.h
+++ b/lib/libpcap/config.h
@@ -183,7 +183,7 @@
 #define PACKAGE_NAME "pcap"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "pcap 1.10.4"
+#define PACKAGE_STRING "pcap 1.10.5"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pcap"
@@ -192,7 +192,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.10.4"
+#define PACKAGE_VERSION "1.10.5"
 
 /* target host supports netmap */
 #define PCAP_SUPPORT_NETMAP 1