Commit Graph

6961 Commits

Author SHA1 Message Date
linsui
ff526a0699 firefox: remove app.partner.nixos 2023-07-22 13:05:32 +08:00
Sandro
a933c61045
Merge pull request #243786 from FPtje/fp/update-ffmpeg-vivaldi
vivaldi-ffmpeg-codecs 112.0.5615.49 -> 111306
2023-07-21 01:24:34 +02:00
Falco Peijnenburg
ef2752b806 Remove inactive maintainer lluchs 2023-07-20 21:25:20 +02:00
Nick Cao
c0a44a2f75
Merge pull request #244140 from OPNA2608/update/palemoon-bin
palemoon-bin: 32.2.1 -> 32.3.1
2023-07-19 19:14:54 -06:00
Michael Adler
1f892619d5 microsoft-edge: ensure stable order for upstream sources
This commit addresses the issue of unstable key ordering in default.nix.
Previously, the keys could appear in different orders such as "stable,
beta, dev" or "beta, stable, dev".
To simplify the reviewing process and minimize merge conflicts, this
commit introduces the use of OrderedDict, ensuring consistent key
ordering for upstream sources.
Also, the gzip import was unused, so just drop it.
2023-07-19 10:10:11 +02:00
Michael Weiss
4d1a6ecd13
Merge pull request #243857 from primeos/chromiumDev
chromiumDev: 116.0.5845.14 -> 116.0.5845.32
2023-07-18 23:20:12 +02:00
Michael Weiss
28d6e39fb4
Merge pull request #243858 from primeos/chromiumBeta
chromiumBeta: 115.0.5790.40 -> 115.0.5790.90
2023-07-18 23:20:02 +02:00
OPNA2608
cc4091be0f palemoon-bin: 32.2.1 -> 32.3.1 2023-07-18 20:38:00 +02:00
Florian Klink
ca1dd491c6 nixos/firefox: stop reading nixpkgs.config.firefox.enableEUWebID
This can cause firefox to be overridden with nativeMessagingHosts
pointing to web-eid-app twice, causing a conflict during build.
2023-07-18 11:48:17 +03:00
Nick Cao
3e6ce6248c
Merge pull request #243676 from ionutnechita/local/yandex-browser-update-2023Q3
yandex-browser: 23.5.1.754-1 -> 23.5.4.682-1
2023-07-16 19:29:59 -06:00
Michael Weiss
27ec2e384f
chromiumBeta: 115.0.5790.56 -> 115.0.5790.90 2023-07-16 22:49:36 +02:00
Michael Weiss
90ed2c1dfa
chromiumBeta: 115.0.5790.40 -> 115.0.5790.56 2023-07-16 22:49:32 +02:00
Michael Weiss
d3fa477a6f
chromiumDev: 116.0.5845.14 -> 116.0.5845.32 2023-07-16 22:47:51 +02:00
Falco Peijnenburg
1b62507fd7 vivaldi-ffmpeg-codecs: 112.0.5615.49 -> 111306
This now explicitly follows the `update-ffmpeg` script, which changed to
using a snap instead of a .deb file downloaded from Launchpad.
2023-07-16 12:33:20 +02:00
Nick Cao
c43d073aee
Merge pull request #243668 from romildo/upd.vivaldi-ffmepg-codecs
vivaldi-ffmpeg-codecs: 104.0.5112.101 -> 112.0.5615.49
2023-07-15 20:18:45 -06:00
José Romildo
df5cfec1cd vivaldi: fix a typo in update script 2023-07-15 22:47:45 -03:00
José Romildo
8524676c5c vivaldi-ffmpeg-codecs: 104.0.5112.101 -> 112.0.5615.49 2023-07-15 22:47:37 -03:00
Weijia Wang
37dbf6ee8a
Merge pull request #243663 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
firefox-beta-bin-unwrapped: 116.0b2 -> 116.0b5
2023-07-15 20:09:15 +02:00
Weijia Wang
c2c6b13e94
Merge pull request #243636 from r-ryantm/auto-update/opera
opera: 100.0.4815.21 -> 100.0.4815.47
2023-07-15 20:05:53 +02:00
Ionut Nechita
c040381a28 yandex-browser: 23.5.1.754-1 -> 23.5.4.682-1
Description:
 - yandex-browser-beta is updated to:
   23.5.4.682-1

