commit a7f76f9b6810096f56cd4ff4a3b2d5011ee6ba66
Author: Jan Palus <at...@pld-linux.org>
Date:   Sat Mar 26 11:18:03 2016 +0100

    up to 52c

 mksh-cmdline-length.patch | 4 ++--
 mksh.spec                 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index 8de14bf..5c764f4 100644
--- a/mksh.spec
+++ b/mksh.spec
@@ -6,12 +6,12 @@
 Summary:       MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
 Name:          mksh
-Version:       52b
+Version:       52c
 Release:       1
 License:       BSD
 Group:         Applications/Shells
 Source0:       
https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
-# Source0-md5: 123f713e71754da87a455b5fbe0b03b7
+# Source0-md5: cc3884e02314447e7b4a3073b8d65d1e
 Source1:       %{name}-mkshrc
 Source2:       get-source.sh
 Patch0:                %{name}-mkshrc_support.patch
diff --git a/mksh-cmdline-length.patch b/mksh-cmdline-length.patch
index de55b3f..0225f51 100644
--- a/mksh-cmdline-length.patch
+++ b/mksh-cmdline-length.patch
@@ -4,8 +4,8 @@
  EXTERN char   *current_wd;
  
  /* input line size */
--#define LINE          (4096 - ALLOC_SIZE)
-+#define LINE          (16384 - ALLOC_SIZE)
+-#define LINE          (4096 - ALLOC_OVERHEAD)
++#define LINE          (16384 - ALLOC_OVERHEAD)
  /*
   * 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/a7f76f9b6810096f56cd4ff4a3b2d5011ee6ba66

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to