Commit graph

406156 commits

Author SHA1 Message Date
Pascal Bach 56603378ba
Merge pull request #187482 from panicgh/bump-fmt
fmt_9: init at 9.0.0
2022-09-02 23:37:22 +02:00
Pascal Bach 11ab21e66f
Merge pull request #189494 from r-ryantm/auto-update/minio
minio: 2022-08-26T19-53-15Z -> 2022-09-01T23-53-36Z
2022-09-02 23:36:38 +02:00
Michael Weiss d932886d6e
chromium: Fix the build
The build was failing with the following error:
```
[18950/51180] SOLINK ./libvk_swiftshader.sotls_transport_interface/dtls_transport_interface.omputils.o[K.otch.oos.oKx/unbundle:default)fault)ault)
FAILED: libvk_swiftshader.so libvk_swiftshader.so.TOC
python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="readelf" --nm="nm"  --sofile="./libvk_swiftshader.so" --tocfile="./libvk_swiftshader.so.TOC" --output="./libvk_swiftshader.so" -- clang++ -shared -Wl,-soname="libvk_swiftshader.so" -Wl,-Bsymbolic -Wl,--version-script=../../third_party/swiftshader/src/Vulkan/vk_swiftshader.lds -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--icf=all -Wl,--color-diagnostics -Wl,-mllvm,-instcombine-lower-dbg-declare=0 -flto=thin -Wl,--thinlto-jobs=all -Wl,--thinlto-cache-dir=thinlto-cache -Wl,--thinlto-cache-policy=cache_size=10\%:cache_size_bytes=40g:cache_size_files=100000 -Wl,-mllvm,-import-instr-limit=30 -fwhole-program-vtables -Wl,--no-call-graph-profile-sort -m64 -no-canonical-prefixes -Wl,-O2 -Wl,--gc-sections -rdynamic -Wl,-z,defs -Wl,--as-needed -nostdlib++ -Wl,--lto-O0 -fsanitize=cfi-vcall -fsanitize=cfi-icall -o "./libvk_swiftshader.so" @"./libvk_swiftshader.so.rsp"
ld.lld: error: unable to find library -l:libffi_pic.a
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
```

This turned out to be a regression from b6b51374fc. That change was
bad/undesirable in the first place and I only applied it to quickly fix
another build error caused by incompatible wayland-protocols header
files from a newer system version (Chromium bundles version 1.21 while
we already package 1.26).

The better fix for that wayland-protocols build issue is to pull in a
patch that is already used/tested by the Arch package [0] and seems to
originate from [1] (not sure if that patch was formally submitted yet).

Alternatives to that patch would be to (we should probably first try the
first approach if need be):
1) Build with wayland-protocols 1.21 from the system (by overriding the
   Nixpkgs package).
2) Dynamically link against libffi by patching [2] to use the other
   branch (`default_toolchain == "//build/toolchain/cros:target"`).

Some additional details can be found in the GitHub PR [3].
Huge thanks to Lorenz Brun for his great analysis that enabled me to fix
the build so that we can finally merge the update to Chromium M105
(which contains many important security fixes!).

[0]: a353833a5a
[1]: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/105.0.5195.52:build/config/linux/libffi/BUILD.gn
[3]: https://github.com/NixOS/nixpkgs/pull/189033

