summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-01 04:31:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-06-01 04:31:45 +0000
commit570790173d0b9726135fd66ab2b0ab967590dd26 (patch)
treef13a12d1420534ac294b67cfb3c98fac2f91f41c /package/network/utils/iwinfo/Makefile
parent1cc4a10d2c77bfcdc113c5db90e49b7b546b3eab (diff)
downloadmaster-31e0f0ae-570790173d0b9726135fd66ab2b0ab967590dd26.tar.gz
master-31e0f0ae-570790173d0b9726135fd66ab2b0ab967590dd26.tar.bz2
master-31e0f0ae-570790173d0b9726135fd66ab2b0ab967590dd26.zip
iwinfo: fix segfault in mtd parsing code (#19768)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45863
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r--package/network/utils/iwinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index 1bed3227ed..9d7e321c2d 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
-PKG_VERSION:=2015-05-26
+PKG_VERSION:=2015-06-01
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://git.openwrt.org/project/iwinfo.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=e8a1e7d224918ba23fe0cd125e70907cb31aea31
+PKG_SOURCE_VERSION:=ade8b1b299cbd5748db1acf80dd3e9f567938371
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=GPL-2.0