diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-11-28 20:47:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-11-28 20:47:26 +0000 |
commit | 0e12d4c6377e65c596ccb428e2e96c340ec83690 (patch) | |
tree | 5b79e4b7f5ba152d971050ab51c769815ff32a5b /package/system | |
parent | 3a962b70993c5ed1d96bfb851ea6719400fb6a72 (diff) | |
download | upstream-0e12d4c6377e65c596ccb428e2e96c340ec83690.tar.gz upstream-0e12d4c6377e65c596ccb428e2e96c340ec83690.tar.bz2 upstream-0e12d4c6377e65c596ccb428e2e96c340ec83690.zip |
ubox: fix handling of uci lists, prevent shell code injection from uci values (#14548)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38938 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/ubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index da4c414a2c..ca426a1c28 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2013-11-22 +PKG_VERSION:=2013-11-28 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=6ebf9e1acc9df1707bbd614d63a84fe05dc2749e +PKG_SOURCE_VERSION:=30deade42ebd7fa112ee2693e9c2cc6532f0e3cf PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |