summaryrefslogtreecommitdiff
path: root/package/libpcap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-27 07:51:34 +0100
commit92d7f6522617c947d635680d045f12a4ef77bcb4 (patch)
treec20dc2f36505542fdb19a2b9d1da1b33ad92fba8 /package/libpcap
parent6a7c5ff345b197c1d5f0f845adb2bb0da9690075 (diff)
convert checksum check to sha256
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
Diffstat (limited to 'package/libpcap')
-rw-r--r--package/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile
index afbc2e64e..d0b333e5e 100644
--- a/package/libpcap/Makefile
+++ b/package/libpcap/Makefile
@@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libpcap
PKG_VERSION:= 1.6.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 5eb05edf6b6c6e63d536d1c9fbfb2f7c
+PKG_HASH:= 116cbb3ac9e96d5dd7b39638a2f894a67fa3dcf06d794e6dae2b9a942ad13476
PKG_DESCR:= low-level packet capture library
PKG_SECTION:= libs/net
PKG_BUILDDEP:= m4-host flex-host bison-host libnl