diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-05 09:54:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-05 09:54:34 +0000 |
commit | f20b989b65d820b042818af884f809b92ac9007c (patch) | |
tree | 0a59a8c37b46194021b7d7034f027b5339bcb3cc /package/libs/libpcap/Makefile | |
parent | 4083a66c8e92d61f2db51e4086960daf0d9ee761 (diff) | |
download | upstream-f20b989b65d820b042818af884f809b92ac9007c.tar.gz upstream-f20b989b65d820b042818af884f809b92ac9007c.tar.bz2 upstream-f20b989b65d820b042818af884f809b92ac9007c.zip |
libpcap: update to current upstream version 1.5.3
-size_of(old libpcap-1.3.0) = 85228 Byte
-size_of(new libpcap-1.5.3) = 88587 Byte
=> ~3.3 KByte increase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39473 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 24b07c932b..347b180ba2 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.3.0 +PKG_VERSION:=1.5.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tcpdump.org/release/ -PKG_MD5SUM:=f78455a92622b7a3c05c58b6ad1cec7e +PKG_MD5SUM:=7e7321fb3aff2f2bb05c8229f3795d4a PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |