Commit Graph

23740 Commits

Author SHA1 Message Date
Steven Kou
a04201bb98
vivaldi: 5.4.2753.37 -> 5.4.2753.47 2022-09-04 03:21:08 +08:00
Steven Kou
2fb2e966a5
vivaldi: ignore unused debian revision number 2022-09-04 03:20:05 +08: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
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
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
R. Ryantm
2c26db3126 kn: 1.6.1 -> 1.7.0 2022-09-02 07:56:23 +02: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
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
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
R. Ryantm
828462f7b6 cinny-desktop: 2.1.2 -> 2.1.3 2022-09-01 09:55:39 +00:00
kilianar
1ac9fea548 signal-desktop: 5.56.0 -> 5.57.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.57.0
2022-09-01 10:36:45 +02:00
Christian Kögler
de17aeea51
Merge pull request #189167 from buckley310/2022-08-31-vmware
vmware-horizon-client: 2203 -> 2206
2022-09-01 07:16:11 +02:00
superherointj
8df4496ca1
Merge pull request #189190 from r-ryantm/auto-update/sngrep
sngrep: 1.5.0 -> 1.6.0
2022-08-31 23:00:41 -03:00
superherointj
73994921df
Merge pull request #189193 from r-ryantm/auto-update/temporal
temporal: 1.17.4 -> 1.17.5
2022-08-31 22:04:18 -03:00
Ashish SHUKLA
f79fa14789
cinny: 2.1.2 -> 2.1.3 2022-09-01 01:04:55 +02:00
R. Ryantm
fe9ea5561f temporal: 1.17.4 -> 1.17.5 2022-08-31 22:48:07 +00:00
R. Ryantm
14d9453469 sngrep: 1.5.0 -> 1.6.0 2022-08-31 21:56:55 +00:00
R. Ryantm
93615b4311 rocketchat-desktop: 3.8.8 -> 3.8.9 2022-08-31 21:42:12 +00:00
techknowlogick
f10333f64b nomad_1_3: 1.3.4 -> 1.3.5 2022-09-01 06:56:32 +10:00
techknowlogick
55d613752a nomad_1_2: 1.2.11 -> 1.2.12 2022-09-01 06:56:32 +10:00
Christian Kögler
a0e78051ce
Merge pull request #186802 from uvNikita/webex/update
webex: 42.8.0.22907 → 42.10.0.23251
2022-08-31 22:11:35 +02:00
Christian Kögler
56e8e486f3
Merge pull request #187336 from Alexnortung/session-desktop-appimage
session-desktop-appimage: 1.8.6 -> 1.9.1
2022-08-31 22:00:09 +02:00
Sean Buckley
fbfca3d7fe vmware-horizon-client: 2203 -> 2206 2022-08-31 15:38:06 -04:00
superherointj
3db1dce640
Merge pull request #189150 from zseri/element-bump
element-{web,desktop}: 1.11.3 -> 1.11.4
2022-08-31 16:11:32 -03:00