Co-Authored-By: Lorenz Brun <lorenz@brun.one>
2022-09-02 23:34:18 +02:00
happysalada 2455e2519e vector: 0.22.3 -> 0.24.0 2022-09-02 17:12:39 -04:00
Flakebi e5c65b5f98
salt: 3004.2 -> 3005 2022-09-02 23:06:01 +02:00
Jonas Heinrich 9e4474136d
Merge pull request #189140 from r-ryantm/auto-update/infracost
infracost: 0.10.10 -> 0.10.11
2022-09-02 22:56:20 +02:00
R. Ryantm 84060078ca oh-my-posh: 8.36.7 -> 8.37.1 2022-09-02 20:47:28 +00:00
Martin Weinelt 162b38410d
Merge pull request #189492 from vcunat/p/thunderbird_bump 2022-09-02 21:43:40 +02:00
matthewcroughan dcd536f600 entwine: init at unstable-2022-08-03 2022-09-02 20:30:22 +01:00
superherointj 98423bcda1
Merge pull request #189489 from azahi/werf
werf: 1.2.167 -> 1.2.168
2022-09-02 16:03:46 -03:00
superherointj 04fdb3309a
Merge pull request #187942 from IvarWithoutBones/ryu-tests
ryujinx: 1.1.223 -> 1.1.248
2022-09-02 16:02:04 -03:00
Alyssa Ross 1e8f59b2ee
nixosTests.moodle: increase timeout
With the default timeout, this test would time out too early for me
and others[1].

[1]: https://github.com/NixOS/nixpkgs/pull/177052#issue-1266336706
2022-09-02 18:09:00 +00:00
Alyssa Ross 488412a1db
nixos/test-driver: add wait_for_unit() timeout arg
For example, the wait_for_unit() call in the Moodle test times out for
myself and others[1], so it would be good to be able to increase it to
something less likely to be hit by a test that would otherwise pass.

[1]: https://github.com/NixOS/nixpkgs/pull/177052#issue-1266336706
2022-09-02 18:06:03 +00:00
Finn Behrens 22a5797173 nixos/moodle: use php80 and update extensions 2022-09-02 18:03:27 +00:00
Finn Behrens bc8f00427a moodle: 3.11.6 -> 4.0.2 2022-09-02 18:03:27 +00:00
R. Ryantm e2fc171101 minio: 2022-08-26T19-53-15Z -> 2022-09-01T23-53-36Z 2022-09-02 17:41:33 +00:00
Vladimír Čunát 935aa2d5fd
thunderbird*: 102.2.1 -> 102.2.2
https://www.thunderbird.net/en-US/thunderbird/102.2.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-38/
2022-09-02 19:26:06 +02:00
Robert Scott 3f9b0f53e4
Merge pull request #188650 from movingco/add-z3-411
z3: add 4.11
2022-09-02 18:24:42 +01:00
zowoq d897573499 talosctl: 1.1.2 -> 1.2.0
https://github.com/siderolabs/talos/releases/tag/v1.2.0
2022-09-03 03:10:35 +10:00
Jonas Heinrich d8b1d3e4c4
Merge pull request #189141 from r-ryantm/auto-update/p2pool
p2pool: 2.2.1 -> 2.3
2022-09-02 19:03:01 +02:00
Ivar Scholten e3e703844d
ryujinx: 1.1.223 -> 1.1.248
Its now running unit tests, and the headless frontend is packaged as
well. The latter is a bit inconsistent, on the OpenGL backend it will
always fail to create an SDL+OpenGL instance, causing a crash.

