[openwrt/openwrt] libpcap: bump PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 19 09:55:01 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a308d3b2fd6164852bf84206538cdf80d37ed221

commit a308d3b2fd6164852bf84206538cdf80d37ed221
Author: Konstantin Demin <rockdrilla at gmail.com>
AuthorDate: Mon Jul 14 11:03:04 2025 +0300

    libpcap: bump PKG_RELEASE
    
    improves 34c2e7701a9a "libpcap: adjust with glibc and libcrypt-compat"
    
    Signed-off-by: Konstantin Demin <rockdrilla at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19404
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/libpcap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index 434a43247a..9955e24848 100644
--- a/package/libs/libpcap/Makefile
+++ b/package/libs/libpcap/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpcap
 PKG_VERSION:=1.10.5
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.tcpdump.org/release/




More information about the lede-commits mailing list