mac-telnet: update to latest git - fixes 64bit support
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Sep 2014 18:28:58 +0000 (20:28 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Sep 2014 18:58:43 +0000 (20:58 +0200)
Also remove default password from config to prevent daemon
from auto-starting.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/mac-telnet/Makefile
net/mac-telnet/files/mactelnet.config

index 5194ae8c730eccf03ac63b4592096a34cbd53910..b6c05c89caff8c3d47b34ce36843618eb63a5be8 100644 (file)
@@ -5,13 +5,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mac-telnet
-PKG_VERSION:=2014-09-03
+PKG_VERSION:=2014-09-16
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/jow-/MAC-Telnet.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=9a8bf5c242c6b0336c2f257aa67d2240454ba4b0
+PKG_SOURCE_VERSION:=a254a629b7a2cb322a92f474ef7f94ed5aa03145
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 
 PKG_LICENSE:=GPL-2.0+
index d27c91aefdb4a80e3825c06943f4f97867579b5d..ddf71578f90fd6b162e6036b6578ee4e031d5f72 100644 (file)
@@ -6,4 +6,4 @@ config mactelnetd
 # Define a MAC-Telnet login, multiple login sections allowed
 config login
        option username 'root'
-       option password 'secret'
+       option password ''