From 317bae734a2041c488c1eae242dcb3ecdcfe1bb6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 19 Sep 2014 20:28:58 +0200 Subject: [PATCH] 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 --- net/mac-telnet/Makefile | 4 ++-- net/mac-telnet/files/mactelnet.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile index 5194ae8c7..b6c05c89c 100644 --- 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 index d27c91aef..ddf71578f 100644 --- 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 ''