Commit Graph

6264 Commits

Author SHA1 Message Date
Nicolas Benes
9d8d995f52 tor-browser-bundle-bin: 11.5.5 -> 11.5.6
https://blog.torproject.org/new-release-tor-browser-1156/
2022-10-27 21:35:11 +02:00
Michael Weiss
817099496c
Merge pull request #198101 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.62 -> 107.0.5304.68
2022-10-27 20:16:02 +02:00
Michael Weiss
3a2c2fbc24
chromiumDev: 108.0.5359.10 -> 108.0.5359.19 2022-10-27 19:55:47 +02:00
Michael Weiss
e07577d52d
chromiumBeta: 107.0.5304.62 -> 107.0.5304.68 2022-10-27 19:55:03 +02:00
Martin Weinelt
3671af8f1f
Merge pull request #196723 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-10-27 15:59:48 +02:00
Martin Weinelt
2cf41e4a66
Merge pull request #196724 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped 2022-10-27 15:59:39 +02:00
Vladimír Čunát
2b248e9e5a
Merge #197849: librewolf: fix build on aarch64-linux by upstream patch 2022-10-27 08:17:06 +02:00
Sandro
78ac5ea8ed
Merge pull request #197921 from panicgh/tbb 2022-10-26 17:51:08 +02:00
Martin Weinelt
3b5cc5969f
Merge pull request #197845 from mweinelt/firefox 2022-10-26 16:52:29 +02:00
Nicolas Benes
f0f665ec3e tor-browser-bundle-bin: 11.5.4 -> 11.5.5
https://blog.torproject.org/new-release-tor-browser-1155/
2022-10-26 16:52:00 +02:00
Vladimír Čunát
61598203a4
librewolf: fix build on aarch64-linux by upstream patch
https://hydra.nixos.org/build/196437728
Same as c08efaf08 for firefox.

Cleanup of the nix expression was needed; the previous patch file
didn't even exist (anymore?)
2022-10-26 09:43:52 +02:00
R. Ryantm
0d93ef82bb firefox-devedition-bin-unwrapped: 106.0b9 -> 107.0b5 2022-10-26 07:27:06 +00:00
R. Ryantm
a4c60438d3 firefox-beta-bin-unwrapped: 106.0b9 -> 107.0b5 2022-10-26 07:25:26 +00:00
Martin Weinelt
591441af02
firefox-bin-unwrapped: 106.0.1 -> 106.0.2
https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/
2022-10-26 09:00:10 +02:00
Martin Weinelt
bd66d2fe38
firefox-unwrapped: 106.0.1 -> 106.0.2
https://www.mozilla.org/en-US/firefox/106.0.2/releasenotes/
2022-10-26 09:00:09 +02:00
Michael Weiss
c9dad8d543
chromium: 106.0.5249.119 -> 107.0.5304.68
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_25.html

This update includes 14 security fixes.

CVEs:
CVE-2022-3652 CVE-2022-3653 CVE-2022-3654 CVE-2022-3655 CVE-2022-3656
CVE-2022-3657 CVE-2022-3658 CVE-2022-3659 CVE-2022-3660 CVE-2022-3661
2022-10-26 00:10:39 +02:00
Michael Weiss
f9d9864cb6
chromiumBeta: Fix the build
The build argument `use_system_libwayland_server` was set to `false`
since M107 [0]. This will cause `libwayland` to be built which does in
turn pull in `libffi` ("//build/config/linux/libffi") [1].

Alternatively, we should be able to fix the libffi dependency by setting
`use_system_libffi = true` (recently added, see [2]) and adding `libffi`
to the build inputs.

[0]: b9cd6d6767
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:third_party/wayland/BUILD.gn
[2]: cf3ee09f08
2022-10-25 23:58:11 +02:00
Michael Weiss
f709a74fa3
chromium{Beta,Dev}: Fix the configuration phase
Setting `clang_base_path` [0] does skip [1] a clang version check [2]
that would fail in our case:
```
configuring
ERROR at //build/config/compiler/BUILD.gn:1314:22: Script returned non-zero exit code.
    clang_revision = exec_script("//tools/clang/scripts/update.py",
                     ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.29.drv-0/chromium-107.0.5304.29/tools/clang/scripts/update.py --print-revision --verify-version=16.0.0
Returned 1 and printed out:

The expected clang version is llvmorg-16-init-4609-g025a5b22-2 but the actual version is
Did you run "gclient sync"?

See //build/config/BUILDCONFIG.gn:329:3: which caused the file to be included.
  "//build/config/compiler:afdo",
  ^-----------------------------
error: builder for '/nix/store/02riyhzvrgn2vaab29d3gipxzkx6nb44-chromium-unwrapped-107.0.5304.29.drv' failed with exit code 1
```

I also chose to disable the Qt support for now. The Qt support is
enabled by default on Linux [3] but we need to add the required
dependencies first to fix the build (and my current priority is to get a
basic build working for the security critical stable channel update):
```
configuring
ERROR at //build/config/linux/pkg_config.gni:104:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/out/Release/
Command: python3 /tmp/nix-build-chromium-unwrapped-107.0.5304.62.drv-0/chromium-107.0.5304.62/build/config/linux/pkg-config.py Qt5Core Qt5Widgets
Returned 1.
stderr:

Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Could not run pkg-config.

See //ui/qt/BUILD.gn:13:1: whence it was called.
pkg_config("qt5_config") {
^-------------------------
See //ui/linux/BUILD.gn:54:15: which caused the file to be included.
    deps += [ "//ui/qt" ]
              ^--------
error: builder for '/nix/store/3zzddkh74cnhvq6nql32y9pnbvzf2jv9-chromium-unwrapped-107.0.5304.62.drv' failed with exit code 1
```

