aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-07 14:41:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-07 14:41:48 +0000
commit13758896aa6a11711205d715c67ef308e4851b8f (patch)
tree914b7e1c27c3d2a345328089c78455b1613cbae5 /package/libpcap/Makefile
parent83095aef7c709a9b9b9b5bddf2ec3ea3015a8f98 (diff)
downloadmaster-187ad058-13758896aa6a11711205d715c67ef308e4851b8f.tar.gz
master-187ad058-13758896aa6a11711205d715c67ef308e4851b8f.tar.bz2
master-187ad058-13758896aa6a11711205d715c67ef308e4851b8f.zip
Update libpcap to 0.9.8 (#3571)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r--package/libpcap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index d7956a61b8..ed048a4ed3 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
-PKG_VERSION:=0.9.4
+PKG_VERSION:=0.9.8
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
-PKG_MD5SUM:=79025766e8027df154cb1f32de8a7974
+PKG_MD5SUM:=5208f24d0328ee7c20b52c43eaa9aa0e
include $(INCLUDE_DIR)/package.mk
@@ -26,7 +26,7 @@ define Package/libpcap
endef
define Package/libpcap/description
- This package contains a system-independent library for user-level network
+ This package contains a system-independent library for user-level network
packet capture.
endef