Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

systemd: 250.8 -> 250.9

https://github.com/systemd/systemd-stable/compare/v250.8...v250.9

also fixes an security issue with systemd-coredump:
https://www.openwall.com/lists/oss-security/2022/12/21/3

250.9 added optional support for `libqrencode.so.3` too, so handle that
too.

Changed files
+3 -2
pkgs
os-specific
linux
systemd
+3 -2
pkgs/os-specific/linux/systemd/default.nix
··· 126 126 let 127 127 wantCurl = withRemote || withImportd; 128 128 wantGcrypt = withResolved || withImportd; 129 - version = "250.8"; 129 + version = "250.9"; 130 130 131 131 # Bump this variable on every (major) version change. See below (in the meson options list) for why. 132 132 # command: ··· 143 143 owner = "systemd"; 144 144 repo = "systemd-stable"; 145 145 rev = "v${version}"; 146 - sha256 = "sha256-16PkAl0amLfdZ0L55opHdhXylKKof7RUlOJ/jDeRQko="; 146 + sha256 = "sha256-38NCLEt33GcGiaUVl8AftcLCWcCQHmzTYwm5BJmldVU="; 147 147 }; 148 148 149 149 # On major changes, or when otherwise required, you *must* reformat the patches, ··· 259 259 260 260 # We did never provide support for libxkbcommon & qrencode 261 261 { name = "libxkbcommon.so.0"; pkg = null; } 262 + { name = "libqrencode.so.3"; pkg = null; } 262 263 { name = "libqrencode.so.4"; pkg = null; } 263 264 264 265 # We did not provide libpwquality before so it is safe to disable it for