[0]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:docs/clang.md
[1]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:build/config/compiler/BUILD.gn;l=1306
[2]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:tools/clang/scripts/update.py;l=358
[3]: https://source.chromium.org/chromium/chromium/src/+/refs/tags/107.0.5304.62:ui/qt/qt.gni;l=8
2022-10-25 21:10:01 +02:00
Martin Weinelt
ea73233890
Merge pull request #196954 from squalus/librewolf 2022-10-24 01:40:25 +02:00
Martin Weinelt
60394e42c8
Merge pull request #194003 from OPNA2608/update/palemoon 2022-10-24 00:11:39 +02:00
Michael Weiss
873b0db6d5
Merge pull request #197348 from primeos/chromiumDev
chromiumDev: 108.0.5355.0 -> 108.0.5359.10
2022-10-23 13:44:58 +02:00
Michael Weiss
7910d3db26
chromiumDev: 108.0.5355.0 -> 108.0.5359.10 2022-10-23 11:28:53 +02:00
Michael Weiss
0db31aa5aa
chromiumBeta: 107.0.5304.36 -> 107.0.5304.62 2022-10-23 11:28:37 +02:00
squalus
6c47447c74 librewolf: 105.0.1-1 -> 106.0.1-1 2022-10-21 22:24:00 -07:00
Martin Weinelt
80fc469031 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-21 22:33:42 +02:00
Martin Weinelt
64d5a730cf
Merge pull request #196907 from mweinelt/firefox 2022-10-21 11:50:53 +02:00
github-actions[bot]
80317024cf
Merge master into staging-next 2022-10-20 18:10:43 +00:00
Martin Weinelt
87fa015d32
firefox-bin-unwrapped: 106.0 -> 106.0.1
https://www.mozilla.org/en-US/firefox/106.0.1/releasenotes/
2022-10-20 12:24:21 +02:00
Martin Weinelt
1f6b6f02e9
firefox-unwrapped: 106.0 -> 106.0.1
https://www.mozilla.org/en-US/firefox/106.0.1/releasenotes/
2022-10-20 12:22:18 +02:00
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Timothy DeHerrera
e958d17284
qutebrowser: fix screensharing
see:
https://github.com/qutebrowser/qutebrowser/issues/6752
2022-10-18 12:10:57 -06:00
Vladimír Čunát
c08efaf08b
firefox: fix build on aarch64-linux by upstream patch 2022-10-18 12:30:27 +02:00
Timothy DeHerrera
965c7a6a58
Merge pull request #195744 from nrdxp/qutebrowser-upstream-install
qutebrowser: use upstream make install
2022-10-17 16:11:24 -06:00
Sandro
a8cc292e7d
Merge pull request #196288 from ksenia-portu/master 2022-10-18 00:05:16 +02:00
github-actions[bot]
3834216ec6
Merge master into staging-next 2022-10-17 18:10:17 +00:00
Martin Weinelt
43c3a9fdf6
firefox-esr-102-unwrapped: 102.3.0esr -> 102.4.0esr
https://www.mozilla.org/en-US/firefox/102.4.0/releasenotes/
2022-10-17 13:43:57 +02:00
Martin Weinelt
31de446787
firefox-bin-unwrapped: 105.0.3 -> 106.0
https://www.mozilla.org/en-US/firefox/106.0/releasenotes/
2022-10-17 13:24:14 +02:00
Martin Weinelt
5ac348c7f3
firefox-unwrapped: 105.0.3 -> 106.0
https://www.mozilla.org/en-US/firefox/106.0/releasenotes/
2022-10-17 13:23:33 +02:00
github-actions[bot]
ab4849492d
Merge master into staging-next 2022-10-17 06:24:16 +00:00
Sandro
3e7fc5f483
Merge pull request #195780 from panicgh/tbb 2022-10-17 04:35:15 +02:00
Timothy DeHerrera
65cdf3be6d
qutebrowser: use upstream make install 2022-10-16 15:01:55 -06:00
Ksenia Portu
81986fc7df yandex-browser: 22.1.3.907-1 -> 22.9.1.1110-1 2022-10-16 20:33:37 +05:00
Martin Weinelt
51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Nicolas Benes
d941434947 tor-browser-bundle-bin: add mirror for old versions
The normal source download mirrors usually contain only the latest (or a
few latest) release. Building a derivation for an old version can
therefore sometimes fail, if the source tar file was removed from the
mirror in the meantime.

