Commit graph

534613 commits

Author SHA1 Message Date
Soner Sayakci
b0427fc013
git-credential-oauth: 0.10.1 -> 0.11.0
Diff: https://github.com/hickford/git-credential-oauth/compare/v0.10.1...v0.11.0

Changelog: https://github.com/hickford/git-credential-oauth/releases/tag/v0.11.0
2023-10-10 16:13:41 +02:00
Weijia Wang
458728abe0
Merge pull request #260165 from vbgl/ocaml-cleaning-2023-10-10
ocamlPackages.{pprint,zelus-gtk}: disable for early versions of OCaml
2023-10-10 16:13:02 +02:00
Oliver Schmidt
d70633f91c lib.attrsets.attrsToList: add function
For transforming back between lists and attrsets, it makes sense to have
a quasi-inverse of `builtins.listToAttrs` available as a library
function.

Co-authored-by: Silvan Mosberger <github@infinisil.com>
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2023-10-10 16:11:01 +02:00
R. Ryantm
bd39164038 kissat: 3.1.0 -> 3.1.1 2023-10-10 14:10:55 +00:00
Mario Rodas
34ea795b4b
Merge pull request #260211 from r-ryantm/auto-update/clair
clair: 4.7.1 -> 4.7.2
2023-10-10 09:09:45 -05:00
Mario Rodas
8a6c901e87
Merge pull request #258864 from Kloenk/nload-darwin
nload: enable on darwin
2023-10-10 08:58:58 -05:00
Soner Sayakci
ba3b5ae180
shopware-cli: 0.3.4 -> 0.3.5
Diff: https://github.com/FriendsOfShopware/shopware-cli/compare/0.3.4...0.3.5

Changelog: https://github.com/FriendsOfShopware/shopware-cli/releases/tag/0.3.5
2023-10-10 15:48:50 +02:00
imlonghao
4a519fa142
borgmatic: 1.7.15 -> 1.8.1 2023-10-10 21:48:13 +08:00
Aaron Jheng
f7aba1b970
cargo-spellcheck: 0.13.0 -> 0.13.1 2023-10-10 13:39:51 +00:00
Weijia Wang
4d34cbeece cntk: drop 2023-10-10 10:38:21 -03:00
figsoda
10a800891b regex-cli: 0.1.0 -> 0.1.1
Diff: https://diff.rs/regex-cli/0.1.0/0.1.1
2023-10-10 09:37:32 -04: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
Thiago Kenji Okada
549ff17f9d action-validator: init at 0.5.3 2023-10-10 14:35:02 +01:00
Rebecca Kelly
e648d46465 nixos/users-groups: add user option to enable lingering
Adapted from
https://gist.github.com/graham33/fdbdcc18317a621d9dd54beb36be6683

Fixes #3702

Lingering users can still be managed mutably by root with `loginctl`,
but the settings here will take precedence when `nixos-rebuild` is run.
2023-10-10 08:53:48 -04: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
R. Ryantm
b608f7909a clair: 4.7.1 -> 4.7.2 2023-10-10 12:25:51 +00:00
Weijia Wang
2890949ab5 cryptoverif: 2.05 -> 2.07 2023-10-10 14:23:06 +02:00
R. Ryantm
51c8cace66 civo: 1.0.66 -> 1.0.67 2023-10-10 12:21:00 +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
3099cbb30e python310Packages.smart-open: 6.3.0 -> 6.4.0
Diff: https://github.com/RaRe-Technologies/smart_open/compare/refs/tags/v6.3.0...v6.4.0
2023-10-10 14:16:02 +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
R. Ryantm
a632060581 jotta-cli: 0.15.89752 -> 0.15.93226 2023-10-10 11:23:51 +00: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
R. Ryantm
7e549d52e4 jetty: 11.0.16 -> 12.0.1 2023-10-10 10:58:55 +00:00
K900
e2071a1ad0
Merge pull request #260180 from ProminentRetail/maintainer
maintainers: add prominentretail
2023-10-10 13:57:38 +03:00
Thomas Gerbet
6335cf6cdf libcue: apply patch for CVE-2023-43641
https://github.blog/2023-10-09-coordinated-disclosure-1-click-rce-on-gnome-cve-2023-43641/
2023-10-10 12:44:27 +02: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