[openwrt/openwrt] libpcap: update to 1.10.4
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 21 17:35:54 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b64c471b8ee3dd7ddfa3b11bf3f1414258c41c94
commit b64c471b8ee3dd7ddfa3b11bf3f1414258c41c94
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Fri Apr 14 15:17:28 2023 +0200
libpcap: update to 1.10.4
Changes:
https://git.tcpdump.org/libpcap/blob/104271ba4a14de6743e43bcf87536786d8fddea4:/CHANGES
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/libs/libpcap/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index 984b205073..107c00aa03 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
-PKG_VERSION:=1.10.3
+PKG_VERSION:=1.10.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.tcpdump.org/release/
-PKG_HASH:=2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6
+PKG_HASH:=ed19a0383fad72e3ad435fd239d7cd80d64916b87269550159d20e47160ebe5f
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=BSD-3-Clause
More information about the lede-commits
mailing list