commit 317bae734a2041c488c1eae242dcb3ecdcfe1bb6
parent f16a98266760e28a5488ab6b7be113efffbba238
Author: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 19 Sep 2014 20:28:58 +0200
mac-telnet: update to latest git - fixes 64bit support
Also remove default password from config to prevent daemon
from auto-starting.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile
@@ -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+
diff --git a/net/mac-telnet/files/mactelnet.config b/net/mac-telnet/files/mactelnet.config
@@ -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 ''