aboutsummaryrefslogtreecommitdiff
path: root/po/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-14 09:17:52 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-14 09:17:52 +0300
commit2847022dc761bb0e8f83b1e0c7739f79a5e14a56 (patch)
treee715815225b5b05ca8d8cf3b87339e79120fdc27 /po/packages
parent59e97a67ba926397922212305a4f298dae66aa85 (diff)
downloadguix-2847022dc761bb0e8f83b1e0c7739f79a5e14a56.tar.gz
guix-2847022dc761bb0e8f83b1e0c7739f79a5e14a56.zip
gnu: chess: Update to 6.2.9.
* gnu/packages/games.scm (chess): Update to 6.2.9.
Diffstat (limited to 'po/packages')
0 files changed, 0 insertions, 0 deletions
8.0. Previously, upon startup failure, we could have left processes behind. * gnu/build/shepherd.scm (read-pid-file/container): Kill (- PID) instead of PID. Ludovic Courtès 2020-06-12shepherd: Unblock signals in the child process....Fixes <https://bugs.gnu.org/41791>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. This change mirrors changes made in the Shepherd 0.8.1, where signals are blocked in the shepherd process in support of 'signalfd'. The regression was introduced with the switch to 0.8.1 in 3f9c62d1a8b345909adaeb22f454ad22554c55a1: child processes would not receive SIGTERM upon 'herd stop SERVICE'. * gnu/build/shepherd.scm <top level>: Autoload (shepherd system). (make-forkexec-constructor/container): Call call to 'sigaction' and 'unblock-signals'. Ludovic Courtès