Commit Graph
729034 Commits
Author SHA1 Message Date
totaltaxamount f298cd74e6 dmraid: patch dmevent_tool.c to compile on modern gcc versions 2024-12-26 19:04:05 -07:00
Philip TaronandGitHub 3eecbac9c5 mathematica: fix sort predicate stability (#368433) 2024-12-26 17:27:13 -08:00
Fabián Heredia MontielandGitHub dc1d754341 LInux Hardened Kernel Updates for 2024-12-25 (#368235) 2024-12-26 19:25:50 -06:00
Philip TaronandGitHub 162b4bf7b3 coqPackages.metaFetch: fix sort predicate stability (#368429) 2024-12-26 15:56:53 -08:00
Peder Bergebakken SundtandGitHub b0abc14c4a python312Packages.ffmpy: 0.4.0 -> 0.5.0 (#367775) 2024-12-27 00:46:23 +01:00
Stanisław PituchaandGitHub 7302634e76 ejsonkms: 0.2.2 -> 0.2.3 (#368323) 2024-12-27 10:44:21 +11:00
Michele Guerini RoccoandGitHub d6678a74b1 monero-cli: fix build issue with GCC14 (#367932) 2024-12-27 00:28:54 +01:00
Arthur GautierandGitHub 308f45a56f python3Packages.tpm2-pytss: fixup revision in tests (#368426) 2024-12-26 15:15:20 -08:00
Francesco Gazzetta 93a001404c ladybird: 0-unstable-2024-11-21 -> 0-unstable-2024-12-23 2024-12-26 23:11:45 +00:00
Francesco GazzettaandGitHub 83c2a905d1 ladybird: Update darwin sdk version (#361319) 2024-12-26 23:11:13 +00:00
Sergei Trofimovich bf740322a7 mathematica: fix sort predicate stability
Incorrect sorting predicate was found as part of
https://github.com/NixOS/nix/issues/12106 where `nix` was crashing on
the code like:

    $ nix eval --expr 'builtins.sort (a: b: true) [ 1 2 3 ]'
    ...
    Aborted (core dumped)

Note: the crash happens here because sorting predicate does not
implement `lessThan` and triggers assertion failures for
`std::stable_sort` that backs `builtins.sort`.

The change restores `lessThan` semantic for version sorting.
2024-12-26 23:09:36 +00:00
Sergei Trofimovich ef6ac2dd6e coqPackages.metaFetch: fix sort predicate stability
Incorrect sorting predicate was found as part of
https://github.com/NixOS/nix/issues/12106 where `nix` was crashing on
the code like:

    $ nix eval --expr 'builtins.sort (a: b: true) [ 1 2 3 ]'
    ...
    Aborted (core dumped)

Note: the crash happens here because sorting predicate does not
implement `lessThan` and triggers assertion failures for
`std::stable_sort` that backs `builtins.sort`.

The change restores `lessThan` semantic for `version sorting`.
2024-12-26 23:02:04 +00:00
Alex MartensandBjørn Forsman 403dfb7c93 nixos/ddclient: fix missing iproute2
When obtaining the IP address from an interface iproute2 is missing:

"Unable to obtain information for 'bond-wan' -- missing ip or ifconfig command"

The prefix check to include iproute2 is incorrect for "usev4" and "usev6".

Currently the NixOS module checks for the "if" prefix.  This prefix is
not valid with "usev4" and "usev6":

"Invalid Value for keyword 'usev4' = 'if'"

"ifv4" must be used with "usev4", and "ifv6" with "usev6".

I updated the nixos module to check for the correct prefix with "usev4"
and "usev6", and include iproute2 as necessary.
2024-12-26 23:59:47 +01:00
Arthur GautierandGitHub 28e1cce57e qemu-vm: implement virtualization.tpm.provisioning (#364379) 2024-12-26 14:58:02 -08:00
Arthur Gautier a69a7908ce python3Packages.tpm2-pytss: fixup revision in tests
This fixes a regression introduced by https://github.com/NixOS/nixpkgs/pull/356063
in which libtpms now replies with a new revision.

This was fixed upstream in
https://github.com/tpm2-software/tpm2-pytss/pull/593 but not available
in a release yet.

Fixes #368402
2024-12-26 14:52:11 -08:00
SandroandGitHub b5e12ffe52 python312Packages.oslo-serialization: 5.5.0 -> 5.6.0 (#368271) 2024-12-26 23:11:00 +01:00
Gaétan LepageandGitHub 74d1d9a86a nixos/zfs-replication: add package option (#368310) 2024-12-26 22:54:51 +01:00
Pavol RusnakandGitHub df1ae7f5e8 python312Packages.latexify-py: 0.4.3-post1 -> 0.4.4 (#368383) 2024-12-26 22:50:05 +01:00
RamsesandGitHub c836511199 tuifimanager: 5.0.0 -> 5.0.5 (#367449) 2024-12-26 22:18:14 +01:00
RamsesandGitHub b7ac82ecc5 komac: 2.6.0 -> 2.8.0 (#367710) 2024-12-26 22:16:17 +01:00
SandroandGitHub 8fc9b1280d python312Packages.pyiceberg: enable distutils patch on python3.12 (#368281) 2024-12-26 22:13:34 +01:00
RamsesandGitHub 79824eebbc gurk-rs: 0.5.2 -> 0.6.0 and refactor (#367951) 2024-12-26 22:11:50 +01:00
RamsesandGitHub 0c725eda4b gitprompt-rs: 0.3.0 -> 0.4.1 (#368200) 2024-12-26 22:09:28 +01:00
SandroandGitHub 3d5f6c0100 nextcloud: update packages (#367852) 2024-12-26 22:09:10 +01:00
SandroandGitHub 06a6c8fda6 xboxdrv: drop (#368175) 2024-12-26 22:08:50 +01:00
R. RyantmandSandro Jäckel 2077f59bd2 python312Packages.oslo-serialization: 5.5.0 -> 5.6.0 2024-12-26 22:07:33 +01:00
SandroandGitHub edc08c7638 python312Packages.oslo-concurrency: 6.1.0 -> 6.2.0 (#368272) 2024-12-26 22:03:12 +01:00
SandroandGitHub 130787c041 python312Packages.python-neutronclient: fix runtime dependency check … (#368057) 2024-12-26 21:56:15 +01:00
SandroandGitHub fcfefa290a python312Packages.oslo-i18n: 6.4.0 -> 6.5.0 (#368295) 2024-12-26 21:55:21 +01:00
SandroandGitHub c36a0c5106 python312Packages.tempest: 41.0.0 -> 42.0.0 (#368344) 2024-12-26 21:53:40 +01:00
SandroandGitHub cb25d392f5 python312Packages.oslo-config: 9.6.0 -> 9.7.0 (#368054) 2024-12-26 21:52:04 +01:00
SandroandGitHub c33f12b623 python312Packages.cliff: 4.7.0 -> 4.8.0 (#368327) 2024-12-26 21:50:17 +01:00
SandroandGitHub 64d406d578 lychee: 0.17.0 -> 0.18.0 (#368341) 2024-12-26 21:48:32 +01:00
misuzuandGitHub beedbefa12 nextcloud-talk-desktop: add desktop item (#367079) 2024-12-26 22:44:57 +02:00
misuzuandGitHub b549e8c7f5 libesmtp: fix gcc14 build (#368001) 2024-12-26 22:34:24 +02:00
misuzuandGitHub 58f66948d0 nixos/nginx: default resolver.ipv6 to networking.enableIPv6 (#368055) 2024-12-26 22:29:22 +02:00
misuzuandGitHub 31a4b471f5 nushellPlugins.skim: 0.9.1 -> 0.11.1 (#367968) 2024-12-26 22:26:08 +02:00
misuzuandGitHub 1bcd7ac6f2 plow: 1.3.1 -> 1.3.2 (#367800) 2024-12-26 22:24:41 +02:00
misuzuandGitHub 6bd8592d7c python312Packages.mkdocs-awesome-pages-plugin: 2.9.3 -> 2.10.1 (#368228) 2024-12-26 22:21:30 +02:00
misuzuandGitHub 681bf6fb85 ocamlPackages.owl: 1.1 -> 1.2 (#368044) 2024-12-26 22:21:15 +02:00
misuzuandGitHub 8cd423577f omnictl: 0.44.1 -> 0.45.0 (#367889) 2024-12-26 22:20:00 +02:00
misuzuandGitHub cd2cdc386a eksctl: 0.198.0 -> 0.199.0 (#367859) 2024-12-26 22:19:50 +02:00
misuzuandGitHub 85a07e5913 halo: 2.20.11 -> 2.20.12 (#367855) 2024-12-26 22:19:29 +02:00
misuzu b9ce1f483f plow: fix plow.passthru.tests 2024-12-26 22:18:18 +02:00
misuzuandGitHub 3b6d2c55ca nco: 5.2.9 -> 5.3.0 (#367797) 2024-12-26 22:11:30 +02:00
misuzuandGitHub 7ea2ea9ff1 python312Packages.binance-connector: 3.10.0 -> 3.11.0 (#367738) 2024-12-26 22:11:15 +02:00
misuzuandGitHub e7f18683f7 crossplane-cli: 1.18.1 -> 1.18.2 (#367618) 2024-12-26 22:10:59 +02:00
misuzuandGitHub 145f8e4042 python312Packages.inform: 1.32 -> 1.33 (#367351) 2024-12-26 22:10:38 +02:00
misuzuandGitHub 6818147564 esp-generate: 0.1.0 -> 0.2.1 (#366814) 2024-12-26 22:10:14 +02:00
YtandGitHub d2e0912d04 nixos/stalwart-mail: Add dataDir option (#368374) 2024-12-26 15:09:05 -05:00