summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-26 09:36:59 +0000
committerJohn Crispin <john@openwrt.org>2014-08-26 09:36:59 +0000
commit8686e238731a1c8c64b7dfca7b9a904ff185ef45 (patch)
tree7064c5413d8e195c4a701afd1316420da15de7d4
parent41775e748632e3de5e0cab2c24107bf1632dbdc1 (diff)
downloadmaster-31e0f0ae-8686e238731a1c8c64b7dfca7b9a904ff185ef45.tar.gz
master-31e0f0ae-8686e238731a1c8c64b7dfca7b9a904ff185ef45.tar.bz2
master-31e0f0ae-8686e238731a1c8c64b7dfca7b9a904ff185ef45.zip
umbim: update to latest git
add pincode sanitization and handling for authproto/user/pass Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42299
-rw-r--r--package/network/utils/umbim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index a660f88bcb..f0868cebf8 100644
--- a/package/network/utils/umbim/Makefile
+++ b/package/network/utils/umbim/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=umbim
-PKG_VERSION:=2014-08-22
+PKG_VERSION:=2014-08-26
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.openwrt.org/project/umbim.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=b82f187ab204a56f5ed7cd6d4de64bfdc07a1a74
+PKG_SOURCE_VERSION:=7741d88cdfd36f0c4380f660a9ad7109df76b432
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>