A mirror containing even the old TBB release files is added to fix this
issue.
2022-10-15 23:42:28 +02:00
Michael Weiss
a885b62d41
Merge pull request #196015 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.29 -> 107.0.5304.36
2022-10-15 13:58:27 +02:00
Michael Weiss
8a5c98ab2f
Merge pull request #196016 from primeos/chromiumDev
chromiumDev: 108.0.5343.2 -> 108.0.5355.0
2022-10-15 13:58:14 +02:00
github-actions[bot]
886633ba43
Merge master into staging-next 2022-10-15 00:04:00 +00:00
Artturi
eb49b683f3
Merge pull request #195661 from wamserma/arg-cleanup-app
pkgs.applications: remove unused args
2022-10-15 02:20:29 +03:00
Michael Weiss
53f7c7150e
chromiumDev: 108.0.5343.2 -> 108.0.5355.0 2022-10-14 18:59:20 +02:00
Michael Weiss
282eb843e0
chromiumBeta: 107.0.5304.29 -> 107.0.5304.36 2022-10-14 18:58:56 +02:00
Martin Weinelt
c728598b84 Merge remote-tracking branch 'origin/staging-next' into staging 2022-10-13 23:29:04 +02:00
Jules Lamur
ae83ba7b41
qutebrowser: enable support for widevine-cdm 2022-10-13 20:08:42 +02:00
github-actions[bot]
7df9a7a84c
Merge staging-next into staging 2022-10-13 18:07:50 +00:00
Jules Lamur
7d44e664ca
widevine-cdm: init at 4.10.2449.0 2022-10-13 20:02:47 +02:00
Damien Cassou
eb0fda661d offpunk: 1.5 -> 1.6 2022-10-13 10:58:13 -05:00
Nicolas Benes
d4027145f9 tor-browser-bundle-bin: 11.5.2 -> 11.5.4 2022-10-13 10:07:14 +02:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Vladimír Čunát
7a94322ed7
Merge #182618: GNOME 42 → 43 2022-10-13 08:14:27 +02:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2 2022-10-13 00:08:01 +03:00
Michael Weiss
e6896c17ca
Merge pull request #195697 from primeos/ungoogled-chromium
ungoogled-chromium: 106.0.5249.103 -> 106.0.5249.119
2022-10-12 21:32:33 +02:00
Michael Weiss
0c8edb5c2b
Merge pull request #195696 from primeos/chromium
chromium: 106.0.5249.103 -> 106.0.5249.119
2022-10-12 21:31:50 +02:00
Michael Weiss
10e5fa68de
ungoogled-chromium: 106.0.5249.103 -> 106.0.5249.119 2022-10-12 20:08:35 +02:00
Michael Weiss
c8d4492a8d
chromium: 106.0.5249.103 -> 106.0.5249.119
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_11.html

This update includes 6 security fixes.

CVEs:
CVE-2022-3445 CVE-2022-3446 CVE-2022-3447 CVE-2022-3448 CVE-2022-3449
CVE-2022-3450
2022-10-12 20:08:11 +02:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Timothy DeHerrera
eafbd542ed
qutebrowser-qt6: fix help command
Fixes #195626

The unstable qt6 build requires invoking the doc builder before
 setup.py is called in order to have it properly installed. Also added
pygments as a missing doc build dependency.
2022-10-12 01:27:04 -06:00
Robert Schütz
5c58d4f5ea qutebrowser: fix build 2022-10-11 23:20:27 -07:00
Michael Weiss
950f286392
Merge pull request #195407 from primeos/chromiumDev
chromiumDev: 108.0.5327.0 -> 108.0.5343.2
2022-10-11 20:51:31 +02:00
Michael Weiss
8925eb6e90
Merge pull request #195406 from primeos/chromiumBeta
chromiumBeta: 107.0.5304.18 -> 107.0.5304.29
2022-10-11 20:51:08 +02:00
Michael Weiss
9cf7da7f42
Merge pull request #195405 from primeos/chromium
chromium: 106.0.5249.91 -> 106.0.5249.103
2022-10-11 20:50:37 +02:00
Jan Tojnar
50c6895e77 gnome-browser-connector: 10.1 → 42.0
https://discourse.gnome.org/t/split-and-rename-of-chrome-gnome-shell/11075
815ec9e1af...v42.0

- Renamed and split into a separate repo from the extensions.
- CMake build replaced with Meson (jq also not needed)
- requests Python module not needed since updates are now solely handled by GNOME Shell itself

Also

