Commit Graph

534407 Commits

Author SHA1 Message Date
Weijia Wang
4d34cbeece cntk: drop 2023-10-10 10:38:21 -03:00
Mario Rodas
3d6868510d
Merge pull request #260027 from adamcstephens/tst/fix-darwin
tree-sitter-grammars: fix typst grammar on darwin
2023-10-10 08:36:27 -05:00
Mario Rodas
eb745fa4d7
Merge pull request #259734 from marsam/postgresql-update-extensions
postgresql: update extensions
2023-10-10 08:35:15 -05:00
Jörg Thalheim
b7057368c8 systemd-boot-builder: add missing fsync in atomic writes
write(2) and close(2) doesn't ensure the file content actually got synched, so let's also fsync before doing the rename
2023-10-10 14:49:51 +02:00
Jörg Thalheim
8335022649 nixos/tests/systemd-boot: improve assertion error for update test 2023-10-10 14:49:51 +02:00
Jörg Thalheim
865a2cf8c1 Revert "nixos/systemd-boot: skip EFI update to 252"
This reverts commit 80665d606a.

Parsing the package version broke our systemd-boot builder test.

i.e. it won't be able to parse systemd-boot efi binaries coming from
ubuntu

We no longer use the faulty systemd-boot version so this code should no
longer be needed.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
b7fbd1ffd4 systemd-boot-builder: use regex prefix string
otherwise there are warnings for \.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
5ee9fdf929 systemd-boot-builder: use new builtin typing style 2023-10-10 14:49:51 +02:00
Jörg Thalheim
e20a886f87 systemd-boot-builder: drop unused import 2023-10-10 14:49:51 +02:00
Jörg Thalheim
a17f41ed0b systemd-boot-builder: replace mkdir_p function with stdlib equivalent 2023-10-10 14:49:51 +02:00
Jörg Thalheim
f4bf9702be systemd-boot-builder: always do syncfs, even after a failure 2023-10-10 14:49:51 +02:00
Jörg Thalheim
dbac7467ad systemd-boot-builder: drop semicolons
this is python, not C.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
1f70361d08 systemd-boot-builder: resort imports according to isort
foo
2023-10-10 14:49:51 +02:00
Yureka
effe9fcdd4 strace: set meta.mainProgram 2023-10-10 12:37:23 +00:00
Fabian Affolter
86bc806080
Merge pull request #259962 from panicgh/nitrokey-app2
nitrokey-app2: switch to pypaBuildHook and fix the build
2023-10-10 14:18:00 +02:00
Fabian Affolter
293ce59328
Merge pull request #260190 from fabaff/zipstream-ng-bump
python310Packages.zipstream-ng: 1.6.0 -> 1.7.1
2023-10-10 14:14:47 +02:00
Silvan Mosberger
98156cb838
Merge pull request #260195 from hercules-ci/nixos-eval-config-renames 2023-10-10 13:33:53 +02:00
markuskowa
920568abf7
Merge pull request #260173 from r-ryantm/auto-update/hdfview
hdfview: 3.3.0 -> 3.3.1
2023-10-10 13:31:45 +02:00
Nicolas Benes
48e6a7c70f nitrokey-app2: switch to pypaBuildHook and fix the build 2023-10-10 13:25:32 +02:00
Robert Hensing
a14f3f829d nixos/eval-config.nix: Rename arg nixosSystem -> configuration
For some time now the attrset returned by `evalModules` has
`type = "configuration"`.

This is a clean refactor because the name is not exposed.
(never is for simple lambda)
2023-10-10 13:25:15 +02:00
Robert Hensing
1c0427862e nixos/eval-config.nix: Rename let withExtraArgs -> withExtraAttrs
Presumably it only used to add `extraArgs`, but it also adds other
attributes now.
2023-10-10 13:24:55 +02:00
Ryan Mulligan
98deb47f4f
Merge pull request #260039 from r-ryantm/auto-update/cadical
cadical: 1.5.3 -> 1.8.0
2023-10-10 04:18:42 -07:00
Robert Hensing
2eb706646a
Merge pull request #259797 from K900/eval-config-pkgs
eval-config.nix: set nixpkgs.pkgs instead of _module.args.pkgs
2023-10-10 13:18:30 +02:00
Ryan Mulligan
2fe1a54b72
Merge pull request #260109 from r-ryantm/auto-update/eltclsh
eltclsh: 1.18 -> 1.19
2023-10-10 04:18:11 -07:00
Ryan Mulligan
b5e7059112
Merge pull request #260112 from r-ryantm/auto-update/feh
feh: 3.10 -> 3.10.1
2023-10-10 04:17:47 -07:00
Ryan Mulligan
377cfcd4af
Merge pull request #260116 from r-ryantm/auto-update/flashprint
flashprint: 5.7.1 -> 5.8.0
2023-10-10 04:17:24 -07:00
Ryan Mulligan
def68cf031
Merge pull request #260130 from r-ryantm/auto-update/gi-crystal
gi-crystal: 0.18.0 -> 0.19.0
2023-10-10 04:16:32 -07:00
Ryan Mulligan
5c16620641
Merge pull request #260135 from r-ryantm/auto-update/glab
glab: 1.32.0 -> 1.33.0
2023-10-10 04:15:57 -07:00
K900
e2071a1ad0
Merge pull request #260180 from ProminentRetail/maintainer
maintainers: add prominentretail
2023-10-10 13:57:38 +03:00
Fabian Affolter
b88a8cffb2 python310Packages.zipstream-ng: 1.6.0 -> 1.7.1
Diff: https://github.com/pR0Ps/zipstream-ng/compare/refs/tags/v1.6.0...v1.7.1

