[notes] 01/01: packages += ksh93

Daniel Shahaf danielsh at apache.org
Sat Sep 24 09:33:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit 0a2856db8b740004d1c215886b79b5d7679b53e0
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Sat Sep 24 09:32:17 2016 +0000

    packages += ksh93
---
 packages.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/packages.yml b/packages.yml
index 1d5b10b..1d2b455 100644
--- a/packages.yml
+++ b/packages.yml
@@ -11982,6 +11982,20 @@ kservice:
   version: 5.25.0-1
   issues:
     - captures_build_path
+ksh:
+  version: 93u+20120801-2
+  comments: |
+    Hardcoded values of CHILD_MAX and OPEN_MAX differ.
+    .
+    The values for CHILD_MAX are 62050 v. 62455.
+    .
+    The values for OPEN_MAX are 16384 v. 65536 (both are powers of two).
+    .
+    These are getconf(1) symbolic constants, also defined in the system header
+    files, but at least in the CHILD_MAX case I think the difference is because
+    src/lib/libast/comp/conf.tab *measures* the constant's value by calling
+    fork(2) in a loop until that fails.  (That file has similar code for
+    measuring OPEN_MAX.)
 kshutdown:
   version: 3.2-2
   issues:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list