From f3bb959c9baba18a3575db969eaa4eecf5a9a21a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 21 Oct 2021 01:12:48 -0700 Subject: HANDLE-FORK-REQUEST: immediately begin reading from out & err pipes Previously we waited for waitpid(2) to return before reading from the pipes. If either pipe filled up before the child process exited, we would deadlock. Signed-off-by: Sean Whitton --- debian/changelog | 4 ++-- debian/control | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a0d19e1..a40a3df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -consfigurator (0.11.1-1) UNRELEASED; urgency=medium +consfigurator (0.12.0-1) UNRELEASED; urgency=medium * New upstream release. - * Add dep and build-dep on libacl1-dev. + * Add deps and build-deps on cl-bordeaux-threads and libacl1-dev. -- Sean Whitton Thu, 21 Oct 2021 13:25:09 -0700 diff --git a/debian/control b/debian/control index 061072a..e678a3c 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: cl-alexandria, cl-anaphora, cl-babel, + cl-bordeaux-threads, cl-cffi, cl-osicat, cl-heredoc, @@ -35,6 +36,7 @@ Depends: cl-alexandria, cl-anaphora, cl-babel, + cl-bordeaux-threads, cl-cffi, cl-osicat, cl-heredoc, -- cgit v1.2.3