Changelog: https://github.com/pR0Ps/zipstream-ng/blob/v1.7.1/CHANGELOG.md
2023-10-10 12:43:56 +02:00
Thomas Gerbet
147d12908d
Merge pull request #259881 from MikaelFangel/patch-freeswitch
freeswitch: patch CVE-2023-5217 and CVE-2023-44488
2023-10-10 12:34:47 +02:00
Naïm Favier
af99452de5
Merge pull request #260179 from r-ryantm/auto-update/ibus-engines.typing-booster-unwrapped
ibus-engines.typing-booster-unwrapped: 2.24.1 -> 2.24.2
2023-10-10 12:05:31 +02:00
Doron Behar
c74fd1b820
Merge pull request #230297 from alias-dev/feature/regols
regols: init at 0.2.2
2023-10-10 12:53:27 +03:00
ProminentRetail
4f51764e23
maintainers: add prominentretail 2023-10-10 20:50:37 +11:00
Maximilian Bosch
3d3b99ad20
Merge pull request #259980 from Ma27/synapse-db-assertion
nixos/matrix-synapse: drop old DB check assertion, actually require DB to be up
2023-10-10 11:41:05 +02:00
Maximilian Bosch
791fe98a0d
Merge pull request #259888 from julianschacher/matrix-synapse-fix-media-store-access
nixos/matrix-synapse: add `media_store_path` to services `ReadWritePaths`
2023-10-10 11:40:45 +02:00
Fabian Affolter
dc150667dd
Merge pull request #260164 from fabaff/bitarray-bump
python311Packages.bitarray: 2.8.1 -> 2.8.2
2023-10-10 11:29:28 +02:00
R. Ryantm
3a5f71f63e ibus-engines.typing-booster-unwrapped: 2.24.1 -> 2.24.2 2023-10-10 09:26:45 +00:00
Joshua Trees
08170dd535 openmw: 0.47.0 -> 0.48.0
Co-authored-by: Peter Hoeg <peter@hoeg.com>
2023-10-10 10:58:27 +02:00
Jonas Heinrich
f9d065801f
Merge pull request #259860 from marsam/opensnitch-buildGo121Module
opensnitch: use buildGo121Module
2023-10-10 10:51:54 +02:00
Artturi
e189e9c0de
Merge pull request #259941 from christoph-heiss/fix/bluemann-cross
blueman: fix cross-compilation
2023-10-10 11:51:01 +03:00
Jonas Heinrich
3d7552b68c
Merge pull request #257430 from nephalemsec/update-feishin
feishin: 0.3.0 -> 0.4.1
2023-10-10 10:45:35 +02:00
Gaetan Lepage
b8eebcad82 neovim: 0.9.2 -> 0.9.4 2023-10-10 10:44:03 +02:00
Alyssa Ross
45584b3e5a diffutils: disable tests on aarch64 musl
The tests have never worked on aarch64 musl, so this restores the
previous behaviour on that platform of building successfully even
though the tests don't pass.

Since the tests work on x86_64 musl, and not aarch64 musl, my best
guess having not looked too closely is that the difference is because
aarch64 is stuck on ancient bootstrap tools for musl that cause all
sorts of problems.  Hopefully we can revert this once the bootstrap
tools are updated.  Having diffutils building is a prerequisite to
doing that.

Fixes: 9588972fe9 ("diffutils: 3.9 -> 3.10")
2023-10-10 08:40:18 +00:00
Fabian Affolter
f39bf150a6
Merge pull request #260157 from fabaff/ephem-bump
python311Packages.ephem: 4.1.4 -> 4.1.5
2023-10-10 10:33:45 +02:00
Fabian Affolter
fccc344a69
Merge pull request #260158 from fabaff/plexwebsocket-bump
python311Packages.plexwebsocket: 0.0.13 -> 0.0.14
2023-10-10 10:33:34 +02:00
Fabian Affolter
23752229c5
Merge pull request #255541 from fabaff/apple-weatherkit
python311Packages.apple-weatherkit: init at 1.0.3
2023-10-10 10:33:01 +02:00
Artturi
4434db32ea
Merge pull request #258301 from hughobrien/dosbox-x 2023-10-10 11:20:25 +03:00
Ben Wolsieffer
b6876d5c86
nixos/security/wrappers: don't force PIE hardening (#259509)
PIE causes problems with static binaries on ARM (see 76552e9). It is
enabled by default on other platforms anyway when musl is used, so we
don't need to specify it manually.
2023-10-10 10:13:29 +02:00
R. Ryantm
18681bc0da hdfview: 3.3.0 -> 3.3.1 2023-10-10 08:13:18 +00:00