aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-10-21 01:12:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 12:47:28 -0700
commitf3bb959c9baba18a3575db969eaa4eecf5a9a21a (patch)
tree17f184048de1f14aca10c39064a9c17847cb8b21 /debian
parent399e65035866f7c48ad0829a82833614f9e5b3c3 (diff)
downloadconsfigurator-f3bb959c9baba18a3575db969eaa4eecf5a9a21a.tar.gz
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 <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
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 <spwhitton@spwhitton.name> 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,