diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-03 13:14:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-03 13:14:56 +0000 |
commit | 41a9f280c4db4bc866e28654f125cdb998b6e9ed (patch) | |
tree | 6d819f1e8c2e85d555ae7da7633b224f52940017 /package/libs/libpcap/Makefile | |
parent | 55a76c19b1502f60dc27141b6ac1f4a15e9f7744 (diff) | |
download | upstream-41a9f280c4db4bc866e28654f125cdb998b6e9ed.tar.gz upstream-41a9f280c4db4bc866e28654f125cdb998b6e9ed.tar.bz2 upstream-41a9f280c4db4bc866e28654f125cdb998b6e9ed.zip |
libpcap: update to version 1.7.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46776
Diffstat (limited to 'package/libs/libpcap/Makefile')
-rw-r--r-- | package/libs/libpcap/Makefile | 4 |
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> |