Commit Graph

23778 Commits

Author SHA1 Message Date
github-actions[bot]
fccce1e603
Merge master into staging-next 2022-09-03 18:01:21 +00:00
Jörg Thalheim
73ff5d3db3
Merge pull request #189597 from r-ryantm/auto-update/kops
kops: 1.24.1 -> 1.24.2
2022-09-03 17:44:42 +01:00
Artturi
3c7e394ccd
Merge pull request #189549 from Infinidoge/bump/discord-canary 2022-09-03 16:57:44 +03:00
R. Ryantm
79967ca1b0 kops: 1.24.1 -> 1.24.2 2022-09-03 13:09:14 +00:00
Michael Weiss
82d8999e04
ungoogled-chromium: 105.0.5195.54 -> 105.0.5195.102 2022-09-03 14:22:28 +02:00
github-actions[bot]
e0f3de2dc6
Merge master into staging-next 2022-09-03 12:01:12 +00:00
Jonas Heinrich
c3997ccfe2
Merge pull request #189244 from sikmir/aerc
aerc: 0.11.0 → 0.12.0
2022-09-03 09:15:08 +02:00
Jonas Heinrich
1a9007783d
Merge pull request #189257 from r-ryantm/auto-update/glooctl
glooctl: 1.12.10 -> 1.12.11
2022-09-03 08:52:12 +02:00
Infinidoge
1a03c4a771 discord-canary: 0.0.137 -> 0.0.138 2022-09-03 01:39:19 -04:00
github-actions[bot]
f556fdf536
Merge master into staging-next 2022-09-03 00:02:20 +00:00
Michael Weiss
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 Weiss
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 Weiss
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 Weiss
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 Weiss
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
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
Martin Weinelt
162b38410d
Merge pull request #189492 from vcunat/p/thunderbird_bump 2022-09-02 21:43:40 +02: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
github-actions[bot]
90b1c05a13
Merge master into staging-next 2022-09-02 18:01:22 +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
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
Azat Bahawi
ce71b96896
werf: 1.2.167 -> 1.2.168 2022-09-02 20:01:23 +03:00
Bobby Rong
e07339362d
Merge pull request #189198 from wahjava/update-cinny
cinny: 2.1.2 -> 2.1.3
2022-09-02 20:07:38 +08:00
github-actions[bot]
261dbce5a5
Merge master into staging-next 2022-09-02 12:01:19 +00:00
Bobby Rong
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 Rong
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 Rong
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
Jonas Heinrich
f599cf9ae5
Merge pull request #188884 from r-ryantm/auto-update/pluto
pluto: 5.10.5 -> 5.10.6
2022-09-02 10:33:46 +02:00
github-actions[bot]
61b3999448
Merge master into staging-next 2022-09-02 06:15:21 +00:00
R. Ryantm
2c26db3126 kn: 1.6.1 -> 1.7.0 2022-09-02 07:56:23 +02:00
github-actions[bot]
761072ccdf
Merge master into staging-next 2022-09-02 00:02:02 +00:00
Stefan Radziuk
d32eae0f23
chromium: add commandLineArgs after wayland flags (#189371) 2022-09-02 01:38:22 +02:00
Martin Weinelt
ee01de29d2
Merge pull request #189360 from Atemu/firefox-ffmpeg_5 2022-09-02 01:11:08 +02:00
Stefan Radziuk
1be806f07f
google-chrome: add commandLineArgs after wayland flags (#189199) 2022-09-02 00:31:31 +02:00
Sandro
e114a41bf0
Merge pull request #186981 from JonaEnz/edge-update 2022-09-02 00:13:18 +02:00
Atemu
e661714656 firefox: use ffmpeg_5
Allows for AV1 VAAPI decoding
2022-09-02 00:12:41 +02:00
R. Ryantm
1b5207f09d werf: 1.2.166 -> 1.2.167 2022-09-01 18:04:03 +00:00
github-actions[bot]
dbe312bfdb
Merge master into staging-next 2022-09-01 18:01:28 +00:00
K900
821f5796df n8n: 0.192.0 → 0.193.3 2022-09-01 17:57:26 +00:00
superherointj
b6007630be
Merge pull request #189264 from r-ryantm/auto-update/istioctl
istioctl: 1.14.3 -> 1.15.0
2022-09-01 09:41:20 -03:00
R. Ryantm
d19dd1834f istioctl: 1.14.3 -> 1.15.0 2022-09-01 12:25:40 +00:00
Jonas Heinrich
15bf7fb6b9
Merge pull request #189185 from r-ryantm/auto-update/rocketchat-desktop
rocketchat-desktop: 3.8.8 -> 3.8.9
2022-09-01 14:25:10 +02:00
Jonas Heinrich
5ee0c5b0f2
Merge pull request #188800 from r-ryantm/auto-update/helmsman
helmsman: 3.13.1 -> 3.14.0
2022-09-01 14:24:31 +02:00
github-actions[bot]
c487ddd4e2
Merge master into staging-next 2022-09-01 12:01:31 +00:00
R. Ryantm
dd8926ade1 glooctl: 1.12.10 -> 1.12.11 2022-09-01 11:56:22 +00:00
Jonas Heinrich
76b7c2c466
Merge pull request #188894 from r-ryantm/auto-update/seaweedfs
seaweedfs: 3.23 -> 3.24
2022-09-01 12:38:13 +02:00