- Corrected license
- Cleaned up the module
- Replaced PYTHONPATH in a wrapper by Python environment

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:12 +02:00
github-actions[bot]
5d957f3dba
Merge staging-next into staging 2022-10-11 00:05:26 +00:00
Martin Weinelt
85713b7e37 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-11 00:18:04 +02:00
Michael Weiss
6ea106f4d8
chromiumDev: 108.0.5327.0 -> 108.0.5343.2 2022-10-10 21:56:45 +02:00
Michael Weiss
979047f732
chromiumBeta: 107.0.5304.18 -> 107.0.5304.29 2022-10-10 21:56:29 +02:00
Michael Weiss
420363e3ce
chromium: 106.0.5249.91 -> 106.0.5249.103
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop.html
2022-10-10 21:56:09 +02:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
github-actions[bot]
579766d1fd
Merge staging-next into staging 2022-10-10 06:17:33 +00:00
github-actions[bot]
96dc7cf3d2
Merge master into staging-next 2022-10-10 06:16:58 +00:00
Michael Adler
00a62633db ungoogled-chromium: 106.0.5249.91 -> 106.0.5249.103 2022-10-10 08:06:41 +02:00
Anderson Torres
e1ffebe73e
Merge pull request #195222 from trofi/elinks-without-xlibsWrapper
elinks: use libX11 directly instead of xlibsWrapper
2022-10-09 22:30:09 -03:00
Martin Weinelt
829f89581a
Merge pull request #181764 from mweinelt/glibc-without-libcrypt 2022-10-09 21:07:26 +02:00
github-actions[bot]
44f6a02f39
Merge master into staging-next 2022-10-09 18:01:35 +00:00
Timothy DeHerrera
4a0123e49e
Merge pull request #194833 from nrdxp/pyqt6-webengine-new
pyqt6-webengine: init
2022-10-09 10:24:35 -06:00
Martin Weinelt
2b83e04206
ladybird: fix build with libxcrypt 2022-10-09 18:14:34 +02:00
Sergei Trofimovich
142aaffe34 elinks: use libX11 directly instead of xlibsWrapper indirection
Validated as no change in `out` output with `diffoscope`.
2022-10-09 16:18:05 +01:00
Timothy DeHerrera
c6c52c521f
qutebrowser: init qt6 variant 2022-10-08 14:21:00 -06:00
github-actions[bot]
d2cd24fe6a
Merge master into staging-next 2022-10-08 18:01:07 +00:00
Jörg Thalheim
3a1a7a3105
Merge pull request #195092 from kalekseev/master
chromedriver: fix darwin aarch64
2022-10-08 15:37:08 +02:00
Konstantin Alekseev
c02b06d612 chromedriver: fix darwin aarch64 2022-10-08 16:15:57 +03:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next 2022-10-08 10:20:07 +02:00
Martin Weinelt
5b97db5b4a
firefox-bin-unwrapped: 105.0.2 -> 105.0.3
https://www.mozilla.org/en-US/firefox/105.0.3/releasenotes/
2022-10-08 03:45:08 +02:00
Martin Weinelt
5255c541a6
firefox-unwrapped: 105.0.2 -> 105.0.3
https://www.mozilla.org/en-US/firefox/105.0.3/releasenotes/
2022-10-08 03:44:34 +02:00
Bernardo Meurer
caea6378f9
Merge pull request #194533 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-10-07 13:15:35 -03:00
R. Ryantm
234ae8cfbb firefox-devedition-bin-unwrapped: 106.0b7 -> 106.0b9 2022-10-07 11:06:22 +00:00
R. Ryantm
a2bf9b4cf0 firefox-beta-bin-unwrapped: 106.0b7 -> 106.0b9 2022-10-07 11:06:11 +00:00
github-actions[bot]
4c298a6859
Merge master into staging-next 2022-10-06 00:04:40 +00:00
Michael Weiss
a989aa4619
Merge pull request #194632 from primeos/chromium
chromium: 106.0.5249.61 -> 106.0.5249.91
2022-10-05 23:00:17 +02:00
Michael Weiss
796e6bb38b
Merge pull request #194629 from primeos/chromiumBeta
chromiumBeta: 106.0.5249.61 -> 107.0.5304.18
2022-10-05 22:54:40 +02:00
Michael Weiss
39cb46803e
Merge pull request #194630 from primeos/chromiumDev
chromiumDev: 107.0.5304.10 -> 108.0.5327.0
2022-10-05 22:54:28 +02:00
Michael Weiss
ff92f35b83
chromium: 106.0.5249.61 -> 106.0.5249.91
https://chromereleases.googleblog.com/2022/09/stable-channel-update-for-desktop_30.html

This update includes 3 security fixes.

CVEs:
CVE-2022-3370 CVE-2022-3373
2022-10-05 20:26:34 +02:00
Michael Weiss
3d50284bb2
chromedriver: Disable on aarch64-darwin
chromedriver_mac64_m1.zip is currently not available anymore and I do not have time to look into it:
path is '/nix/store/zhz7hrk94dc0dn7a42czhd1nz9142826-chromedriver_mac64.zip'
nix-prefetch-url https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip
error: unable to download 'https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip': HTTP error 404

       response body:

       <?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: chromedriver/106.0.5249.61/chromedriver_mac64_m1.zip</Details></Error>
