mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
minicom: Update to 2.8
- Update minicom from 2.7.1 to 2.8 - Changelog for version 2.8 New timestamp mode: Delta to previous line. Add HPA ESC sequence Add alternative window support (ti/te) Fix file name of non-global configuration settings. Update translations: Indonesian, French, Swedish, Spanish, German, Brazilian Portuguese, Vietnamese, Polish, Danish, Norwegian, Serbian New translation: Serbian, Simplified chinese Fix F10 macro key used in current setups Add F11 and F12 for macro use Fixed DTR for recent systems Add support for RS485. Add --capturefile-buffer-mode option Bug fixes - Updated rootfile Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
ff5aef9d30
commit
ecf0ba6d12
@@ -17,8 +17,10 @@ usr/bin/xminicom
|
||||
#usr/share/locale/ro/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/ru/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/rw/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/sr/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/sv/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/vi/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/zh_CN/LC_MESSAGES/minicom.mo
|
||||
#usr/share/locale/zh_TW/LC_MESSAGES/minicom.mo
|
||||
#usr/share/man/man1/ascii-xfr.1
|
||||
#usr/share/man/man1/minicom.1
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.7.1
|
||||
VER = 2.8
|
||||
|
||||
THISAPP = minicom-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = minicom
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 9021cb8c5445f6e6e74b2acc39962d62
|
||||
$(DL_FILE)_MD5 = dd71fa302ae822a8e73dcfe5bccc8dca
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user