Commit Graph

1324 Commits

Author SHA1 Message Date
Martin Weinelt
7aa1e5d832
firefox-beta-unwrapped: 119.0b4 -> 119.0b9 2023-10-22 00:59:26 +02:00
Martin Weinelt
768404a9ce
firefox-unwrapped: 118.0.1 -> 118.0.2
https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/
2023-10-17 22:04:37 +02:00
chayleaf
190ea7b09e keepassxc: add firefox native messaging host file
When using a Firefox fork, upstream package relies on you entering the
browser user config path manually and writes the native messaging host
file to that path. It should be much more convenient to manage it in
Nix.
2023-10-13 05:43:46 +07:00
Christina Sørensen
1b17ed5917
firefox: default to speech synthesis enabled
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-07 09:04:11 +02:00
Martin Weinelt
a3fbffbecf
Merge pull request #258577 from A1ca7raz/thunderbird-add-libcanberra
thunderbird: add libcanberra to libs to fix notification sound
2023-10-05 15:38:29 +02:00
Martin Weinelt
650e9ff5e1 firefox-devedition-unwrapped: 118.0b7 -> 119.0b4 2023-10-03 11:24:38 +02:00
Martin Weinelt
1b4851c264 firefox-beta-unwrapped: 118.0b7 -> 119.0b4 2023-10-03 11:24:04 +02:00
A1ca7raz
64b870f0e2 thunderbird: add libcanberra to libs to fix notification sound 2023-10-02 19:58:16 +08:00
Martin Weinelt
b916623e55
firefox-esr-115-unwrapped: 115.3.0esr -> 115.3.1esr
https://www.mozilla.org/en-US/firefox/115.3.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-44/
2023-09-29 04:38:08 +02:00
Martin Weinelt
61b404d263
firefox-unwrapped: 118.0 -> 118.0.1
https://www.mozilla.org/en-US/firefox/118.0.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-44/
2023-09-29 04:38:07 +02:00
Martin Weinelt
d801a1b980
Merge pull request #257265 from mweinelt/firefox-118.0
Firefox 118.0, 115.3.0esr
2023-09-25 23:28:12 +02:00
Martin Weinelt
b4f257a640
Merge pull request #253440 from rnhmjoj/pr-fix-firefox
firefox wrapper: fix merging of policies files
2023-09-25 20:59:48 +02:00
Martin Weinelt
63971ee519
firefox-esr-115-unwrapped: 115.2.1esr -> 115.3.0esr
https://www.mozilla.org/en-US/firefox/115.3.0/releasenotes/
2023-09-25 16:04:21 +02:00
Martin Weinelt
33da8de2cf
firefox-unwrapped: 117.0.1 -> 118.0
https://www.mozilla.org/en-US/firefox/118.0/releasenotes/
2023-09-25 16:03:00 +02:00
Martin Weinelt
9a43d5fdb2 firefox-devedition-unwrapped: 117.0b9 -> 118.0b7 2023-09-12 20:37:37 +02:00
Martin Weinelt
367483fc34 firefox-beta-unwrapped: 117.0b9 -> 118.0b7 2023-09-12 20:37:37 +02:00
Martin Weinelt
5c31619d98 firefox-esr-115-unwrapped: 115.2.0esr -> 115.2.1esr
https://www.mozilla.org/en-US/firefox/115.2.1/releasenotes/
https://www.mozilla.org/security/advisories/mfsa2023-40/
2023-09-12 20:37:37 +02:00
Martin Weinelt
11bb7e38dc firefox-unwrapped: 117.0 -> 117.0.1
https://www.mozilla.org/en-US/firefox/117.0.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/
2023-09-12 20:37:37 +02:00
ajs124
0a3aa06b53
Merge pull request #253739 from mweinelt/firefox-102-removal
firefox-esr-102-unwrapped: remove
2023-09-09 19:25:42 +02:00
Martin Weinelt
ba881ef613
firefox-esr-102-unwrapped: remove
The Firefox ESR 102.0 series has reached its end of life.

Removes package and test and references to them.
2023-09-07 01:17:27 +02:00
Vladimír Čunát
82527892e4 firefox-esr: use nss_esr as intended
Firefox 115 is meant against nss 3.90, as you can see e.g. in
https://hg.mozilla.org/releases/mozilla-release/file/FIREFOX_115_0_3_RELEASE/security/nss/TAG-INFO
2023-09-06 17:08:52 +02:00
rnhmjoj
800133566d
firefox wrapper: fix merging of policies files
If multiple extraPolicies or extraPoliciesFiles are given, the JSON
objects are merged using `jq` with the `a + b` operator, which simply
combines all the unique keys of `a`, `b` with the duplicated keys from
`b`, without recursion.
This strategy is completely wrong in this case: as policy files consists
of a single key, "policies", all that happens is that `b` takes over, in
other words:

    $(jq -s '.[0] + .[1]' a b) == $(cat b)

So there is no merging at all, the final policies.json file is simply
the last file in the list.

The `a * b` operation should be used instead, which performs the merge
by recursing in each key.
2023-09-05 16:28:57 +02:00
Martin Weinelt
58f067329f
firefox-esr-115-unwrapped: 115.1.0esr -> 115.2.0esr
https://www.mozilla.org/en-US/firefox/115.2.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-36/

Fixes: CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4577,
       CVE-2023-4051, CVE-2023-4578, CVE-2023-4053, CVE-2023-4580,
       CVE-2023-4582, CVE-2023-4583, CVE-2023-4584, CVE-2023-4585