2022-10-05 20:26:09 +02:00
Michael Weiss
2bf4c3dc63
Merge pull request #194239 from michaeladler/ungoogled
ungoogled-chromium: 106.0.5249.62 -> 106.0.5249.91
2022-10-05 20:19:45 +02:00
Michael Weiss
ec50f7a5c3
chromiumDev: 107.0.5304.10 -> 108.0.5327.0 2022-10-05 20:19:02 +02:00
Michael Weiss
d88384313a
chromiumBeta: 106.0.5249.61 -> 107.0.5304.18 2022-10-05 20:18:47 +02:00
github-actions[bot]
2ae4a931aa
Merge master into staging-next 2022-10-05 06:10:04 +00:00
Martin Weinelt
253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Martin Weinelt
766196550b
firefox-bin-unwrapped: 105.0.1 -> 105.0.2
https://www.mozilla.org/en-US/firefox/105.0.2/releasenotes/
2022-10-04 21:35:39 +02:00
Martin Weinelt
a12dd80a49
firefox-unwrapped: 105.0.1 -> 105.0.2
https://www.mozilla.org/en-US/firefox/105.0.2/releasenotes/
2022-10-04 21:35:10 +02:00
Martin Weinelt
603bdef4c7
Merge pull request #193908 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-10-04 21:33:41 +02:00
Martin Weinelt
42fc310e27
Merge pull request #193909 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped 2022-10-04 21:33:31 +02:00
Zoey de Souza Pessanha
87447d4776
polypane: init at 10.0.1 (#158159)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-03 21:51:13 +02:00
Michael Adler
d1c2066afb ungoogled-chromium: 106.0.5249.62 -> 106.0.5249.91 2022-10-03 17:28:02 +02:00
Martin Weinelt
702e91708d
Merge pull request #193945 from rhendric/rhendric/firefox-cleanup 2022-10-03 15:42:33 +02:00
R. Ryantm
f33230dc4c firefox-devedition-bin-unwrapped: 106.0b5 -> 106.0b7 2022-10-03 11:24:20 +00:00
R. Ryantm
fad386bad1 firefox-beta-bin-unwrapped: 106.0b5 -> 106.0b7 2022-10-03 11:23:59 +00:00
OPNA2608
2001f8d1ac palemoon: Further drop parallelism
It's still not stable on OfBorg.
2022-10-03 00:28:10 +02:00
github-actions[bot]
e879e7d54e
Merge master into staging-next 2022-10-02 00:04:43 +00:00
maxine
c44d41af6a
Merge pull request #192659 from PaulGrandperrin/vscode-fix-wayland
electron apps: fix wayland window decorations
2022-10-02 01:32:08 +02:00
OPNA2608
2666172816 palemoon: 31.2.0.1 -> 31.3.0.1 2022-10-02 01:05:38 +02:00
Ryan Hendrickson
c5b04c9144 firefox: address automated review comments 2022-10-01 12:58:22 -04:00
github-actions[bot]
e1d2f74dee
Merge master into staging-next 2022-09-30 18:03:29 +00:00
Martin Weinelt
614cd1390c
Merge pull request #193549 from squalus/librewolf 2022-09-30 19:33:51 +02:00
Sandro
c1487a18d1
Merge pull request #186990 from fgaz/ladybird/2022-08-14 2022-09-30 14:46:51 +02:00
Francesco Gazzetta
75ae3f6d56 ladybird: unstable-2022-08-14 -> unstable-2022-09-29 2022-09-30 10:03:25 +02:00
squalus
2fa99053a6 librewolf: 105.0-1 -> 105.0.1-1 2022-09-29 09:36:48 -07:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
R. Ryantm
9dfac8fef4 firefox-devedition-bin-unwrapped: 106.0b3 -> 106.0b5 2022-09-29 13:19:48 +02:00
R. Ryantm
3d215f75b8 firefox-beta-bin-unwrapped: 106.0b2 -> 106.0b5 2022-09-29 13:19:36 +02:00
Vladimír Čunát
8ba120420f
Merge #191339: staging-next 2022-09-15 2022-09-29 09:16:47 +02:00
Michael Weiss
851375d6e9
ungoogled-chromium: 105.0.5195.127 -> 106.0.5249.62 2022-09-28 22:11:22 +02:00
github-actions[bot]
f18d801779
Merge staging-next into staging 2022-09-28 18:05:53 +00:00
github-actions[bot]
d2b7f4ad5f
Merge master into staging-next 2022-09-28 18:05:16 +00:00
Paul Grandperrin
aeaeca819d NIXOS_OZONE_WL: fix wayland window decorations 2022-09-28 15:56:55 +02:00
Michael Weiss
22efe771f8
chromium: 105.0.5195.125 -> 106.0.5249.61
https://chromereleases.googleblog.com/2022/09/stable-channel-update-for-desktop_27.html

This update includes 20 security fixes.

CVEs:
CVE-2022-3304 CVE-2022-3201 CVE-2022-3305 CVE-2022-3306 CVE-2022-3307
CVE-2022-3308 CVE-2022-3309 CVE-2022-3310 CVE-2022-3311 CVE-2022-3312
CVE-2022-3313 CVE-2022-3314 CVE-2022-3315 CVE-2022-3316 CVE-2022-3317
CVE-2022-3318
2022-09-27 20:29:10 +02:00
github-actions[bot]
d645d61d7a
Merge staging-next into staging 2022-09-27 00:07:09 +00:00
github-actions[bot]
088eead34a
Merge master into staging-next 2022-09-27 00:06:31 +00:00
Michael Weiss
b5c192b290
Merge pull request #193097 from primeos/chromiumBeta
chromiumBeta: 106.0.5249.40 -> 106.0.5249.61
2022-09-27 00:39:01 +02:00
Michael Weiss
f0b04d6fed
chromiumDev: 107.0.5300.0 -> 107.0.5304.10 2022-09-26 23:27:30 +02:00
Michael Weiss
8af33e21dd
chromiumBeta: 106.0.5249.51 -> 106.0.5249.61 2022-09-26 23:27:08 +02:00
Michael Weiss
b9c0438331
chromiumBeta: 106.0.5249.40 -> 106.0.5249.51 2022-09-26 23:27:05 +02:00
Francesco Gazzetta
2c81cda2f6 nixosTests.ladybird: init 2022-09-26 17:04:52 +02:00
Francesco Gazzetta
fb7bfd4970 ladybird: unstable-2022-07-20 -> unstable-2022-08-14 2022-09-26 17:04:18 +02:00
github-actions[bot]
e0bea8e017
Merge staging-next into staging 2022-09-26 00:03:58 +00:00
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
github-actions[bot]
b23abdbc62
Merge staging-next into staging 2022-09-23 12:02:09 +00:00
Vladimír Čunát
b6e4e0f8ef
Merge #191727: firefox-esr-91, thunderbird-91: drop
...into staging-next
2022-09-23 11:51:26 +02:00
Martin Weinelt
57db102e99
firefox-devedition-bin-unwrapped: 105.0b9 -> 106.0b3 2022-09-23 03:22:53 +02:00
Martin Weinelt
ea401a6ad3
firefox-beta-bin-unwrapped: 105.0b9 -> 106.0b2 2022-09-23 03:22:22 +02:00
Martin Weinelt
bee18da2fe
firefox-bin-unwrapped: 105.0 -> 105.0.1
https://www.mozilla.org/en-US/firefox/105.0.1/releasenotes/
2022-09-23 03:21:39 +02:00
Martin Weinelt
ec248bd566
firefox-unwrapped: 105.0 -> 105.0.1
https://www.mozilla.org/en-US/firefox/105.0.1/releasenotes/
2022-09-23 03:20:33 +02:00
Martin Weinelt
54a3b8e5fa
firefox-unwrapped: Use https url in update script 2022-09-23 03:20:27 +02:00
github-actions[bot]
fafe628a8d
Merge staging-next into staging 2022-09-23 00:03:34 +00:00
github-actions[bot]
bdf7bb0f65
Merge master into staging-next 2022-09-23 00:02:56 +00:00
Sandro
c287ef60cb
Merge pull request #192220 from SuperSandro2000/tor-browser-bundle-bin
tor-browser-bundle-bin: build on hydra again
2022-09-23 01:46:17 +02:00
Graham Christensen
c2b898da76 treewide: drop -l$NIX_BUILD_CORES
Passing `-l$NIX_BUILD_CORES` improperly limits the overall system load.

For a build machine which is configured to run `$B` builds where each
build gets `total cores / B` cores (`$C`), passing `-l $C` to make will
improperly limit the load to `$C` instead of `$B * $C`.

This effect becomes quite pronounced on machines with 80 cores, with
40 simultaneous builds and a cores limit of 2. On a machine with this
configuration, Nix will run 40 builds and make will limit the overall
system load to approximately 2. A build machine with this many cores
can happily run with a load approaching 80.

A non-solution is to oversubscribe the machine, by picking a larger
`$C`. However, there is no way to divide the number of cores in a way
which fairly subdivides the available cores when `$B` is greater than
1.

There has been exploration of passing a jobserver in to the sandbox,
or sharing a jobserver between all the builds. This is one option, but
relatively complicated and only supports make. Lots of other software
uses its own implementation of `-j` and doesn't support either `-l` or
the Make jobserver.

For the case of an interactive user machine, the user should limit
overall system load using `$B`, `$C`, and optionally systemd's
cpu/network/io limiting features.

Making this change should significantly improve the utilization of our
build farm, and improve the throughput of Hydra.
2022-09-22 16:01:23 -04:00
squalus
b0517e5db9 librewolf: 104.0-1 -> 105.0-1 2022-09-22 10:59:49 -07:00
Sandro
33e48b13d9
tor-browser-bundle-bin: build on hydra again 2022-09-22 17:48:04 +02:00
github-actions[bot]
6ded381b0e
Merge master into staging-next 2022-09-22 00:03:22 +00:00
Aditya
8f6f79f437 microsoft-edge: 104.0.1293.54 -> 105.0.1343.42 2022-09-21 19:27:22 +05:30
Martin Weinelt
766a59d215
buildMozillaMach: Build 102esr using nss_esr 2022-09-21 13:45:38 +02:00
Martin Weinelt
18e3293550
buildMozillaMach: Prune control flow for versions <102 2022-09-21 13:45:38 +02:00
Martin Weinelt
b3c86ef755
firefox-esr-91-unwrapped: drop
The 91 series has reached its end of life.
2022-09-21 13:45:38 +02:00
github-actions[bot]
2f49e0bb89
Merge master into staging-next 2022-09-20 18:01:23 +00:00
Vladimír Čunát
07e9c317b4
firefox-bin: 104.0.2 -> 105.0
https://www.mozilla.org/en-US/firefox/105.0/releasenotes/
2022-09-20 16:40:03 +02:00
Martin Weinelt
f559d89cd0
firefox-esr-102-unwrapped: 102.2.0esr -> 102.3.0esr
https://www.mozilla.org/en-US/firefox/102.3.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-41/

Fixes: CVE-2022-40959, CVE-2022-40960, CVE-2022-40958, CVE-2022-40956
       CVE-2022-40957, CVE-2022-40962
2022-09-20 15:04:10 +02:00
Martin Weinelt
11b3d69652
firefox-unwrapped: 104.0.2 -> 105.0
https://www.mozilla.org/en-US/firefox/105.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2022-40

Fixes: CVE-2022-40959, CVE-2022-40960, CVE-2022-40958, CVE-2022-40961,
       CVE-2022-40956, CVE-2022-40957, CVE-2022-40962
2022-09-20 14:59:01 +02:00
github-actions[bot]
4650511a9c
Merge master into staging-next 2022-09-17 00:02:34 +00:00
Michael Weiss
5498855d03
Merge pull request #191162 from primeos/ungoogled-chromium
ungoogled-chromium: 105.0.5195.102 -> 105.0.5195.127
2022-09-16 23:48:13 +02:00
Michael Weiss
c152da3947
Merge pull request #191161 from primeos/chromium
chromium: 105.0.5195.102 -> 105.0.5195.125
2022-09-16 23:47:39 +02:00
Michael Weiss
a182b61de3
Merge pull request #191555 from primeos/chromiumBeta
chromiumBeta: 106.0.5249.30 -> 106.0.5249.40
2022-09-16 23:46:44 +02:00
Michael Weiss
b7e5d303be
chromiumDev: 107.0.5286.2 -> 107.0.5300.0 2022-09-16 22:48:29 +02:00
Michael Weiss
bf2d2a7fbb
chromiumBeta: 106.0.5249.30 -> 106.0.5249.40 2022-09-16 22:48:15 +02:00
Michael Weiss
f3cd1ff30f
chromium: 105.0.5195.102 -> 105.0.5195.125 2022-09-16 22:22:53 +02:00
Michael Weiss
782b9c8adf
ungoogled-chromium: 105.0.5195.102 -> 105.0.5195.127 2022-09-16 22:22:14 +02:00
github-actions[bot]
240772e5b9
Merge staging-next into staging 2022-09-13 00:03:39 +00:00
Christian Kögler
a0bf05315c
Merge pull request #189359 from r-ryantm/auto-update/opera
opera: 90.0.4480.48 -> 90.0.4480.84
2022-09-12 21:36:32 +02:00
Frederik Rietdijk
3086301ac4 Merge staging-next into staging 2022-09-12 19:49:24 +02:00
Martin Weinelt
0868c44f3c
Merge pull request #190135 from linsui/firefox 2022-09-12 14:00:25 +02:00
Martin Weinelt
361d92b8cc
Merge pull request #190277 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-09-11 00:32:39 +02:00
Martin Weinelt
b55f4f3a80
Merge pull request #190278 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped 2022-09-11 00:32:23 +02:00
R. Ryantm
8362f85e80 firefox-devedition-bin-unwrapped: 105.0b7 -> 105.0b9 2022-09-10 11:36:44 +00:00
R. Ryantm
60d0494fe8 firefox-beta-bin-unwrapped: 105.0b7 -> 105.0b9 2022-09-10 11:36:12 +00:00
Michael Weiss
aaacde1009
chromiumDev: 106.0.5249.21 -> 107.0.5286.2 2022-09-09 22:26:19 +02:00
github-actions[bot]
ee0eae897c
Merge staging-next into staging 2022-09-09 00:03:22 +00:00
Artturi
5fcc2889cc
Merge pull request #189397 from Artturin/gobjectfunfixessplit
lots of cross fixes
2022-09-08 23:54:09 +03:00
Michael Weiss
2f761d4a48
chromiumBeta: 106.0.5249.21 -> 106.0.5249.30 2022-09-07 23:25:19 +02:00
Artturin
da9a9a4404 treewide: cross fixes 2022-09-07 21:20:54 +03:00
linsui
09800d7f75 firefox wrapper: write extraPrefsFiles before extraPrefs 2022-09-07 21:36:04 +08:00
github-actions[bot]
31ad0a4a09
Merge staging-next into staging 2022-09-07 00:03:03 +00:00
Michael Adler
b5dbb07543 brave: 1.42.88 -> 1.43.89 2022-09-06 09:44:19 +02:00
R. Ryantm
f0f68ccc99 opera: 90.0.4480.48 -> 90.0.4480.84 2022-09-06 01:13:58 +00:00
github-actions[bot]
69e9be108b
Merge staging-next into staging 2022-09-06 00:03:06 +00:00
Martin Weinelt
18b89d7c1e
firefox-devedition-bin-unwrapped: 105.0b4 -> 105.0b7 2022-09-05 18:54:13 +02:00
Martin Weinelt
40e7fcaf28
firefox-beta-bin-unwrapped: 105.0b4 -> 105.0b7 2022-09-05 18:53:44 +02:00
Martin Weinelt
5e03faff77
firefox-bin-unwrapped: 104.0.1 -> 104.0.2
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
2022-09-05 18:52:49 +02:00
Martin Weinelt
c9a750458f
firefox-unwrapped: 104.0.1 -> 104.0.2
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
2022-09-05 18:52:14 +02:00
github-actions[bot]
b409fdd3ce
Merge staging-next into staging 2022-09-04 00:03:27 +00:00
Sandro
f69e050cd0
Merge pull request #188192 from kouyk/update/vivaldi 2022-09-03 22:54:03 +02:00
Steven Kou
1eab439e4b
vivaldi-ffmepg-codecs: 104.0.5112.79 -> 104.0.5112.101 2022-09-04 03:21:23 +08:00
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
github-actions[bot]
e61c4306f1
Merge staging-next into staging 2022-09-03 18:01:56 +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]
f035fcf4f3
Merge staging-next into staging 2022-09-03 00:02:56 +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
github-actions[bot]
83215d4fb2
Merge staging-next into staging 2022-09-02 00:02:43 +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
github-actions[bot]
a8a3bf5fc0
Merge staging-next into staging 2022-08-31 18:02:12 +00:00
Nicolas Benes
9895ba4b77 tor-browser-bundle-bin: 11.5.1 -> 11.5.2 2022-08-31 10:06:10 +02:00
github-actions[bot]
c13727fa82
Merge staging-next into staging 2022-08-31 00:03:14 +00:00
Michael Weiss
360844281a
chromium: 104.0.5112.101 -> 105.0.5195.52
https://chromereleases.googleblog.com/2022/08/stable-channel-update-for-desktop_30.html

