github-actions[bot]
7a89380b7e
Merge master into staging-next
2023-01-24 18:01:00 +00:00
Shawn8901
0a1dd3ced1
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 17:29:20 +01:00
Bruno Inec
38072997c5
firefox: option to enable speech synthesis
2023-01-24 16:23:23 +01:00
R. Ryantm
d01f0dbb08
firefox-devedition-bin-unwrapped: 109.0b6 -> 110.0b4
2023-01-24 01:11:41 +00:00
github-actions[bot]
eadaaa7d20
Merge master into staging-next
2023-01-23 12:01:24 +00:00
Nick Cao
2b34f95074
Merge pull request #210441 from buckley310/2023-01-12-brave
...
brave: 1.46.144 -> 1.47.171
2023-01-23 16:19:31 +08:00
github-actions[bot]
feb2240b37
Merge master into staging-next
2023-01-22 18:01:03 +00:00
Michael Weiss
82094bac71
Merge pull request #211925 from primeos/chromiumDev
...
chromiumDev: 111.0.5532.2 -> 111.0.5545.6
2023-01-22 15:21:45 +01:00
Michael Weiss
92b0446345
Merge pull request #211924 from primeos/chromiumBeta
...
chromiumBeta: 110.0.5481.30 -> 110.0.5481.38
2023-01-22 15:21:31 +01:00
Adam Joseph
42815b4a0c
treewide: systemdSupport: use lib.meta.availableOn
...
Many packages have some kind of flag indicating whether or not to build with
systemd support. Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`. Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.
This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.
This provides three benefits:
1. The default values are set correctly (i.e. including `&& isStatic`)
2. The default values are set consistently
3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
...
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
Michael Weiss
5d7923fe1d
chromiumDev: 111.0.5532.2 -> 111.0.5545.6
2023-01-21 13:33:14 +01:00
Michael Weiss
31210707b6
chromiumBeta: 110.0.5481.30 -> 110.0.5481.38
2023-01-21 13:32:52 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c
Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs
2023-01-21 12:00:00 +00:00
Sandro
48f66c079c
Merge pull request #207236 from davidsierradz/vieb-update
...
vieb: 7.2.0 -> 9.5.0
2023-01-19 15:50:16 +01:00
Sandro
3d14bd27f4
Merge pull request #206401 from imsofi/chromium-wrapper
...
chromium: fix web app linking
2023-01-19 03:15:07 +01:00
Nick Cao
16d623c3fc
Merge pull request #211232 from r-ryantm/auto-update/librewolf-unwrapped
...
librewolf-unwrapped: 108.0.2-1 -> 109.0-1
2023-01-18 14:47:42 +08:00
R. Ryantm
777af4cd29
librewolf-unwrapped: 108.0.2-1 -> 109.0-1
2023-01-17 12:43:16 +00:00
Martin Weinelt
017137c2bf
Merge pull request #211140 from mweinelt/firefox-109.0
2023-01-17 02:24:41 +00:00
Martin Weinelt
7f6ecd4237
Merge pull request #209643 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
2023-01-16 20:42:50 +00:00
Martin Weinelt
6796675202
Merge pull request #206438 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
2023-01-16 20:38:16 +00:00
Martin Weinelt
5cd6108b14
firefox-esr-unwrapped: 102.6.0esr -> 102.7.0esr
...
https://www.mozilla.org/en-US/firefox/102.7.0/releasenotes/
2023-01-16 21:35:32 +01:00
Martin Weinelt
30320396f1
firefox-bin-unwrapped: 108.0.2 -> 109.0
...
https://www.mozilla.org/en-US/firefox/109.0/releasenotes/
2023-01-16 21:34:14 +01:00
Martin Weinelt
05a0da1bc7
firefox-unwrapped: 108.0.2 -> 109.0
...
https://www.mozilla.org/en-US/firefox/109.0/releasenotes/
2023-01-16 21:33:08 +01:00
Artturi
e09153da00
Merge pull request #210993 from Artturin/cleanupstdenvsetup1
2023-01-16 22:12:11 +02:00
Nick Cao
b59b0465de
Merge pull request #210406 from r-ryantm/auto-update/librewolf-unwrapped
...
librewolf-unwrapped: 108.0.1-1 -> 108.0.2-1
2023-01-16 16:15:54 +08:00
Artturin
fe1c7a1945
treewide: remove usages of header and stopNest
...
they're obsolete
2023-01-16 00:08:12 +02:00
Michael Weiss
40dab725ae
Merge pull request #210899 from primeos/chromiumDev
...
chromiumDev: 110.0.5481.30 -> 111.0.5532.2
2023-01-15 22:10:55 +01:00
Michael Weiss
f408bea171
Merge pull request #210898 from primeos/chromiumBeta
...
chromiumBeta: 109.0.5414.74 -> 110.0.5481.30
2023-01-15 22:10:45 +01:00
José Romildo Malaquias
1cc6404243
Merge pull request #208518 from r-ryantm/auto-update/vivaldi
...
vivaldi: 5.6.2867.36 -> 5.6.2867.58
2023-01-15 10:53:40 -03:00
Michael Weiss
6b6e05d0cd
chromiumBeta: 109.0.5414.74 -> 110.0.5481.30
2023-01-15 13:26:36 +01:00
Michael Weiss
6d5a8a8e9f
chromiumDev: 110.0.5481.30 -> 111.0.5532.2
2023-01-15 13:25:29 +01:00
Michael Weiss
d06d765eea
Merge pull request #210250 from primeos/chromiumDev
...
chromiumDev: 110.0.5481.24 -> 110.0.5481.30
2023-01-15 13:25:07 +01:00
R. Ryantm
a3595d9064
vivaldi: 5.6.2867.36 -> 5.6.2867.58
2023-01-15 11:28:34 +00:00
Vladimír Čunát
cdf02835eb
firefox: fixup build on aarch64-linux
...
It's the issue with old libgcc_s propagated via our glibc package; e.g.
https://github.com/NixOS/nixpkgs/pull/209113
2023-01-15 09:13:34 +01:00
R. Ryantm
225ff463a7
lagrange: 1.14.1 -> 1.14.2
2023-01-13 14:25:28 +00:00
Sean Buckley
7ead78268f
brave: 1.46.144 -> 1.47.171
...
https://community.brave.com/t/release-channel-1-47-171/462818
2023-01-12 17:13:00 -05:00
Michael Adler
79a26e0c70
ungoogled-chromium: 108.0.5359.125 -> 109.0.5414.87
2023-01-12 20:11:07 +01:00
R. Ryantm
4ab1d83449
librewolf-unwrapped: 108.0.1-1 -> 108.0.2-1
2023-01-12 18:17:21 +00:00
zendo
97255b0701
opera: 90.0.4480.84 -> 94.0.4606.54
2023-01-13 00:02:00 +08:00
Sandro
3b677226c8
Merge pull request #208838 from aaronjheng/captive-browser
2023-01-12 00:28:33 +01:00
Michael Weiss
8d54655c51
chromiumDev: 110.0.5481.24 -> 110.0.5481.30
2023-01-11 21:13:47 +01:00
Michael Weiss
529ff162f8
Merge pull request #210114 from primeos/chromium
...
chromium: 108.0.5359.124 -> 109.0.5414.74
2023-01-11 21:13:02 +01:00
7c6f434c
ec001e5a70
Merge pull request #209621 from r-ryantm/auto-update/links2
...
links2: 2.27 -> 2.28
2023-01-10 23:26:44 +00:00
Michael Weiss
5bba17c9aa
chromium: 108.0.5359.124 -> 109.0.5414.74
...
https://chromereleases.googleblog.com/2023/01/stable-channel-update-for-desktop.html
This update includes 17 security fixes.
CVEs:
CVE-2023-0128 CVE-2023-0129 CVE-2023-0130 CVE-2023-0131 CVE-2023-0132
CVE-2023-0133 CVE-2023-0134 CVE-2023-0135 CVE-2023-0136 CVE-2023-0137
CVE-2023-0138 CVE-2023-0139 CVE-2023-0140 CVE-2023-0141
2023-01-10 23:05:44 +01:00
R. Ryantm
c7b39758be
firefox-beta-bin-unwrapped: 109.0b6 -> 109.0b9
2023-01-08 08:16:53 +00:00
R. Ryantm
42a997d828
links2: 2.27 -> 2.28
2023-01-08 04:31:21 +00:00
Martin Weinelt
0206d6a735
firefox-bin-unwrapped: 108.0.1 -> 108.0.2
...
https://www.mozilla.org/en-US/firefox/108.0.2/releasenotes/
2023-01-08 03:09:13 +01:00
Martin Weinelt
4073a14061
firefox-unwrapped: 108.0.1 -> 108.0.2
...
https://www.mozilla.org/en-US/firefox/108.0.2/releasenotes/
2023-01-08 03:09:13 +01:00
Michael Weiss
88561ca46a
chromiumDev: 110.0.5478.4 -> 110.0.5481.24
2023-01-05 23:40:12 +01:00
Michael Weiss
9e2070e1e5
chromiumBeta: 109.0.5414.61 -> 109.0.5414.74
2023-01-04 21:44:08 +01:00
Michael Weiss
08203e325a
Merge pull request #208938 from primeos/chromiumBeta
...
chromiumBeta: 109.0.5414.46 -> 109.0.5414.61
2023-01-03 23:19:29 +01:00
Thomas Gerbet
327790ade7
Merge pull request #206145 from buckley310/2022-12-14-brave
...
brave: 1.46.133 -> 1.46.144
2023-01-03 23:08:14 +01:00
Michael Weiss
6e1f2baf4a
chromiumBeta: 109.0.5414.46 -> 109.0.5414.61
2023-01-03 22:56:07 +01:00
Aaron Jheng
4fc374b314
captive-browser: Use buildGoModule
2023-01-03 03:42:37 +00:00
Martin Weinelt
66cf271b3a
Merge pull request #207207 from r-ryantm/auto-update/librewolf-unwrapped
...
librewolf-unwrapped: 108.0-1 -> 108.0.1-1
2023-01-02 19:38:31 +01:00
Anderson Torres
8d6446d553
Merge pull request #208555 from OPNA2608/update/palemoon
...
palemoon: 31.4.1.1 -> 31.4.2
2023-01-01 22:50:27 -03:00
Michael Weiss
62936a094c
Merge pull request #208649 from primeos/chromiumDev
...
chromiumDev: 110.0.5464.2 -> 110.0.5478.4
2023-01-01 18:45:17 +01:00
Michael Weiss
c9ca13ce9a
chromium: Drop passthru.updateScript
...
The update script for Chromium does not behave like other update
scripts, e.g., it updates all channels and ungoogled-chromium (not just
a single package). This causes issues when r-ryantm (the bot that runs
nixpkgs-update) tries to update chromium and ungoogled-chromium (which
it started to do recently):
- https://github.com/NixOS/nixpkgs/pull/207185
- https://github.com/NixOS/nixpkgs/pull/207482
- https://github.com/NixOS/nixpkgs/pull/207596
- https://github.com/NixOS/nixpkgs/pull/208048
- https://github.com/NixOS/nixpkgs/pull/208287
We could make the update script work as expected by other tooling but
Chromium requires special attention anyway so it might also be for the
best to do it manually for now (at least someone needs to ensure that
the correct labels are set and that security fixes (~ all updates) are
backported).
2023-01-01 18:07:17 +01:00
Michael Weiss
b7431c54ac
chromiumDev: 110.0.5464.2 -> 110.0.5478.4
2023-01-01 17:56:04 +01:00
OPNA2608
ee82cb3532
palemoon: 31.4.1.1 -> 31.4.2
2022-12-31 23:59:19 +01:00
Alexandre Acebedo
e40216fa1b
vivaldi: add wayland support and remove missing libGLES.so error
2022-12-30 14:19:19 +01:00
davidsierradz
106f731a59
vieb: 7.2.0 -> 9.5.0
2022-12-27 12:58:01 -05:00
Ingo Blechschmidt
10276b9037
elinks: 0.15.1 -> 0.16.0 ( fixes #207718 )
2022-12-27 12:46:15 +01:00
R. Ryantm
84f7075b5f
firefox-devedition-bin-unwrapped: 108.0b9 -> 109.0b6
2022-12-27 00:33:08 +00:00
figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Christian Kögler
b2e8830d7c
Merge pull request #207142 from chewblacka/patch-1
...
Brave browser dangling symlink fix
2022-12-23 23:08:31 +01:00
R. Ryantm
603912bce5
firefox-beta-bin-unwrapped: 108.0b9 -> 109.0b6
2022-12-23 04:36:10 +00:00
R. Ryantm
b1acd65415
librewolf-unwrapped: 108.0-1 -> 108.0.1-1
2022-12-22 06:43:18 +00:00
chewblacka
39c69f2ac3
Update default.nix
...
22 icon_size is not there and produces a "dangling symlink" error on install. I've removed it from `icon_sizes`
2022-12-21 19:46:06 +00:00
Sandro
d0377c94e2
Merge pull request #206572 from aacebedo/aacebedo/vivaldi_cmdline
2022-12-18 17:25:46 +01:00
Michael Weiss
b43f29bdc2
Merge pull request #206306 from primeos/chromium
...
chromium: 108.0.5359.98 -> 108.0.5359.124
2022-12-17 14:10:10 +01:00
Alexandre Acebedo
237a9bb7c9
vivaldi: remove useless forceDarkMode parameter
2022-12-17 09:13:52 +01:00
R. Ryantm
dbf1e1161a
firefox-unwrapped: 108.0 -> 108.0.1
2022-12-16 19:47:39 +00:00
Sofi
1ddba4aadb
chromium: fix web app linking
...
Currently Chromium will generate its Web App shortcuts by pointing to
the current unwrapped executable of itself. This leads to all Web App
shortcuts failing to launch as it is not launched trough nixpkgs's
wrapper.
This fix will set the `CHROME_WRAPPER` environment variable to point
to a valid wrapper script, allowing chromium based browsers to generate
valid `.desktop` files.
NOTE: As these files are only set once by the browser inside of
`~/.local/share/applications` and not updated, this fix will only work
for generating new shortcuts, and only work as long as the relevant
binary is available in `$PATH` for that user.
INFO: While generic sounding, `CHROME_WRAPPER` is only invoked inside of
`web_app_shortcut_linux.cc`[^1], so it should only affect the generation
of web app shortcut files.
INFO: There is a similar patch for google-chrome itself in nixpkgs.[^2]
[^1]: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/shell_integration_linux.cc;l=405;drc=b8f43a4e55639b03f76eccc6f6b951f2d06b8833
[^2]: https://github.com/NixOS/nixpkgs/pull/155430/
2022-12-16 14:37:45 +01:00
Michael Weiss
95ea5bb254
Merge pull request #206305 from primeos/chromiumDev
...
chromiumDev: 110.0.5449.0 -> 110.0.5464.2
2022-12-15 23:39:32 +01:00
Michael Weiss
4d78fa3a59
chromium: 108.0.5359.98 -> 108.0.5359.124
...
https://chromereleases.googleblog.com/2022/12/stable-channel-update-for-desktop_13.html
This update includes 8 security fixes.
CVEs:
CVE-2022-4436 CVE-2022-4437 CVE-2022-4438 CVE-2022-4439 CVE-2022-4440
2022-12-15 22:51:27 +01:00
Michael Weiss
497daee731
chromiumDev: 110.0.5449.0 -> 110.0.5464.2
2022-12-15 22:46:56 +01:00
Michael Weiss
ecf38ccd11
chromiumBeta: 109.0.5414.36 -> 109.0.5414.46
2022-12-15 22:46:34 +01:00
Michael Adler
9adfad5eaa
ungoogled-chromium: 108.0.5359.99 -> 108.0.5359.125
2022-12-15 10:06:07 +01:00
Sean Buckley
e915d3030d
brave: 1.46.133 -> 1.46.144
...
https://community.brave.com/t/release-channel-1-46-144/456398
2022-12-14 17:13:00 -05:00
squalus
5046b3bd1a
librewolf: 107.0.1-2 -> 108.0-1
2022-12-14 09:34:30 -08:00
Martin Weinelt
46d2d624ae
Merge pull request #201525 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
2022-12-14 02:01:36 +01:00
Martin Weinelt
b2f8a3e1c6
Merge pull request #201526 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
2022-12-14 01:47:58 +01:00
Martin Weinelt
4c888586f4
Merge pull request #205798 from vcunat/p/firefox-bump
2022-12-14 01:40:37 +01:00
Michael Weiss
57465f8c7a
Merge pull request #205203 from primeos/chromiumBeta
...
chromiumBeta: 109.0.5414.25 -> 109.0.5414.36
2022-12-13 22:34:45 +01:00
Martin Weinelt
7673d5110f
firefox-esr-unwrapped: 102.5.0esr -> 102.6.0esr
...
https://www.mozilla.org/en-US/firefox/102.6.0/releasenotes/
2022-12-13 13:05:01 +01:00
Vladimír Čunát
85f91f3f47
firefox*: 107.0.1 -> 108.0
...
https://www.mozilla.org/en-US/firefox/108.0/releasenotes/
./build/cargo-link uses /usr/bin/env shebang and thus needs patching.
2022-12-12 18:57:10 +01:00
Damien Cassou
eaa1ae6bff
Merge pull request #205617 from DamienCassou/offpunk-1.8
2022-12-11 12:28:49 +01:00
Damien Cassou
6edacf9b28
offpunk: 1.7.1->1.8
2022-12-11 11:29:52 +01:00
Damien Cassou
1f966060ed
offpunk: Move to sourcehut
...
The project moved to sourcehut:
https://ploum.net/2022-11-15-offpunk17-sourcehut.html
2022-12-11 11:29:41 +01:00
figsoda
41e1aed187
Merge pull request #205338 from ethulhu/luakit-2.3.3
...
luakit: 2.3.1 -> 2.3.3
2022-12-09 16:22:13 -05:00
Ethel Morgan
6a47b9b7cf
luakit: 2.3.1 -> 2.3.3
2022-12-09 17:29:57 +00:00
Sandro
23493afbe6
Merge pull request #205198 from aacebedo/aacebedo/vivaldi-5.6
2022-12-09 00:47:32 +01:00
Michael Weiss
d8f6360c16
chromiumBeta: 109.0.5414.25 -> 109.0.5414.36
2022-12-08 23:33:30 +01:00
Michael Weiss
cf9ada0103
Merge pull request #205117 from michaeladler/ungoogled
...
ungoogled-chromium: 108.0.5359.95 -> 108.0.5359.99
2022-12-08 23:29:55 +01:00
Alexandre Acebedo
3093131bac
vivaldi: 5.4.2753.47 -> 5.6.2867.36
...
also add a forceDarkMode boolean to solve issue for dark theme.
2022-12-08 23:22:41 +01:00
Sandro
4cc7973ae6
Merge pull request #204658 from raphaelr/mbedtls-3
2022-12-08 16:38:17 +01:00
Michael Adler
3f7c8b2b96
ungoogled-chromium: 108.0.5359.95 -> 108.0.5359.99
2022-12-08 09:20:21 +01:00
Michael Weiss
efb623debc
chromium: 108.0.5359.94 -> 108.0.5359.98
...
https://chromereleases.googleblog.com/2022/12/stable-channel-update-for-desktop_7.html
2022-12-07 22:05:46 +01:00
Raphael Robatsch
985c8dbe14
treewide: use mbedtls 3 where possible
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
Damien Cassou
c1d77f6754
offpunk: 1.6 -> 1.7.1
2022-12-07 08:27:00 +01:00
figsoda
a1bf5b3515
castor: enable parallels tests with nextest
2022-12-04 23:55:48 -05:00
squalus
04a55b4bcb
librewolf: 107.0-1 -> 107.0.1-2
2022-12-04 12:39:32 -08:00
Martin Weinelt
6a8eee8989
Merge pull request #204362 from mweinelt/weird-animal-cleanups
2022-12-04 13:05:41 +01:00
Martin Weinelt
b9f0c28f6c
buildMozillaMach: Cleanup obsolete version gates
2022-12-04 13:04:34 +01:00
Michael Weiss
31327b34c6
Merge pull request #204365 from primeos/ungoogled-chromium
...
ungoogled-chromium: 108.0.5359.72 -> 108.0.5359.95
2022-12-04 11:25:11 +01:00
Michael Weiss
57f6a0bfba
Merge pull request #204364 from primeos/chromium
...
chromium: 108.0.5359.71 -> 108.0.5359.94
2022-12-04 11:24:57 +01:00
Michael Weiss
66bdeac7cb
chromium: 108.0.5359.71 -> 108.0.5359.94
...
https://chromereleases.googleblog.com/2022/12/stable-channel-update-for-desktop.html
This update includes 1 security fix. Google is aware that an exploit for
CVE-2022-4262 exists in the wild.
CVEs:
CVE-2022-4262
2022-12-04 00:02:59 +01:00
Michael Weiss
d23b4148e7
ungoogled-chromium: 108.0.5359.72 -> 108.0.5359.95
2022-12-04 00:02:38 +01:00
Martin Weinelt
3b52939d59
Merge pull request #202629 from atorres1985-contrib/firefox-use-enablefeature-directly
2022-12-03 22:31:53 +01:00
OPNA2608
1795beca40
palemoon: 31.4.0 -> 31.4.1.1
2022-12-03 19:59:55 +01:00
Martin Weinelt
79ea4b7e49
Merge pull request #204129 from buckley310/2022-12-02-brave
2022-12-03 16:09:49 +01:00
R. Ryantm
f4e5563053
firefox-devedition-bin-unwrapped: 107.0b9 -> 108.0b9
2022-12-02 16:14:35 +00:00
R. Ryantm
b4adc07d7d
firefox-beta-bin-unwrapped: 107.0b9 -> 108.0b9
2022-12-02 16:13:47 +00:00
Sean Buckley
048211eec2
brave: 1.43.89 -> 1.46.133
...
https://community.brave.com/t/release-channel-1-46-133/449943
2022-12-02 10:30:05 -05:00
Michael Weiss
74949d9c40
ungoogled-chromium: 107.0.5304.122 -> 108.0.5359.72
2022-12-02 15:48:34 +01:00
Michael Weiss
c40e6aac68
Merge pull request #203996 from primeos/chromiumDev
...
chromiumDev: 109.0.5414.10 -> 110.0.5449.0
2022-12-02 12:33:00 +01:00
Michael Weiss
e4864d2966
chromiumDev: 109.0.5414.10 -> 110.0.5449.0
2022-12-01 21:57:19 +01:00
Michael Weiss
33daeebd6b
chromiumBeta: 108.0.5359.71 -> 109.0.5414.25
2022-12-01 21:56:35 +01:00
Michael Weiss
3609aedb1e
chromium: 107.0.5304.121 -> 108.0.5359.71
...
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop_29.html
This update includes 28 security fixes.
CVEs:
CVE-2022-4174 CVE-2022-4175 CVE-2022-4176 CVE-2022-4177 CVE-2022-4178
CVE-2022-4179 CVE-2022-4180 CVE-2022-4181 CVE-2022-4182 CVE-2022-4183
CVE-2022-4184 CVE-2022-4185 CVE-2022-4186 CVE-2022-4187 CVE-2022-4188
CVE-2022-4189 CVE-2022-4190 CVE-2022-4191 CVE-2022-4192 CVE-2022-4193
CVE-2022-4194 CVE-2022-4195
2022-11-30 10:27:59 +01:00
Michael Weiss
ed4a7faf43
chromiumBeta: 108.0.5359.48 -> 108.0.5359.71 ( #203681 )
...
* chromiumBeta: 108.0.5359.48 -> 108.0.5359.62
* chromiumBeta: 108.0.5359.62 -> 108.0.5359.71
2022-11-30 10:27:28 +01:00
AndersonTorres
113cea1b74
buildMozillaMach: use enableFeature instead of recreating it
2022-11-30 02:03:14 -03:00
Mario Rodas
8e036dae81
Merge pull request #202555 from 06kellyjac/brave
...
brave: fix commandLineArgs option also requiring vulkanSupport
2022-11-29 21:17:42 -05:00
Robert Scott
250c00dbc9
Merge pull request #203532 from wegank/ladybird-fix
...
ladybird: fix build
2022-11-29 21:55:26 +00:00
Martin Weinelt
5834fbb994
firefox-bin-unwrapped: 107.0 -> 107.0.1
...
https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/
2022-11-29 10:36:08 +01:00
Martin Weinelt
83c75c0f43
firefox-unwrapped: 107.0 -> 107.0.1
...
https://www.mozilla.org/en-US/firefox/107.0.1/releasenotes/
2022-11-29 10:35:34 +01:00
Weijia Wang
390c682402
ladybird: fix build
2022-11-29 00:28:58 +01:00
Michael Weiss
4024dedc4d
chromiumBeta: Fix the build
...
We do already set `system_wayland_scanner_path` to
`"${wayland}/bin/wayland-scanner"` but apparently wayland-scanner wasn't
required (anymore?) as wayland-scanner is only in the `bin` output (I have a
few ideas what could've changed but didn't bother to check as it isn't worth
the time as long as it works now).
This fixes the following build error:
```
ninja: error: '../../../../../../../../nix/store/l3y9k2x7cqzcjj9s18z7la9xqsjq6r52-wayland-1.21.0/bin/wayland-scanner', needed by 'gen/components/exo/wayland/protocol/aura-shell-protocol.c', missing and no known rule to make it
```
2022-11-28 21:55:56 +01:00
Anderson Torres
9f16b00e11
Merge pull request #203119 from OPNA2608/update/palemoon
...
palemoon: 31.3.1 -> 31.4.0
2022-11-28 11:41:16 -03:00
Sandro
ed6f61e5c0
Merge pull request #202919 from SuperSandro2000/polypane
2022-11-28 02:01:54 +01:00
Michael Weiss
9d05d42f4d
chromiumBeta: Fix the configuration phase
...
Upstream switched use_system_libwayland to false [0] and
system_wayland_scanner_path will now only be declared if
use_system_wayland_scanner is set to true (it defaults to
use_system_libwayland) [1].
In Nixpkgs, we usually try to set use_system_* to true (i.e., we favor
system libraries over bundled/vendored ones) but in the case of Chromium
this can become difficult to maintain so we might eventually drop
`use_system_libwayland = true` again (IIRC this only caused one
incompatibility in the past though: b6b51374fc7; and f9d9864cb6
will
become relevant again when we build with the bundled libwayland).
[0]: b33bdfe265
[1]: 272220cefa
2022-11-27 19:10:44 +01:00
Nikolay Korotkiy
57041d44e8
lagrange: 1.13.8 → 1.14.1
2022-11-26 16:47:43 +03:00
OPNA2608
be825b650a
palemoon: 31.3.1 -> 31.4.0
2022-11-26 14:02:01 +01:00
Michael Weiss
66df6c7b46
Merge pull request #202869 from michaeladler/ungoogled
...
ungoogled-chromium: 107.0.5304.110 -> 107.0.5304.122
2022-11-26 00:27:06 +01:00
Sandro Jäckel
55ad6dd7f5
polypane: fix source hash
2022-11-25 22:38:10 +01:00
Michael Adler
9fa2f1bf3e
ungoogled-chromium: 107.0.5304.110 -> 107.0.5304.122
2022-11-25 16:30:26 +01:00
Michael Weiss
dbea32f981
chromium: 107.0.5304.110 -> 107.0.5304.121
...
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop_24.html
This update includes 1 security fix. Google is aware that an exploit for
CVE-2022-4135 exists in the wild.
CVEs:
CVE-2022-4135
2022-11-24 23:07:41 +01:00
Sandro
6e1083b58f
Merge pull request #202589 from panicgh/tbb
2022-11-24 13:30:46 +01:00
Nicolas Benes
c99cfce6ad
tor-browser-bundle-bin: 11.5.7 -> 11.5.8
...
https://blog.torproject.org/new-release-tor-browser-1158/
2022-11-23 21:45:37 +01:00
06kellyjac
25551116a4
brave: fix commandLineArgs option also requiring vulkanSupport
2022-11-23 16:50:48 +00:00
Michael Weiss
6492d64628
chromiumDev: 109.0.5410.0 -> 109.0.5414.10
2022-11-21 23:55:19 +01:00
ajs124
0fc1a5a0cf
Merge pull request #201705 from helsinki-systems/unalias-libheimdail
...
libheimdal: turn into proper alias
2022-11-20 14:42:19 +01:00
Bobby Rong
16834867f3
Merge pull request #201775 from KiruyaMomochi/master
...
microsoft-edge: 105.0.1343.42 -> 107.0.1418.52
2022-11-20 17:32:58 +08:00
Daniel Nagy
821479126a
luakit: 2.3 -> 2.3.1
2022-11-19 18:23:38 +01:00
百地 希留耶
a2cd287864
microsoft-edge: 105.0.1343.42 -> 107.0.1418.52
2022-11-18 22:56:07 +08:00
Vladimír Čunát
8ab030e8de
Merge #201359 : firefox, thunderbird, librewolf: Enable wayland support by default
2022-11-18 10:49:22 +01:00
ajs124
398d0926aa
libheimdal: turn into proper alias
2022-11-18 02:08:38 +01:00
Vladimír Čunát
825505c31d
Merge #201665 : librewolf: drop upstreamed patch
2022-11-17 20:41:23 +01:00
Vladimír Čunát
bcb0994006
librewolf: drop upstreamed patch
...
This partially reverts commit 61598203a4
.
After update to 107 the patch is already in the src.
2022-11-17 20:01:54 +01:00
Martin Weinelt
c156bdf40d
firefox, thunderbird, librewolf: Enable wayland support by default
...
Enabling Wayland support by default prevents use of XWayland on Wayland
systems, while correctly falling back to X11 when Wayland is
unavailable in the current session.
With the current packaging many people unnecessarily rely on the
`firefox` attribute, which is suggested by nixos-generate-config, which
in turn makes their Firefox use XWayland, when it shouldn't, which
causes bugs with GNOME on Wayland:
https://discourse.nixos.org/t/firefox-all-black-when-first-launched-after-login/21143
Using the Wayland-enabled Firefox was tested on pure X11 systems by
contributors on the #nix-mozilla:nixos.org room and we are confident
this change will not cause severe regressions.
Even better, people can now toggle `MOZ_ENABLE_WAYLAND=<0|1>` in their
environment to override this decision, should they feel the need to do
so.
2022-11-17 11:50:12 +01:00
Michael Weiss
f2b994a384
chromiumBeta: 108.0.5359.40 -> 108.0.5359.48
2022-11-17 00:04:52 +01:00
squalus
9a2f7b878c
librewolf: 106.0.3-1 -> 107.0-1
2022-11-15 11:11:11 -08:00
Martin Weinelt
22dafab650
firefox-esr-102-unwrapped: 102.4.0esr -> 102.5.0esr
...
https://www.mozilla.org/en-US/firefox/102.5.0/releasenotes/
2022-11-14 19:20:38 +01:00
Martin Weinelt
28b268d34b
firefox-bin-unwrapped: 106.0.5 -> 107.0
...
https://www.mozilla.org/en-US/firefox/107.0/releasenotes/
2022-11-14 19:20:38 +01:00
Martin Weinelt
8ec89ef1b5
firefox{,-bin}, thunderbird{,-bin}: Set meta.changelog
2022-11-14 19:20:37 +01:00
R. Ryantm
f3a8bb1ec8
firefox-unwrapped: 106.0.5 -> 107.0
...
https://www.mozilla.org/en-US/firefox/107.0/releasenotes/
2022-11-14 19:20:37 +01:00
Michael Weiss
ec860f905d
chromiumDev: 109.0.5396.2 -> 109.0.5410.0
2022-11-13 12:02:49 +01:00
Vladimír Čunát
7a146b3bab
firefox*, thunderbird*: fix the Profile Manager .desktop action
2022-11-12 12:06:09 +01:00
Anderson Torres
a4dcbd2db8
Merge pull request #200267 from OPNA2608/update/palemoon
...
palemoon: 31.3.0.1 -> 31.3.1
2022-11-10 14:28:25 -03:00
Michael Weiss
1f6b982811
Merge pull request #200442 from primeos/chromiumBeta
...
chromiumBeta: 108.0.5359.30 -> 108.0.5359.40
2022-11-10 15:23:43 +01:00
Michael Weiss
d3189e76b2
Merge pull request #200445 from primeos/ungoogled-chromium
...
ungoogled-chromium: 107.0.5304.88 -> 107.0.5304.110
2022-11-10 15:23:21 +01:00
Michael Weiss
6477a3bdc3
ungoogled-chromium: 107.0.5304.88 -> 107.0.5304.110
2022-11-09 23:40:33 +01:00
Michael Weiss
81b2f56045
chromiumBeta: 108.0.5359.30 -> 108.0.5359.40
2022-11-09 23:40:18 +01:00
Michael Weiss
cc136d85d9
chromium: 107.0.5304.87 -> 107.0.5304.110
...
https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop.html
This update includes 10 security fixes.
CVEs:
CVE-2022-3885 CVE-2022-3886 CVE-2022-3887 CVE-2022-3888 CVE-2022-3889
CVE-2022-3890
2022-11-09 23:39:38 +01:00
OPNA2608
4854f55666
palemoon: 31.3.0.1 -> 31.3.1
2022-11-08 20:58:51 +01:00
Mario Rodas
c3b26b4650
Merge pull request #200051 from fgaz/litebrowser/init
...
litebrowser, litehtml: init
2022-11-08 09:16:27 -05:00
Francesco Gazzetta
b3d01ee885
litebrowser: init at unstable-2022-10-31
2022-11-08 12:58:04 +01:00
Martin Weinelt
7266d56d34
Merge pull request #200102 from mweinelt/firefox-crashreporter
2022-11-08 09:16:58 +01:00
Martin Weinelt
6acfc788cc
buildMozillaMach: add curl into crashreporter rpath
...
Firefox has been crashy during the 106 cycle on my laptop, so I saw the
crashreporter more often than not. In the terminal spew I found
> Failed to open curl lib from binary, use libcurl.so instead
and the GUI told me submitting the report had failed. Not great if you
actually except to have your bugs fixed at some point.
2022-11-08 07:52:12 +01:00
Sandro
7678370a07
Merge pull request #200042 from fgaz/dillong/init
2022-11-08 02:11:48 +01:00
Francesco Gazzetta
f6260b00ba
dillong: init at unstable-2021-12-13
2022-11-07 17:13:20 +01:00
Nicolas Benes
3138f96051
tor-browser-bundle-bin: 11.5.6 -> 11.5.7
2022-11-07 10:32:38 +01:00
Martin Weinelt
69d5c86471
firefox-bin-unwrapped: 106.0.3 -> 106.0.5
...
https://www.mozilla.org/en-US/firefox/106.0.4/releasenotes/
https://www.mozilla.org/en-US/firefox/106.0.5/releasenotes/
2022-11-05 11:31:31 +01:00
Michael Weiss
cae3751e9f
Merge pull request #199564 from primeos/chromiumBeta
...
chromiumBeta: 108.0.5359.22 -> 108.0.5359.30
2022-11-05 10:12:29 +01:00
Michael Weiss
8e325056da
Merge pull request #199565 from primeos/chromiumDev
...
chromiumDev: 109.0.5384.0 -> 109.0.5396.2
2022-11-05 10:12:17 +01:00
R. Ryantm
c01fdc7455
firefox-unwrapped: 106.0.4 -> 106.0.5
2022-11-04 22:43:35 +00:00
Michael Weiss
fe2fe7c588
chromiumDev: 109.0.5384.0 -> 109.0.5396.2
2022-11-04 21:57:33 +01:00
Michael Weiss
f432eecba7
chromiumBeta: 108.0.5359.22 -> 108.0.5359.30
2022-11-04 21:57:13 +01:00
Bernardo Meurer
51ebf9d12e
Merge pull request #198608 from taku0/thunderbird-desktop-item
2022-11-04 14:53:51 +00:00
Bernardo Meurer
a2e78e7134
Merge pull request #198253 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
2022-11-04 11:41:14 +00:00
Bernardo Meurer
c8fc2e913b
Merge pull request #198254 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
2022-11-04 11:40:35 +00:00
Bernardo Meurer
1def07c7b7
Merge pull request #199306 from r-ryantm/auto-update/firefox-unwrapped
2022-11-04 11:40:15 +00:00
R. Ryantm
b447ffee64
lagrange: 1.13.7 -> 1.13.8
2022-11-04 09:25:00 +00:00
R. Ryantm
ff51d7e4f4
firefox-devedition-bin-unwrapped: 107.0b5 -> 107.0b9
2022-11-04 07:01:02 +00:00
R. Ryantm
eb4bcdcc69
firefox-beta-bin-unwrapped: 107.0b5 -> 107.0b9
2022-11-04 07:00:39 +00:00
taku0
aaa9a95e02
thunderbird, thunderbird-bin: fix desktop item
...
Generate appropriate desktop item for Thunderbird.
Fixes #194851 .
2022-11-03 17:24:37 +09:00
R. Ryantm
82e5d263b9
firefox-unwrapped: 106.0.3 -> 106.0.4
2022-11-03 06:30:04 +00:00
squalus
f7ef72305d
librewolf: 106.0.1-1 -> 106.0.3-1
2022-11-01 09:37:17 -07:00
Martin Weinelt
71d12f6934
firefox-bin-unwrapped: 106.0.2 -> 106.0.3
...
https://www.mozilla.org/en-US/firefox/106.0.3/releasenotes/
2022-10-31 02:01:07 +01:00
Martin Weinelt
0fad4307e8
firefox-unwrapped: 106.0.2 -> 106.0.3
...
https://www.mozilla.org/en-US/firefox/106.0.3/releasenotes/
2022-10-31 02:01:01 +01:00
Michael Weiss
3594892234
Merge pull request #198679 from primeos/ungoogled-chromium
...
ungoogled-chromium: 107.0.5304.68 -> 107.0.5304.88
2022-10-30 19:53:25 +01:00
Michael Weiss
7fc5968ead
Merge pull request #198677 from primeos/chromium
...
chromium: 107.0.5304.68 -> 107.0.5304.87
2022-10-30 19:53:02 +01:00
Michael Weiss
9a73379a4a
Merge pull request #198675 from primeos/chromiumBeta
...
chromiumBeta: 107.0.5304.68 -> 108.0.5359.22
2022-10-30 19:05:16 +01:00
Michael Weiss
0590d6d01c
ungoogled-chromium: 107.0.5304.68 -> 107.0.5304.88
2022-10-30 18:11:46 +01:00
Michael Weiss
1cd6b2c7f4
chromium: 107.0.5304.68 -> 107.0.5304.87
...
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_27.html
This update includes 1 security fix. Google is aware of reports that an exploit
for CVE-2022-3723 exists in the wild.
CVEs:
CVE-2022-3723
2022-10-30 18:08:32 +01:00
Michael Weiss
5fa41df499
chromiumBeta: 107.0.5304.68 -> 108.0.5359.22
2022-10-30 18:00:37 +01:00
Michael Weiss
1e999fae15
chromiumDev: 108.0.5359.19 -> 109.0.5384.0
2022-10-30 17:59:43 +01:00