Commit Graph

31 Commits

Author SHA1 Message Date
Artturi
cf4b4ea590
Merge pull request #199134 from uninsane/pr/librewolf-unsigned 2023-04-08 01:50:19 +03:00
R. Ryantm
830b112ebb librewolf-unwrapped: 111.0-3 -> 111.0.1-1 2023-03-27 11:03:05 +00:00
R. Ryantm
4e0ac3aabc librewolf-unwrapped: 111.0-2 -> 111.0-3 2023-03-18 08:26:06 +00:00
squalus
588c08e9ef librewolf: 110.0.1-1 -> 111.0-2
asdf
2023-03-15 10:20:02 -07:00
squalus
4dbf6c0264 librewolf: 110.0-1 -> 110.0.1-1 2023-03-01 08:05:59 -08:00
squalus
a2cc3e37ec librewolf: 109.0.1-2 -> 110.0-1 2023-02-15 07:37:32 -08:00
squalus
3aa4302223 librewolf: 109.0-1 -> 109.0.1-2 2023-02-05 11:28:03 -08:00
R. Ryantm
777af4cd29 librewolf-unwrapped: 108.0.2-1 -> 109.0-1 2023-01-17 12:43:16 +00:00
R. Ryantm
4ab1d83449 librewolf-unwrapped: 108.0.1-1 -> 108.0.2-1 2023-01-12 18:17:21 +00:00
R. Ryantm
b1acd65415 librewolf-unwrapped: 108.0-1 -> 108.0.1-1 2022-12-22 06:43:18 +00:00
squalus
5046b3bd1a librewolf: 107.0.1-2 -> 108.0-1 2022-12-14 09:34:30 -08:00
squalus
04a55b4bcb librewolf: 107.0-1 -> 107.0.1-2 2022-12-04 12:39:32 -08: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
squalus
9a2f7b878c librewolf: 106.0.3-1 -> 107.0-1 2022-11-15 11:11:11 -08:00
colin
6c8f82937f librewolf: build with MOZ_REQUIRE_SIGNING = ""
this allows sideloading unsigned browser extensions (via the
`nixExtensions` option in the [firefox-wrapper]). i believe librewolf
is meant to allow unsigned sideloading, based on upstream discussions
and this bit that already exists in ./librewolf.nix:

```nix
extraConfigureFlags = [
    "--with-unsigned-addon-scopes=app,system"
    "--allow-addon-sideload"
];
```

but Mozilla changed some defaults over the years. this `MOZ_REQUIRE_SIGNING`
option is mentioned [upstream] and we can see that the arch [[pkgbuild]]
clears it in a similar manner.

[upstream]: https://gitlab.com/librewolf-community/browser/arch/-/issues/49
[pkgbuild]: https://gitlab.com/librewolf-community/browser/arch/-/blob/master/PKGBUILD#L95
[firefox-wrapper]: pkgs/applications/networking/browsers/firefox/wrapper.nix
2022-11-07 21:35:00 -08:00
squalus
f7ef72305d librewolf: 106.0.1-1 -> 106.0.3-1 2022-11-01 09:37:17 -07:00
Vladimír Čunát
61598203a4
librewolf: fix build on aarch64-linux by upstream patch
https://hydra.nixos.org/build/196437728
Same as c08efaf08 for firefox.

Cleanup of the nix expression was needed; the previous patch file
didn't even exist (anymore?)
2022-10-26 09:43:52 +02:00
squalus
6c47447c74 librewolf: 105.0.1-1 -> 106.0.1-1 2022-10-21 22:24:00 -07:00
squalus
2fa99053a6 librewolf: 105.0-1 -> 105.0.1-1 2022-09-29 09:36:48 -07:00
squalus
b0517e5db9 librewolf: 104.0-1 -> 105.0-1 2022-09-22 10:59:49 -07:00
squalus
eb3cea96da librewolf: 103.0.1-2 -> 104.0-1 2022-08-27 12:50:50 -07:00
squalus
d5627b30e9 librewolf: 103.0-1 -> 103.0.2-1 2022-08-13 10:25:22 -07:00
squalus
4042f5e34b librewolf: 102.0.1-1 -> 103.0-3 2022-07-28 23:40:06 -07:00
squalus
6e87ec8162 librewolf: 102.0-2 -> 102.0.1-1 2022-07-10 13:33:14 -07:00
squalus
478940e2c7 librewolf: add nixos test
- support librewolf in the firefox nixos test
- use the correct binary name
- ensure autoplay is always on for the audio test, since
  librewolf disables it by default
2022-07-08 17:40:24 -07:00
squalus
55c5a83c4c librewolf: 101.0.1-1 -> 102.0-2 2022-07-02 10:45:33 -07:00
squalus
dcd55dbd5b librewolf: 100.0.2-1 -> 101.0.1-1 2022-06-12 20:33:13 -07:00
squalus
ca2dc3cac3 librewolf: 100.0-3 -> 100.0.2-1 2022-05-26 21:29:31 -07:00
Martin Weinelt
318fae87c0
buildMozillaMach: Add distribution identifier and distribution.ini
Adds a distribution id useful for aggregation of crash statistics.

Also creates a NixOS flavor, visible through the About window, that is
also exposed through telemetry data, if enabled.
2022-05-19 23:12:47 +02:00
squalus
697f9a7453 librewolf: 100.0-2 -> 100.0-3 2022-05-12 16:56:24 -07:00
squalus
b1571265b5 librewolf: move out of firefox directory
Simplifies Firefox maintenance. See #160520

- make the firefox common.nix available from the top level as
  buildMozillaMach
- use new buildMozillaMach function in librewolf expressions
- minor changes to update script
2022-05-10 00:10:21 -07:00