This update includes 24 security fixes.

CVEs:
CVE-2022-3038 CVE-2022-3039 CVE-2022-3040 CVE-2022-3041 CVE-2022-3042
CVE-2022-3043 CVE-2022-3044 CVE-2022-3045 CVE-2022-3046 CVE-2022-3047
CVE-2022-3048 CVE-2022-3049 CVE-2022-3050 CVE-2022-3051 CVE-2022-3052
CVE-2022-3053 CVE-2022-3054 CVE-2022-3055 CVE-2022-3056 CVE-2022-3057
CVE-2022-3058
2022-08-31 01:01:34 +02:00
Michael Weiss
50e7538f3e
chromiumDev: 106.0.5245.0 -> 106.0.5249.12 2022-08-31 00:59:51 +02:00
github-actions[bot]
118b5d13a1
Merge staging-next into staging 2022-08-30 12:02:12 +00:00
Martin Weinelt
27c45326b5
firefox-devedition-bin-unwrapped: 104.0b10 -> 105.0b4 2022-08-30 02:41:34 +02:00
Martin Weinelt
0437543dc5
firefox-beta-bin-unwrapped: 104.0b9 -> 105.0b4 2022-08-30 02:41:30 +02:00
Martin Weinelt
0955d646f5
firefox-bin-unwrapped: 104.0 -> 104.0.1
https://www.mozilla.org/en-US/firefox/104.0.1/releasenotes/
2022-08-30 02:39:20 +02:00
Martin Weinelt
66124effe6
firefox-unwrapped: 104.0 -> 104.0.1
https://www.mozilla.org/en-US/firefox/104.0.1/releasenotes/
2022-08-30 02:38:19 +02:00
github-actions[bot]
dcb2e8ee4c
Merge staging-next into staging 2022-08-29 12:02:06 +00:00
Christian Kögler
7d19aba308
Merge pull request #188227 from anthonyroussel/w3m-upgrade
w3m: 0.5.3+git20190105 -> 0.5.3+git20220429
2022-08-28 07:13:30 +02:00
squalus
eb3cea96da librewolf: 103.0.1-2 -> 104.0-1 2022-08-27 12:50:50 -07:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Michael Weiss
b6b51374fc
chromiumBeta: Fix errors due to incompatible Wayland headers
This "fixes" errors like these:
```
FAILED: obj/third_party/angle/angle_gpu_info_util/SystemInfo_vulkan.o
[...]
In file included from ../../third_party/wayland/src/src/wayland-client.h:40:
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1040:13: error: use of undeclared identifier 'wl_proxy_marshal_flags'
        callback = wl_proxy_marshal_flags((struct wl_proxy *) wl_display,
                   ^
[...]
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1392:87: error: use of undeclared identifier 'WL_MARSHAL_FLAG_DESTROY'
                         WL_SHM_POOL_DESTROY, NULL, wl_proxy_get_version((struct wl_proxy *) wl_shm_pool), WL_MARSHAL_FLAG_DESTROY);
                                                                                                           ^
[...]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
```

