public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] minicom: Update to 2.8
@ 2021-01-28 14:55 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2021-01-28 14:55 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2189 bytes --]

- 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(a)ipfire.org>
---
 config/rootfiles/packages/minicom | 2 ++
 lfs/minicom                       | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/packages/minicom b/config/rootfiles/packages/minicom
index 53266e604..38d7e524a 100644
--- a/config/rootfiles/packages/minicom
+++ b/config/rootfiles/packages/minicom
@@ -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
diff --git a/lfs/minicom b/lfs/minicom
index 154c31984..7e6ec7586 100644
--- a/lfs/minicom
+++ b/lfs/minicom
@@ -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)
 
-- 
2.30.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-28 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 14:55 [PATCH] minicom: Update to 2.8 Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox