Commit Graph

7568 Commits

Author SHA1 Message Date
Yureka
bba87c27b5 firefox-esr-unwrapped: 115.5.0esr -> 115.6.0esr
https://www.mozilla.org/en-US/firefox/115.6.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-54/

Fixes CVE-2023-6856
Fixes CVE-2023-6857
Fixes CVE-2023-6858
Fixes CVE-2023-6859
Fixes CVE-2023-6860
Fixes CVE-2023-6861
Fixes CVE-2023-6862
Fixes CVE-2023-6863
Fixes CVE-2023-6864
Fixes CVE-2023-6865
Fixes CVE-2023-6867
2023-12-19 19:20:21 +01:00
Yureka
eb13f97c27 firefox-unwrapped: 120.0.1 -> 121.0
https://www.mozilla.org/en-US/firefox/121.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-56/

Fixes CVE-2023-6135
Fixes CVE-2023-6856
Fixes CVE-2023-6857
Fixes CVE-2023-6858
Fixes CVE-2023-6859
Fixes CVE-2023-6860
Fixes CVE-2023-6861
Fixes CVE-2023-6863
Fixes CVE-2023-6864
Fixes CVE-2023-6865
Fixes CVE-2023-6866
Fixes CVE-2023-6867
Fixes CVE-2023-6868
Fixes CVE-2023-6869
Fixes CVE-2023-6870
Fixes CVE-2023-6871
Fixes CVE-2023-6872
Fixes CVE-2023-6873
2023-12-19 19:20:19 +01:00
Yureka
ccd0df1904 firefox-bin-unwrapped: 120.0.1 -> 121.0
https://www.mozilla.org/en-US/firefox/121.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-56/

Fixes CVE-2023-6135
Fixes CVE-2023-6856
Fixes CVE-2023-6857
Fixes CVE-2023-6858
Fixes CVE-2023-6859
Fixes CVE-2023-6860
Fixes CVE-2023-6861
Fixes CVE-2023-6863
Fixes CVE-2023-6864
Fixes CVE-2023-6865
Fixes CVE-2023-6866
Fixes CVE-2023-6867
Fixes CVE-2023-6868
Fixes CVE-2023-6869
Fixes CVE-2023-6870
Fixes CVE-2023-6871
Fixes CVE-2023-6872
Fixes CVE-2023-6873
2023-12-19 19:16:34 +01:00
Emily
a927ae417e
Merge pull request #274386 from reedrw/chromium-disable-libpng-patch
chromium: never use libpng-apng patch
2023-12-18 18:33:10 +01:00
Mario Rodas
13b9604210
Merge pull request #260871 from felschr/tor-browser-wrapper
tor-browser: use system install & simplify wrapper
2023-12-16 18:48:27 -05:00
José Romildo Malaquias
47d57a1343
Merge pull request #274343 from badmutex/update-vivaldi
vivaldi: 6.4.3160.42 -> 6.5.3206.39
2023-12-16 15:41:15 -03:00
Reed
fcdea38355 chromium: never use libpng-apng patch 2023-12-15 02:14:59 -05:00
Badi Abdul-Wahid
a0dd8c6af8 vivaldi: 6.4.3160.42 -> 6.5.3206.39 2023-12-14 20:00:37 -06:00
networkException
3644340b6e
ungoogled-chromium: 120.0.6099.71-1 -> 120.0.6099.109-1
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_12.html

This update includes 9 security fixes.

CVEs:
CVE-2023-6702 CVE-2023-6703 CVE-2023-6704 CVE-2023-6705 CVE-2023-6706
CVE-2023-6707
2023-12-14 20:49:10 +01:00
networkException
c29d53ba0f
chromium: 120.0.6099.71 -> 120.0.6099.109
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_12.html

This update includes 9 security fixes.

