Commit Graph
405889 Commits
Author SHA1 Message Date
Michael Weiss f9e02fa945 ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54 2022-09-03 00:10:46 +02:00
Michael WeissandGitHub b0e9b6d301 Merge pull request #189033 from primeos/chromium
chromium: 104.0.5112.101 -> 105.0.5195.52
2022-09-03 00:09:47 +02:00
Pascal BachandGitHub 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 BachandGitHub 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 WeissandLorenz Brun 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]: https://github.com/archlinux/svntogit-packages/commit/a353833a5a731abfaa465b658f61894a516aa49b
[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
happysaladaandYt 2455e2519e vector: 0.22.3 -> 0.24.0 2022-09-02 17:12:39 -04:00
Jonas HeinrichandGitHub 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
Martin WeineltandGitHub 162b38410d Merge pull request #189492 from vcunat/p/thunderbird_bump 2022-09-02 21:43:40 +02:00
superherointjandGitHub 98423bcda1 Merge pull request #189489 from azahi/werf
werf: 1.2.167 -> 1.2.168
2022-09-02 16:03:46 -03:00
superherointjandGitHub 04fdb3309a Merge pull request #187942 from IvarWithoutBones/ryu-tests
ryujinx: 1.1.223 -> 1.1.248
2022-09-02 16:02:04 -03:00
Finn BehrensandAlyssa Ross 22a5797173 nixos/moodle: use php80 and update extensions 2022-09-02 18:03:27 +00:00
Finn BehrensandAlyssa Ross 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 ScottandGitHub 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 HeinrichandGitHub 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 HeinrichandGitHub 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 HeinrichandGitHub 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 VranaandGitHub 58d586e130 buf-language-server: init at unstable-2022-08-19 2022-09-03 02:44:53 +10:00
Martin WeineltandWinter 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. RyanTMandGitHub 90a8920139 hclfmt: 2.13.0 -> 2.14.0 (#189472) 2022-09-02 17:55:20 +02:00
Bobby RongandGitHub 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 HeinrichandGitHub 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 BaghinandGitHub 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 RodasandGitHub 0d98ba2511 Merge pull request #189404 from viraptor/libmusicbrainz-darwin
libmusicbrainz3: fix darwin build
2022-09-02 09:06:53 -05:00
Mario RodasandGitHub 414889b7a6 Merge pull request #189419 from SuperSandro2000/zoxide
zoxide: 0.8.2 -> 0.8.3
2022-09-02 09:06:00 -05:00
Mario RodasandGitHub 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 RodasandGitHub 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 00126e23e7 ptcollab: 0.6.1.1 -> 0.6.2.0 2022-09-02 12:35:42 +00:00
Pavol RusnakandGitHub b4ec790ac6 Merge pull request #189440 from nixbitcoin/electrs-0.9.9 2022-09-02 15:33:53 +03:00
superherointjandGitHub 7c6eac9c88 Merge pull request #189450 from RaitoBezarius/patch-4
ovmfvartool: use pname rather than name
2022-09-02 09:28:19 -03:00
Ryan Lahfa c89c3a5b05 ovmfvartool: use pname rather than name
This fixes the metadata of the ovmfvartool to include version in name.
2022-09-02 14:25:10 +02:00
ArtturiandGitHub 131621e3c7 Merge pull request #189130 from Artturin/sanebackendscross 2022-09-02 15:20:39 +03:00
SandroandGitHub 0a5978e317 Merge pull request #189248 from r-ryantm/auto-update/du-dust 2022-09-02 14:19:32 +02:00
superherointjandGitHub 3640c6f2f3 Merge pull request #189353 from Atemu/update/obs-gstreamer
obs-gstreamer: 0.3.4 -> 0.3.5
2022-09-02 09:11:02 -03:00
Bobby RongandGitHub e07339362d Merge pull request #189198 from wahjava/update-cinny
cinny: 2.1.2 -> 2.1.3
2022-09-02 20:07:38 +08:00
Bobby RongandGitHub e513c41e6b Merge pull request #189299 from r-ryantm/auto-update/pocketbase
pocketbase: 0.5.1 -> 0.5.2
2022-09-02 20:04:26 +08:00
Bobby RongandGitHub 5e89f2b71a Merge pull request #189232 from kilianar/signal-desktop-5.57.0
signal-desktop: 5.56.0 -> 5.57.0
2022-09-02 19:59:45 +08:00
Bobby RongandGitHub 9b9e0021d4 Merge pull request #187458 from azahi/papermc
papermc: 1.18.2r313 -> 1.19.2r131
2022-09-02 19:58:40 +08:00
Bobby RongandGitHub 0fbff09d15 Merge pull request #189237 from r-ryantm/auto-update/cinny-desktop
cinny-desktop: 2.1.2 -> 2.1.3
2022-09-02 19:46:32 +08:00
Bobby RongandGitHub ae09eeffae Merge pull request #189245 from r-ryantm/auto-update/copilot-cli
copilot-cli: 1.21.0 -> 1.21.1
2022-09-02 19:40:45 +08:00
Bobby RongandGitHub 7be85ed535 Merge pull request #189284 from r-ryantm/auto-update/nvc
nvc: 1.7.0 -> 1.7.1
2022-09-02 19:39:50 +08:00
Bobby RongandGitHub d85925fc35 Merge pull request #189323 from r-ryantm/auto-update/werf
werf: 1.2.166 -> 1.2.167
2022-09-02 19:37:56 +08:00
nixbitcoin 08ec29c6db electrs: 0.9.7 -> 0.9.9 2022-09-02 11:07:22 +00:00
Janne HeßandGitHub da141d2fef Merge pull request #189415 from alyssais/cagebreak
nixosTests.cagebreak: fix by enabling udisks2
2022-09-02 13:04:49 +02:00
Guillaume Maudoux b4f4f49331 bazel_6: Cleanup leftover comments 2022-09-02 12:54:36 +02:00
R. Ryantm 18ccfebce4 chezmoi: 2.21.1 -> 2.22.0 2022-09-02 10:27:14 +00:00