[packages/mksh] - rel 2; bump line size buffer to 64k

arekm arekm at pld-linux.org
Thu Oct 1 10:56:07 CEST 2015


commit dac7fd10bad2d6a8c87088275bcde57ed318506a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Oct 1 10:56:01 2015 +0200

    - rel 2; bump line size buffer to 64k

 mksh-cmdline-length.patch | 2 +-
 mksh.spec                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index fbeb670..e3e58bb 100644
--- a/mksh.spec
+++ b/mksh.spec
@@ -7,7 +7,7 @@ Summary:	MirBSD Korn Shell
 Summary(pl.UTF-8):	Powłoka Korna z MirBSD
 Name:		mksh
 Version:	51
-Release:	1
+Release:	2
 License:	BSD
 Group:		Applications/Shells
 Source0:	https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
diff --git a/mksh-cmdline-length.patch b/mksh-cmdline-length.patch
index de55b3f..3733070 100644
--- a/mksh-cmdline-length.patch
+++ b/mksh-cmdline-length.patch
@@ -5,7 +5,7 @@
  
  /* input line size */
 -#define LINE		(4096 - ALLOC_SIZE)
-+#define LINE		(16384 - ALLOC_SIZE)
++#define LINE		(65536 - ALLOC_SIZE)
  /*
   * Minimum required space to work with on a line - if the prompt leaves
   * less space than this on a line, the prompt is truncated.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mksh.git/commitdiff/dac7fd10bad2d6a8c87088275bcde57ed318506a



More information about the pld-cvs-commit mailing list