OPNA2608
2bace3c824
palemoon-bin: init at 32.0.0
2023-02-12 18:17:23 +01:00
Nick Cao
ebe1f6fd48
Merge pull request #215513 from zendo/update/opera
...
opera: 94.0.4606.54 -> 95.0.4635.37
2023-02-10 09:19:38 +08:00
Michael Weiss
841564d998
Merge pull request #215509 from michaeladler/ungoogled
...
ungoogled-chromium: 109.0.5414.120 -> 110.0.5481.78
2023-02-10 00:13:31 +01:00
zendo
9b16c0aaf5
opera: 94.0.4606.54 -> 95.0.4635.37
2023-02-09 22:31:58 +08:00
Francesco Gazzetta
d7e31cc214
ladybird: unstable-2022-09-29 -> unstable-2023-01-17
2023-02-09 10:37:48 +01:00
Michael Adler
998c3cd1ce
ungoogled-chromium: 109.0.5414.120 -> 110.0.5481.78
2023-02-09 10:10:17 +01:00
Nick Cao
d3d4148548
Merge pull request #215350 from buckley310/2023-02-08-brave
...
brave: 1.47.186 -> 1.48.158
2023-02-09 08:33:52 +08:00
Michael Weiss
bc58d7444f
chromiumDev: 111.0.5563.8 -> 111.0.5563.19
2023-02-08 23:20:36 +01:00
Sean Buckley
3be23b1e13
brave: 1.47.186 -> 1.48.158
...
https://community.brave.com/t/release-channel-1-48-158/467689
2023-02-08 13:31:37 -05:00
Michael Weiss
93e438cc07
chromium: 109.0.5414.119 -> 110.0.5481.77
...
https://chromereleases.googleblog.com/2023/02/stable-channel-update-for-desktop.html
This update includes 15 security fixes.
CVEs:
CVE-2023-0696 CVE-2023-0697 CVE-2023-0698 CVE-2023-0699 CVE-2023-0700
CVE-2023-0701 CVE-2023-0702 CVE-2023-0703 CVE-2023-0704 CVE-2023-0705
2023-02-07 23:11:47 +01:00
superherointj
1bda69b429
Merge pull request #215020 from primeos/chromiumBeta
...
chromiumBeta: 110.0.5481.52 -> 110.0.5481.77
2023-02-06 21:01:57 -03:00
superherointj
aad45431d2
Merge pull request #215019 from primeos/chromiumDev
...
chromiumDev: 111.0.5562.0 -> 111.0.5563.8
2023-02-06 20:57:43 -03:00
Nikolay Korotkiy
daecc531c6
Merge pull request #215021 from sikmir/lagrange
...
lagrange: 1.14.2 → 1.15.2
2023-02-07 03:44:26 +04:00
Nikolay Korotkiy
ddc5eecd7a
lagrange: 1.14.2 → 1.15.2
2023-02-07 02:05:46 +03:00
Michael Weiss
003e6784a1
chromiumDev: 111.0.5562.0 -> 111.0.5563.8
2023-02-07 00:02:06 +01:00
Michael Weiss
3b25f6d75d
chromiumBeta: 110.0.5481.52 -> 110.0.5481.77
2023-02-07 00:01:27 +01:00
Michael Weiss
06eb99ffa2
chromiumBeta: Fix the build
...
This change (dynamically linking against libffi from Nixpkgs) is
required since we switched to third_party/wayland instead of linking
against Wayland from Nixpkgs (26aadca7c6
). See also f9d9864cb6
and
d932886d6e
for more details.
We could alternatively provide libffi_pic.a for static linking but due
to our immutable dependency model / pure builds the dynamic linking
shouldn't cause any issues.
This fixes the build error shown in [0].
[0]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1412519998
2023-02-06 23:04:04 +01:00
Martin Weinelt
c960567bb5
Merge pull request #214803 from squalus/librewolf
...
librewolf: 109.0-1 -> 109.0.1-2
2023-02-06 18:34:32 +00:00
Jeff Huffman
9ccff9c18f
vieb: 9.5.0 -> 9.5.1
2023-02-06 04:59:30 -05:00
Jeff Huffman
c9222e23a9
vieb: add update script
2023-02-06 04:58:04 -05:00
squalus
3aa4302223
librewolf: 109.0-1 -> 109.0.1-2
2023-02-05 11:28:03 -08:00
R. Ryantm
273297d84b
firefox-beta-bin-unwrapped: 110.0b8 -> 110.0b9
2023-02-05 16:50:40 +00:00
Nick Cao
b407ed671e
Merge pull request #214365 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
...
firefox-devedition-bin-unwrapped: 110.0b7 -> 110.0b9
2023-02-04 10:53:30 +08:00
R. Ryantm
aa48f9f3ce
firefox-devedition-bin-unwrapped: 110.0b7 -> 110.0b9
2023-02-03 12:59:48 +00:00
Nick Cao
8e517baa88
palemoon: allow building with gcc 12
2023-02-03 10:25:04 +08:00
Nick Cao
cbb2bd26ec
Merge pull request #213796 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
...
firefox-devedition-bin-unwrapped: 110.0b6 -> 110.0b7
2023-02-02 08:59:03 +08:00
R. Ryantm
23ff500982
firefox-beta-bin-unwrapped: 110.0b7 -> 110.0b8
2023-02-01 20:11:19 +00:00
Michael Weiss
26aadca7c6
chromiumBeta: Fix the patch phase
...
Upstream dropped use_system_libwayland and related build arguments [0].
The deprecation is tracked in [1].
As a result, we must now build with third_party/wayland instead of
wayland from the system (or complex patches would be required).
This fixes [2].
[0]: 1c3c8db518
[1]: https://bugs.chromium.org/p/chromium/issues/detail?id=1385736
[2]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1411153401
2023-01-31 23:40:55 +01:00
R. Ryantm
dce1f55c1d
firefox-devedition-bin-unwrapped: 110.0b6 -> 110.0b7
2023-01-31 15:27:20 +00:00
Sandro
9e2f04426c
Merge pull request #210376 from zendo/update/opera
...
opera: 90.0.4480.84 -> 94.0.4606.54
2023-01-31 15:43:34 +01:00
Martin Weinelt
64f0b90839
Merge pull request #210453 from sweenu/firefox/enable_tts
...
firefox: option to enable speech synthesis
2023-01-31 11:39:18 +00:00
github-actions[bot]
872d17dee8
Merge master into staging-next
2023-01-30 18:01:30 +00:00
github-actions[bot]
1a06f52c21
Merge master into staging-next
2023-01-30 12:01:22 +00:00
Martin Weinelt
d7f5414af7
firefox-bin-unwrapped: 109.0 -> 109.0.1
...
https://www.mozilla.org/en-US/firefox/109.0.1/releasenotes/
2023-01-30 12:57:01 +01:00
Martin Weinelt
ff72ea3256
firefox-unwrapped: 109.0 -> 109.0.1
...
https://www.mozilla.org/en-US/firefox/109.0.1/releasenotes/
2023-01-30 12:55:58 +01:00
Nick Cao
21e783506e
Merge pull request #213479 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
...
firefox-beta-bin-unwrapped: 110.0b5 -> 110.0b7
2023-01-30 14:26:43 +08:00
R. Ryantm
6109617190
firefox-beta-bin-unwrapped: 110.0b5 -> 110.0b7
2023-01-30 00:25:43 +00:00
github-actions[bot]
c96d1f3f37
Merge master into staging-next
2023-01-30 00:02:19 +00:00
Michael Weiss
709ee6618b
Merge pull request #213157 from primeos/chromiumDev
...
chromiumDev: 111.0.5545.6 -> 111.0.5562.0
2023-01-29 21:09:55 +01:00
Michael Weiss
a6a9ace068
Merge pull request #213156 from primeos/chromiumBeta
...
chromiumBeta: 110.0.5481.38 -> 110.0.5481.52
2023-01-29 21:09:31 +01:00
github-actions[bot]
edb59645f2
Merge master into staging-next
2023-01-28 18:01:11 +00:00
Michael Weiss
ba0a612175
chromiumDev: 111.0.5545.6 -> 111.0.5562.0
2023-01-28 14:20:32 +01:00
Michael Weiss
044c928be8
chromiumBeta: 110.0.5481.38 -> 110.0.5481.52
2023-01-28 14:19:34 +01:00
Michael Weiss
ba5a5ec3ef
chromium: 109.0.5414.74 -> 109.0.5414.119
...
https://chromereleases.googleblog.com/2023/01/stable-channel-update-for-desktop_24.html
This update includes 6 security fixes.
CVEs:
CVE-2023-0471 CVE-2023-0472 CVE-2023-0473 CVE-2023-0474
2023-01-28 14:19:12 +01:00
Michael Weiss
eddd0503a6
Merge pull request #212911 from michaeladler/ungoogled
...
ungoogled-chromium: 109.0.5414.87 -> 109.0.5414.120
2023-01-28 14:15:01 +01:00
github-actions[bot]
951b517e4c
Merge master into staging-next
2023-01-28 06:01:19 +00:00
Weijia Wang
3c320e8671
Merge pull request #212907 from r-ryantm/auto-update/vivaldi
...
vivaldi: 5.6.2867.58 -> 5.6.2867.62
2023-01-28 04:13:54 +01:00
Martin Weinelt
52029b8e00
Merge remote-tracking branch 'origin/master' into staging-next
2023-01-27 23:50:36 +01:00
R. Ryantm
1b6cfaa002
firefox-devedition-bin-unwrapped: 110.0b4 -> 110.0b6
2023-01-27 14:52:22 +00:00
github-actions[bot]
92b7725154
Merge master into staging-next
2023-01-27 12:01:22 +00:00