aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-03 13:14:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-03 13:14:56 +0000
commitae8f87b74aee8fb000b8b8808a5a180f7a19a43c (patch)
treeb12ad576b4d9098fa2231ca4e190c893d62cb861 /package/libs/libpcap/Makefile
parent8b82ed6840652bb3c27eb00ad300986658e3ea94 (diff)
downloadmaster-187ad058-ae8f87b74aee8fb000b8b8808a5a180f7a19a43c.tar.gz
master-187ad058-ae8f87b74aee8fb000b8b8808a5a180f7a19a43c.tar.bz2
master-187ad058-ae8f87b74aee8fb000b8b8808a5a180f7a19a43c.zip
libpcap: update to version 1.7.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libpcap/Makefile')
-rw-r--r--package/libs/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile
index 41e0d6f51c..3943efab25 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.5.3
+PKG_VERSION:=1.7.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
-PKG_MD5SUM:=7e7321fb3aff2f2bb05c8229f3795d4a
+PKG_MD5SUM:=b2e13142bbaba857ab1c6894aedaf547
PKG_FIXUP:=patch-libtool
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>