aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo
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
commit3196465dcaf36efb1ef23d581e158e45b551a9d4 (patch)
tree61de5f6d1e1ec10781ccdb3b2a9422509260f551 /package/network/utils/iwinfo
parent652025853e56ffd05ad6b6f2f3c7e222df6c50e7 (diff)
downloadmaster-187ad058-3196465dcaf36efb1ef23d581e158e45b551a9d4.tar.gz
master-187ad058-3196465dcaf36efb1ef23d581e158e45b551a9d4.tar.bz2
master-187ad058-3196465dcaf36efb1ef23d581e158e45b551a9d4.zip
iwinfo: fix segfault in mtd parsing code (#19768)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45863 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iwinfo')
-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