CVEs:
CVE-2023-6702 CVE-2023-6703 CVE-2023-6704 CVE-2023-6705 CVE-2023-6706
CVE-2023-6707
2023-12-14 20:48:50 +01:00
Robert Schütz
6ea6abe4bb
Merge pull request #273199 from dotlambda/qutebrowser-3.1.0
qutebrowser: 3.0.2 -> 3.1.0
2023-12-12 10:46:59 -08:00
emilylange
0ed60bbcd1 chromium: fix increased build time for non-cross-compilation builds
Having

```nix
host_toolchain = "//build/toolchain/linux/unbundle:host";
v8_snapshot_toolchain = "//build/toolchain/linux/unbundle:host";
```

on native, non-cross-compilation builds roughly doubles the build steps
and, by proxy, compute and time needed to build.

So to resolve this, we conditionally change those values depending on
whether we are cross-compiling or not.

Co-authored-by: Adam Joseph <adam@westernsemico.com>
2023-12-12 12:33:28 +01:00
emilylange
0eb389be6e chromium: move stray patches into ./patches directory 2023-12-12 12:33:28 +01:00
emilylange
b8927e2047 ungoogled-chromium: add ungoogled- prefix to chromium-unwrapped 2023-12-12 12:33:28 +01:00
Martin Weinelt
25c5727812
firefox-devedition-unwrapped: 121.0b5 -> 121.0b9 2023-12-12 00:37:23 +01:00
Martin Weinelt
1ee947324d
firefox-beta-unwrapped: 121.0b5 -> 121.0b9 2023-12-12 00:36:52 +01:00
Felix Schröter
ad836af7f9
tor-browser: use system install & simplify wrapper
Enables official system install which stores state in `~/.tor project`
instead of `~/.local/share/tor-browser`.

The custom wrapper, which added some isolation, is replaced with a
simpler makeWrapper-based solution.

These changes bring the `tor-browser` package much closer to the
`mullvad-browser` package.
2023-12-10 02:48:50 +01:00
Felix Schröter
5bb8d4a70e
tor-browser: use copyDesktopItems 2023-12-10 02:48:50 +01:00
Robert Schütz
de5adfc285 qutebrowser: 3.0.2 -> 3.1.0
Diff: https://github.com/qutebrowser/qutebrowser/compare/v3.0.2...v3.1.0

Changelog: https://github.com/qutebrowser/qutebrowser/blob/v3.1.0/doc/changelog.asciidoc
2023-12-09 13:13:27 -08:00
github-actions[bot]
870c9dd139
Merge master into staging-next 2023-12-09 12:01:13 +00:00
Emily
0651d3deaf
Merge pull request #272487 from emilylange/chromium
{ungoogled-,}chromium,chromedriver: 119.0.6045.199/105 -> 120.0.6099.71
2023-12-09 12:30:24 +01:00
Thomas Gerbet
47a4404c19
Merge pull request #272730 from buckley310/2023-12-07-brave
brave: 1.60.125 -> 1.61.101
2023-12-09 12:21:52 +01:00
networkException
4a34a5f2d4
chromedriver: 119.0.6045.105 -> 120.0.6099.71 2023-12-09 00:26:49 +01:00
networkException
db8b5f058e
ungoogled-chromium: 119.0.6045.199-1 -> 120.0.6099.71-1
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop.html
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_6.html

This update includes 10 security fixes.

CVEs:
CVE-2023-6508 CVE-2023-6509 CVE-2023-6510 CVE-2023-6511 CVE-2023-6512
2023-12-09 00:26:49 +01:00
networkException
ca726d0a8a
chromium: 119.0.6045.199 -> 120.0.6099.71
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop.html
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_6.html

This update includes 10 security fixes.

CVEs:
CVE-2023-6508 CVE-2023-6509 CVE-2023-6510 CVE-2023-6511 CVE-2023-6512

