From 1f201845a30b83f242a5f8ed35a80db17522752b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 31 Oct 2021 14:00:21 -0500 Subject: Package updates Update to gawk-5.1.1. Update to meson-0.60.0. Update to libcap-2.60. Update to gdbm-1.22. Update to file-5.41. Update to linux-5.14.15. Update to iana-etc-20211025. Update to tzdata-2021e. Change /bin to /usr/bin in passwd, and revisedchroot. Fix systemd for new meson. --- chapter08/systemd.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chapter08/systemd.xml') diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index f003a1c47..46719cc27 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -56,9 +56,13 @@ sgx, from the default udev rules: - sed -i -e 's/GROUP="render"/GROUP="video"/' \ + sed -i -e 's/GROUP="render"/GROUP="video"/' \ -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in + Fix a mesaon problem: + + sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build + Prepare systemd for compilation: mkdir -p build -- cgit v1.2.3-54-g00ecf