Skip to content

Commit

Permalink
libpcap: update to 1.10.1
Browse files Browse the repository at this point in the history
Switch to AUTORELEASE to avoid manual increments.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and hauke committed Aug 8, 2021
1 parent 7aff590 commit 065d430
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package/libs/libpcap/Makefile
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libpcap
PKG_VERSION:=1.10.0
PKG_RELEASE:=2
PKG_VERSION:=1.10.1
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \
http://www.tcpdump.org/release/
PKG_HASH:=8d12b42623eeefee872f123bd0dc85d535b00df4d42e865f993c40f7bfc92b1e
PKG_HASH:=ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4

PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion package/libs/libpcap/patches/100-no-openssl.patch
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1006,7 +1006,6 @@ endif()
@@ -1042,7 +1042,6 @@ endif()
#
# OpenSSL/libressl.
#
Expand Down
2 changes: 1 addition & 1 deletion package/libs/libpcap/patches/102-skip-manpages.patch
Expand Up @@ -9,7 +9,7 @@ Subject: [PATCH] skip manpages

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2701,57 +2701,6 @@ if(NOT MSVC)
@@ -2732,57 +2732,6 @@ if(NOT MSVC)
if(MINGW)
find_program(LINK_EXECUTABLE ln)
endif(MINGW)
Expand Down

0 comments on commit 065d430

Please sign in to comment.