Change-Id: I826a05fa61bcc77ea7e0c8009f1ae417427a5212
Signed-off-by: Ionut Nechita <ionut_n2001@yahoo.com>
2023-07-15 19:13:09 +03:00
R. Ryantm
e6c5017b25 firefox-beta-bin-unwrapped: 116.0b2 -> 116.0b5 2023-07-15 14:58:36 +00:00
R. Ryantm
c74628adfa opera: 100.0.4815.21 -> 100.0.4815.47 2023-07-15 11:46:22 +00:00
Ryan Lahfa
c16abd6c72
Merge pull request #243319 from lorenz/fix-chromium 2023-07-15 12:14:57 +02:00
Weijia Wang
720d1c7e1e
Merge pull request #243363 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 115.0b9 -> 116.0b5
2023-07-15 09:46:58 +02:00
Nick Cao
4577f4700b
Merge pull request #239594 from Feyorsh/master
brave: add kerberos authentication
2023-07-14 15:54:23 -06:00
Feyorsh
9115395261
brave: add kerberos authentication 2023-07-14 13:26:42 -04:00
Lorenz Brun
7261c52fed chromium: supply Rust compiler for M115+
Chromium has recently started integrating Rust [1] and as of M115 this
infrastructure is enabled, thus Chromium either requires the bundled
binary Rust compiler (which won't work in NixOS without modification) or
a custom one. This configures the nixpkgs Rust compiler for Chromium.

M115 doesn't actually contain any production Rust code, so we don't
actually know if this fully works and we're definitely still missing
bindgen, but for the time being this makes it work and is a sane
starting position.

[1] https://security.googleblog.com/2023/01/supporting-use-of-rust-in-chromium.html
2023-07-14 14:07:45 +02:00
R. Ryantm
a10b831f89 firefox-devedition-bin-unwrapped: 115.0b9 -> 116.0b5 2023-07-14 00:06:33 +00:00
Martin Weinelt
ba6771c386
Merge pull request #242781 from MatthewCash/firefox-devedition-no-signing
firefox-devedition-unwrapped: do not require addons to be signed
2023-07-13 02:55:12 +02:00
squalus
988661b6a7 librewolf: 115.0.1-1 -> 115.0.2-2 2023-07-12 07:41:07 -07:00
Martin Weinelt
d25f8ced33
Merge pull request #242867 from mweinelt/firefox-116.0b3
firefox-beta-unwrapped: 116.0b2 -> 116.0b3
2023-07-12 03:15:07 +02:00
Matthew_Cash
941a22521e
firefox-devedition-unwrapped: don't require addons to be signed
Added MOZ_REQUIRE_SIGNING="" to firefox-devedition-unwrapped's configure options to match the official builds.
2023-07-11 17:48:15 -07:00
SIGSEGV
67ecd3fd9d
microsoft-edge: 113.0.1774.50 -> 114.0.1823.79 (#242891)
* microsoft-edge: 113.0.1774.50 -> 114.0.1823.79

* microsoft-edge: 114.0.1823.24 -> 115.0.1901.165

* microsoft-edge: 115.0.1851.0 -> 116.0.1938.10

* Use SRI hashes
2023-07-11 22:19:39 +02:00
Martin Weinelt
0565f0e6c5
firefox-devedition-unwrapped: 116.0b2 -> 116.0b3 2023-07-11 17:32:43 +02:00
Martin Weinelt
620e61fe90
firefox-beta-unwrapped: 116.0b2 -> 116.0b3 2023-07-11 17:31:57 +02:00
Martin Weinelt
477dab6b5c
firefox-bin-unwrapped: 115.0.1 -> 115.0.2
https://www.mozilla.org/en-US/firefox/115.0.2/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-26/

Fixes: CVE-2023-3600
2023-07-11 17:29:03 +02:00
Martin Weinelt
cebf20a1a1
firefox-unwrapped: 115.0esr -> 115.0.2esr
https://www.mozilla.org/en-US/firefox/115.0.1/releasenotes/
https://www.mozilla.org/en-US/firefox/115.0.2/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-26/

Fixes: CVE-2023-3600
2023-07-11 17:28:18 +02:00
Martin Weinelt
4bf04dcdbd
firefox-unwrapped: 115.0.1 -> 115.0.2
https://www.mozilla.org/en-US/firefox/115.0.2/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-26/

Fixes: CVE-2023-3600
2023-07-11 17:28:12 +02:00
Weijia Wang
e3f6193f4a
Merge pull request #242476 from r-ryantm/auto-update/firefox-beta-bin-unwrapped
firefox-beta-bin-unwrapped: 115.0b9 -> 116.0b2
2023-07-11 16:32:53 +03:00
Weijia Wang
24654cf229
Merge pull request #242746 from r-ryantm/auto-update/librewolf-unwrapped
librewolf-unwrapped: 115.0-1 -> 115.0.1-1
2023-07-11 16:31:20 +03:00
Nick Cao
064b4c55b8
Merge pull request #242718 from primeos/chromiumDev
chromiumDev: 116.0.5845.4 -> 116.0.5845.14
2023-07-11 09:19:59 +08:00
R. Ryantm
deb25e39fa librewolf-unwrapped: 115.0-1 -> 115.0.1-1 2023-07-11 01:15:38 +00:00
Michael Weiss
38e60b74ce
chromiumDev: 116.0.5845.4 -> 116.0.5845.14 2023-07-10 23:23:43 +02:00
Sean Buckley
7e9c6274d6 brave: 1.52.129 -> 1.52.130
https://community.brave.com/t/release-channel-1-52-130/495342/1
2023-07-10 13:34:24 -04:00
R. Ryantm
5820115420 vivaldi: 6.0.2979.22 -> 6.1.3035.111 2023-07-10 05:51:50 +00:00
Sandro
b840c45d39
Merge pull request #241160 from OPNA2608/update/palemoon-bin
palemoon-bin: 32.2.0 -> 32.2.1
2023-07-09 17:06:01 +02:00
R. Ryantm
02b720784c firefox-beta-bin-unwrapped: 115.0b9 -> 116.0b2 2023-07-09 13:33:46 +00:00
squalus
7d7c7bc3f6 librewolf: 114.0.2-1 -> 115.0-1 2023-07-08 14:54:19 -07:00
Atemu
67eec418ab
Merge pull request #240860 from Atemu/fhsenv-no-multiarch
buildFHSEnv: disable multiArch by default
2023-07-08 13:53:41 +02:00
Martin Weinelt
76ea3c274f
Merge pull request #242102 from mweinelt/firefox-116.0b2
firefox-{beta,devedition}-unwrapped: 115.0b9 -> 116.0b2
2023-07-07 21:38:01 +02:00