commit 098708bf444b8ea35f34b65cbf05f5d23bc7666a
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Thu Oct 1 11:40:04 2015 +0200

    - rel 3; back to 16k

 mksh-cmdline-length.patch | 2 +-
 mksh.spec                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index a5be5a4..815fdb3 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:       2.1
+Release:       3
 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 7ac1227..de55b3f 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          (262144 - ALLOC_SIZE)
++#define LINE          (16384 - 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/098708bf444b8ea35f34b65cbf05f5d23bc7666a

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to