Commit Graph
405903 Commits
Author SHA1 Message Date
huantian 09f9d35c06 libinput-gestures: fix systemd service binary path 2022-09-02 18:07:48 -07:00
adisbladisandGitHub cb5a1a003d Merge pull request #189525 from jtojnar/easyeffects
easyeffects: 6.2.8 → 6.3.0
2022-09-03 12:48:29 +12:00
SandroandGitHub e9cd8a18b0 Merge pull request #187578 from onny/magic-wormhole 2022-09-03 01:46:06 +02:00
Jan Tojnar a08e6b4902 easyeffects: 6.2.8 → 6.3.0
https://github.com/wwmm/easyeffects/compare/v6.2.8...v6.3.0
2022-09-03 01:36:37 +02:00
figsodaandGitHub babf081d61 Merge pull request #189509 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 8.36.7 -> 8.37.1
2022-09-02 19:20:32 -04:00
Michael WeissandGitHub 96ff5b58ec Merge pull request #189518 from primeos/chromium
chromium: 105.0.5195.52 -> 105.0.5195.102
2022-09-03 00:36:15 +02:00
Michael WeissandGitHub b4d97e8d9a Merge pull request #189517 from primeos/ungoogled-chromium
ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54
2022-09-03 00:35:42 +02:00
Michael WeissandGitHub 9e151be2b7 Merge pull request #189515 from primeos/chromiumBeta
chromiumBeta: 105.0.5195.52 -> 106.0.5249.21
2022-09-03 00:19:57 +02:00
Michael WeissandGitHub 917ce4bf80 Merge pull request #189514 from primeos/chromiumDev
chromiumDev: 106.0.5249.12 -> 106.0.5249.21
2022-09-03 00:19:22 +02:00
Michael Weiss f9e02fa945 ungoogled-chromium: 104.0.5112.102 -> 105.0.5195.54 2022-09-03 00:10:46 +02:00
Michael Weiss ac10e9551d chromium: 105.0.5195.52 -> 105.0.5195.102
https://chromereleases.googleblog.com/2022/09/stable-channel-update-for-desktop.html

This update includes 1 security fix. Google is aware of reports that an exploit
for CVE-2022-3075 exists in the wild.

CVEs:
CVE-2022-3075
2022-09-03 00:10:06 +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
Michael Weiss 83ada3da7a chromiumBeta: 105.0.5195.52 -> 106.0.5249.21 2022-09-02 23:56:27 +02:00
Michael Weiss f408eee926 chromiumDev: 106.0.5249.12 -> 106.0.5249.21 2022-09-02 23:55:10 +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
R. Ryantm 84060078ca oh-my-posh: 8.36.7 -> 8.37.1 2022-09-02 20:47:28 +00: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