Co-authored-by: emilylange <git@emilylange.de>
2023-12-09 00:26:48 +01:00
github-actions[bot]
367355c966
Merge master into staging-next 2023-12-08 12:01:36 +00:00
Felix Schröter
35008cf03d mullvad-browser: 13.0.4 -> 13.0.6
https://github.com/mullvad/mullvad-browser/releases/tag/13.0.6
2023-12-08 10:54:41 +01:00
Felix Schröter
08d3657462 tor-browser: 13.0.5 -> 13.0.6
https://blog.torproject.org/new-release-tor-browser-1306/
2023-12-08 10:54:41 +01:00
github-actions[bot]
40f2209184
Merge master into staging-next 2023-12-07 18:00:57 +00:00
Sean Buckley
589ff59c58 brave: 1.60.125 -> 1.61.101
https://community.brave.com/t/release-channel-1-61-101/520106
2023-12-07 12:56:25 -05:00
Nick Cao
dff06bbf7f
Merge pull request #272527 from sikmir/lagrange
lagrange: 1.17.4 → 1.17.5
2023-12-07 09:29:18 -05:00
github-actions[bot]
fd7a8aedb0
Merge master into staging-next 2023-12-07 00:02:20 +00:00
Nikolay Korotkiy
3ae06c3800
lagrange: 1.17.4 → 1.17.5 2023-12-06 22:09:15 +04:00
Yureka
17ca7f6529 chromium: fix build for chromium >=120 2023-12-05 19:38:31 +01:00
github-actions[bot]
9497a77fed
Merge master into staging-next 2023-12-05 18:00:57 +00:00
Weijia Wang
4c8464e408
Merge pull request #270455 from christoph-heiss/update/floorp
floorp: 11.6.0 -> 11.6.1
2023-12-05 15:08:23 +01:00
Weijia Wang
4a8c8831f4
floorp: fix version 2023-12-05 11:01:00 +01:00
Fabián Heredia Montiel
5b8deaceca Merge remote-tracking branch 'origin/master' into staging-next
Fixed conflict in pkgs/applications/graphics/krita/

krita: 5.1.5 -> 5.2.0
7a40fdc288
, and
treewide: use kde mirror everywhere, don't use pname in download urls
aa15f5066d
2023-12-04 17:44:17 -06:00
Weijia Wang
bf4ee01fc6
Merge pull request #266725 from tejing1/update-vieb-10.5.0
vieb: 10.4.0 -> 10.6.0
2023-12-03 18:57:56 +01:00
github-actions[bot]
44c7b403da
Merge master into staging-next 2023-12-02 20:54:04 +00:00
Martin Weinelt
f5f74e6eff
Merge pull request #271593 from jchw-forks/update/librewolf
librewolf: 120.0-1 -> 120.0.1-1
2023-12-02 21:16:36 +01:00
github-actions[bot]
df742c9c0e
Merge master into staging-next 2023-12-02 12:01:25 +00:00
Thomas Gerbet
e18e89d8f0
Merge pull request #271451 from OPNA2608/update/palemoon-bin
palemoon-bin: 32.5.0 -> 32.5.1
2023-12-02 12:12:39 +01:00
github-actions[bot]
18f8671334
Merge master into staging-next 2023-12-02 06:00:54 +00:00
Mario Rodas
e9c621debc
Merge pull request #271109 from kirillrdy/opera
opera: 100.0.4815.47 -> 105.0.4970.21
2023-12-01 23:51:33 -05:00
John Chadwick
ee0dfa5192 librewolf: 120.0-1 -> 120.0.1-1 2023-12-01 23:22:27 -05:00
OPNA2608
b5ded10597 palemoon-bin: Fix WebGL support
Needs libglvnd to find libGL.so.1
2023-12-01 21:28:22 +01:00
OPNA2608
9f68c762ae palemoon-bin: 32.5.0 -> 32.5.1 2023-12-01 14:57:23 +01:00
Vladimír Čunát
305cd929fd
Merge branch 'staging' into staging-next 2023-12-01 07:33:49 +01:00
Emily
074c252b63
Merge pull request #271033 from networkException/update-chromium
{,ungoogled-}chromium: 119.0.6045.159 -> 119.0.6045.199
2023-11-30 23:05:09 +01:00