Commit Graph

6262 Commits

Author SHA1 Message Date
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
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
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