The Vulkan backend mostly works fine, although it might need a few
restarts before it decides to show graphics. Better than nothing though.
2022-09-02 19:01:40 +02:00
Azat Bahawi ce71b96896
werf: 1.2.167 -> 1.2.168 2022-09-02 20:01:23 +03:00
Jonas Heinrich e1bd0ab0b8
Merge pull request #189162 from r-ryantm/auto-update/nixpacks
nixpacks: 0.3.8 -> 0.3.12
2022-09-02 18:59:43 +02:00
Jonas Heinrich c320c43bb7
Merge pull request #189191 from r-ryantm/auto-update/step-ca
step-ca: 0.22.0 -> 0.22.1
2022-09-02 18:48:01 +02:00
Shaw Vrana 58d586e130
buf-language-server: init at unstable-2022-08-19 2022-09-03 02:44:53 +10:00
misuzu 0cf9509045 netbird: 0.8.10 -> 0.8.11 2022-09-02 19:31:22 +03:00
Martin Weinelt 715fa052ab topydo: fix eval
The unitestCheckHook is only and already available from within
python3Packages. Expecting it in the function arguments cannot work.
2022-09-02 11:57:25 -04:00
R. RyanTM 90a8920139
hclfmt: 2.13.0 -> 2.14.0 (#189472) 2022-09-02 17:55:20 +02:00
Nguyễn Gia Phong 092c7cd3fc
superTux: explicitly link X libraries
It does not make sense why SDL doesn't propagate these build inputs
or why they're also required on Wayland, but it works so ¯\_(ツ)_/¯
2022-09-03 00:34:43 +09:00
Bobby Rong 89d52414c6
Merge pull request #189454 from r-ryantm/auto-update/ptcollab
ptcollab: 0.6.1.1 -> 0.6.2.0
2022-09-02 23:31:47 +08:00
Jonas Heinrich 38701b81ed python310Packages.napari-npe2: 0.5.1 -> 0.6.1 2022-09-02 17:19:06 +02:00
R. Ryantm 827b92fb51 hugo: 0.102.2 -> 0.102.3 2022-09-02 15:02:12 +00:00
R. Ryantm d966dd7de5 gobgpd: 3.5.0 -> 3.6.0 2022-09-02 14:42:00 +00:00
R. Ryantm 7aa828c35a gobgp: 3.5.0 -> 3.6.0 2022-09-02 14:41:56 +00:00
R. Ryantm e041d60b81 go-swagger: 0.30.0 -> 0.30.2 2022-09-02 14:41:18 +00:00
Jonas Heinrich a7dc5df31a
Merge pull request #189109 from r-ryantm/auto-update/agi
agi: 3.1.0-dev-20220811 -> 3.2.0-dev-20220831
2022-09-02 16:27:34 +02:00
Uri Baghin a6e347fb29
Merge pull request #186106 from layus/bazel-update
bazel_6: init with a WIP implem
2022-09-03 00:27:09 +10:00
Mario Rodas 0d98ba2511
Merge pull request #189404 from viraptor/libmusicbrainz-darwin
libmusicbrainz3: fix darwin build
2022-09-02 09:06:53 -05:00
Mario Rodas 414889b7a6
Merge pull request #189419 from SuperSandro2000/zoxide
zoxide: 0.8.2 -> 0.8.3
2022-09-02 09:06:00 -05:00
Mario Rodas 526e94ec95
Merge pull request #189432 from r-ryantm/auto-update/chezmoi
chezmoi: 2.21.1 -> 2.22.0
2022-09-02 09:03:50 -05:00
Mario Rodas add92df7ec
Merge pull request #189391 from marsam/update-grpc
grpc: 1.48.0 -> 1.48.1
2022-09-02 09:01:06 -05:00
R. Ryantm 8fab1c44c9 exoscale-cli: 1.59.0 -> 1.59.1 2022-09-02 13:50:59 +00:00
R. Ryantm 6c7a02209d eksctl: 0.109.0 -> 0.110.0 2022-09-02 13:36:58 +00:00
Sandro Jäckel c5b5bcd786
noto-fonts: remove unused black, update meta 2022-09-02 15:16:33 +02:00
devhell 6bc4b4a541 tuifeed: 0.2.1 -> 0.3.2 2022-09-02 14:05:37 +01:00
Sandro Jäckel f6d144637c
python310Packages.graphql-server-core: remove pseudo black test, little cleanup 2022-09-02 14:56:32 +02:00
Eduardo Quiros 87b7e89ebf
legendary-gl: 0.20.27 -> 0.20.28 2022-09-02 06:39:19 -06:00
R. Ryantm 00126e23e7 ptcollab: 0.6.1.1 -> 0.6.2.0 2022-09-02 12:35:42 +00:00
Pavol Rusnak b4ec790ac6
Merge pull request #189440 from nixbitcoin/electrs-0.9.9 2022-09-02 15:33:53 +03:00
superherointj 7c6eac9c88
Merge pull request #189450 from RaitoBezarius/patch-4
ovmfvartool: use pname rather than name
2022-09-02 09:28:19 -03:00