forked from mirrors/nixpkgs
systemd: 253 -> 253.1
Changelog: ``` 6c327d74aa hwdb: update to 11875a98e4f1c31e247d99e00c7774ea3653bafd 0b81fcd16d chase-symlinks: Always open a dirfd to the root directory aa20a210a0 chase-symlinks: chase_symlinks_at() AT_FDCWD fixes bb3e44323b escape: add missing non-NULL parameter assertions c4e7cf2bd7 test-escape: Add tests for escaping bogus UTF-8 sequences e906fd2421 escape: Ensure that output is always valid UTF-8 1a22006574 virt: correctly detect QEMU emulated pSeries guests 5ee19fdfa0 psi-util: fix error handling 9ffa0d439f journald: remove triplicate logging about failure to write log lines 4f7f93cc6a journald: downgrade various log messages from LOG_WARNING to LOG_INFO a2dc51cd8c journald: make sure shall_try_append_again() logs about all return codes passed in, not just some 144ac494ec systemctl: print better message if default target is masked 791754f683 Revert "dissect-image: don't probe swap partitions needlessly" d0e7841dce rules: remove redundant duplicate comparisons dc98d58dd8 man: add two missing commands to synopsys e093acd062 core/dbus-socket: check the socket path is absolute a719c2ec2f sd-event: fix error handling 58c821af60 sd-event: always initialize sd_event.perturb 2bfb07b22f systemctl: show "Until:" field only for service and scope units d9abd8babe tmpfiles.d: drop misleading comment 0f4dbe6367 Enable TPM by default with SetCredentialEncrypted 8d8240bdf6 stub: Fix unaligned read 44c2ff5b1e efi: drop executable-stack bit from .elf file f2460b78b9 logind-session: make stopping of idle session visible to admins 1947b9939c sleep: check if we're on AC power before checking battery capacity 452cad62c8 install: fail early if specifier expansion failed eae11e3f06 homectl: add missing break 9024afb994 core/manager: falling back to execute generators without sandboxing aac692160e man/tmpfiles.d: adjust the table in synopsis, improve spelling d2739b8c14 test: disable pipefail when testing interactive firstboot 755431b233 ukify: Set fast_load option when parsing PE files 343e90462f core: permit sending augmented enable/disable methods ba1cb4156b process-util: show requested process name in the log 5140da8937 systemctl: edit: fix double free of instanced name c4cdbb978f journalctl: fix output when --lines is used with --grep 6dafcad55c loop-util: fix error condition and return value ec6c1fbf7d Correct journal misspell 6b6df9a845 cryptsetup: check the existence of salt by salt_size > 0 cd5de2811a boot: Fix assertion failure 01b90e1588 pid1: generate compat warning for SystemCallArchitectures= if seccomp is off a3177cbe54 core/mount: fix default target for /sysusr/usr and its child 3168bda640 mkosi: configure multiarch libdir in debian/ubuntu builds 51b7acfcef tpm2: fix build failure without openssl a88e35bf95 resolved: Fall back to TCP if UDP is blocked ```
This commit is contained in:
parent
575fddf25b
commit
f7ce1d22eb
|
@ -133,7 +133,7 @@ assert withHomed -> withCryptsetup;
|
|||
let
|
||||
wantCurl = withRemote || withImportd;
|
||||
wantGcrypt = withResolved || withImportd;
|
||||
version = "253";
|
||||
version = "253.1";
|
||||
|
||||
# Bump this variable on every (major) version change. See below (in the meson options list) for why.
|
||||
# command:
|
||||
|
@ -150,7 +150,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "systemd";
|
||||
repo = "systemd-stable";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-K1h4nnDYB25URcJrS5HF4gYVDzEUCABpTxlEt7JKKa4=";
|
||||
hash = "sha256-PyAhkLxDkT5gVocCXh8bst6PBgguASjnA82xinQOtjw=";
|
||||
};
|
||||
|
||||
# On major changes, or when otherwise required, you *must* reformat the patches,
|
||||
|
|
Loading…
Reference in a new issue