At least for now (until Chromium updates their bundled Wayland version) it
seems best to use the bundled headers/versions to avoid version incompatibility
issues (we should hopefully be able to drop use_system_wayland_scanner though).
2022-08-27 00:04:41 +02:00
superherointj
ffa493b33b
Merge pull request #188325 from primeos/chromiumBeta
chromiumBeta: 105.0.5195.37 -> 105.0.5195.52
2022-08-25 23:14:32 -03:00
Michael Weiss
a5cb5ba44a
chromiumBeta: 105.0.5195.37 -> 105.0.5195.52 2022-08-25 23:38:02 +02:00
Michael Weiss
872ca61379
chromiumDev: 106.0.5231.2 -> 106.0.5245.0 2022-08-25 23:37:28 +02:00
Anthony Roussel
545e00fab7 w3m: add anthonyroussel to maintainers 2022-08-25 22:29:25 +02:00
Anthony Roussel
560604038a w3m: 0.5.3+git20190105 -> 0.5.3+git20220429
* Removed `no-x11.patch` patch in favor of `--without-x` flag

* Some clean up:
  * `? null` in the inputs is not required
  * `with lib` should be removed
  * functions from `lib` should be prefixed with `lib`
  * remove useless assert
2022-08-25 22:29:25 +02:00
Jonas Heinrich
a804ce36bd
Merge pull request #184417 from r-ryantm/auto-update/opera
opera: 84.0.4316.42 -> 90.0.4480.48
2022-08-25 10:08:52 +02:00
github-actions[bot]
8f206d92d9
Merge master into staging-next 2022-08-23 18:01:18 +00:00
Martin Weinelt
02cb054cf4
firefox-devedition-bin-unwrapped: 104.0b7 -> 104.b10 2022-08-23 17:51:33 +02:00
Martin Weinelt
e07f2519b9
firefox-beta-bin-unwrapped: 104.0b7 -> 104.b09 2022-08-23 17:51:33 +02:00
Martin Weinelt
1c98a4b64b
firefox-esr-102-unwrapped: 102.1.0esr -> 102.2.0esr
https://www.mozilla.org/en-US/firefox/102.2.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38476, CVE-2022-38477,
       CVE-2022-38478
2022-08-23 17:50:55 +02:00
Martin Weinelt
d50d54a0fe
firefox-esr-91-unwrapped: 91.12.0esr -> 91.13.0esr
https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38478
2022-08-23 17:50:26 +02:00
Martin Weinelt
77d59491fe
firefox-bin-unwrapped: 103.0.2 -> 104.0
https://www.mozilla.org/en-US/firefox/104.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38474, CVE-2022-38475,
       CVE-2022-38477, CVE-2022-38478
2022-08-23 17:50:14 +02:00
Martin Weinelt
097a473056
firefox-unwrapped: 103.0.2 -> 104.0
https://www.mozilla.org/en-US/firefox/104.0/releasenotes/

Fixes: CVE-2022-38472, CVE-2022-38473, CVE-2022-38474, CVE-2022-38475,
       CVE-2022-38477, CVE-2022-38478
2022-08-23 17:49:27 +02:00
R. Ryantm
13bec6b5b7 opera: 84.0.4316.42 -> 90.0.4480.48 2022-08-20 22:54:07 +00:00
github-actions[bot]
87810d89b4
Merge master into staging-next 2022-08-20 06:01:11 +00:00