2023-08-29 15:46:09 +02:00
Martin Weinelt
504e70de47
firefox-esr-102-unwrapped: 102.14.0esr -> 102.15.0esr
https://www.mozilla.org/en-US/firefox/102.15.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-35/

Fixes: CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4584
2023-08-29 15:46:09 +02:00
Michael Adler
c6cf5414b6
firefox-unwrapped: 116.0.3 -> 117.0
https://www.mozilla.org/en-US/firefox/117.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2023-34/

Fixes: CVE-2023-4573, CVE-2023-4574, CVE-2023-4575, CVE-2023-4577,
       CVE-2023-4578, CVE-2023-4579, CVE-2023-4580, CVE-2023-4582,
       CVE-2023-4583, CVE-2023-4584, CVE-2023-4585
2023-08-29 15:44:56 +02:00
Martin Weinelt
8482fe2b11
Merge pull request #249131 from jopejoe1/firefox
firefox-{beta,devedition}-{bin-}unwrapped: 117.0b5 -> 117.0b9
2023-08-19 21:53:51 +02:00
jopejoe1
ed0d0baef0 firefox-devedition-unwrapped: 117.0b5 -> 117.0b9 2023-08-19 12:01:02 +02:00
jopejoe1
303a86bbc0 firefox-beta-unwrapped: 117.0b5 -> 117.0b9 2023-08-19 12:00:18 +02:00
Martin Weinelt
2b8f4fe2fa
firefox-unwrapped: 116.0.2 -> 116.0.3
https://www.mozilla.org/en-US/firefox/116.0.3/releasenotes/
2023-08-17 15:03:33 +02:00
R. Ryantm
b8cf6b8f1c
firefox-unwrapped: 116.0.1 -> 116.0.2
https://www.mozilla.org/en-US/firefox/116.0.2/releasenotes/
2023-08-15 15:44:52 +02:00
jopejoe1
8cc45b6fd7 firefox-devedition-unwrapped: 117.0b3 -> 117.0b5 2023-08-09 13:54:13 +02:00
jopejoe1
2f6931f802 firefox-beta-unwrapped: 117.0b3 -> 117.0b5 2023-08-09 13:53:27 +02:00
Martin Weinelt
09464624dd
Merge pull request #247222 from mweinelt/firefox-117.0.b3
firefox-{beta,devedition}-{,bin-}unwrapped: upgrade to 117.0b3
2023-08-06 00:40:59 +02:00
Martin Weinelt
10e59781be
firefox-devedition-unwrapped: 116.0b8 -> 117.0b3 2023-08-04 23:16:02 +02:00
Martin Weinelt
2b01c7cc74
firefox-beta-unwrapped: 116.0b8 -> 117.0b3 2023-08-04 23:15:35 +02:00
Martin Weinelt
bc5eb66814
firefox-unwrapped: 116.0 -> 116.0.1
https://www.mozilla.org/en-US/firefox/116.0.1/releasenotes/
2023-08-04 23:10:10 +02:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
Martin Weinelt
88e23bcaf7
firefox-esr-102-unwrapped: 102.13.0esr -> 102.14.0esr
https://www.mozilla.org/en-US/firefox/102.14.0/releasenotes/
2023-08-01 01:43:26 +02:00
Martin Weinelt
e6f8d33ee8
firefox-esr-115-unwrapped: 115.0.3esr -> 115.1.0esr
https://www.mozilla.org/en-US/firefox/115.1.0/releasenotes/
2023-08-01 01:42:41 +02:00
Martin Weinelt
5296e4d48f
firefox-unwrapped: 115.0.3 -> 116.0
https://www.mozilla.org/en-US/firefox/116.0/releasenotes/
2023-08-01 01:40:45 +02:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
R. RyanTM
0b5456b363
firefox-unwrapped: 115.0.2 -> 115.0.3 (#246324)
https://www.mozilla.org/en-US/firefox/115.0.3/releasenotes/
2023-07-31 12:46:43 +02:00
Martin Weinelt
62c76b3411
Merge pull request #244328 from mweinelt/firefox-115.0.3
firefox-esr-115-unwrapped: 115.0.2eser -> 115.0.3esr
2023-07-31 01:42:40 +02:00
Martin Weinelt
6b13c6227c
firefox-devedition-unwrapped: 116.0b3 -> 116.0b8 2023-07-30 16:01:15 +02:00
Martin Weinelt
aaeea6ae80
firefox-beta-unwrapped: 116.0b3 -> 116.0b8 2023-07-30 15:37:02 +02:00
PedroHLC ☭
ad5505f0b2
fx_cast_bridge: rename to fx-cast-bridge 2023-07-26 14:15:58 -03:00
Martin Weinelt
086994c207
Merge pull request #244766 from linsui/thunderbird
firefox: remove app.partner.nixos
2023-07-22 12:16:03 +02:00
linsui
ff526a0699 firefox: remove app.partner.nixos 2023-07-22 13:05:32 +08:00
Martin Weinelt
b6e5966ebd
Merge pull request #225115 from amjoseph-nixpkgs/pr/firefox/late-bind-xdg-utils
firefox: late-bind xdg-utils if broken
2023-07-21 17:54:48 +02:00
Martin Weinelt
0e86572b92
firefox-esr-115-unwrapped: 115.0.2eser -> 115.0.3esr
https://www.mozilla.org/en-US/firefox/115.0.3esr/releasenotes/
2023-07-19 13:29:14 +02:00