summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox
Commit message (Collapse)AuthorAge
* firefoxPackages.tor-browser-8-0: apply a fix from bugzillaSLNOS2018-10-21
|
* firefoxPackages.tor-browser: 7.5.6 -> 8.0.2SLNOS2018-10-19
| | | | Mostly usable now.
* firefoxPackages: indentSLNOS2018-10-19
|
* firefoxPackages: cleanupSLNOS2018-10-19
| | | | | | | | | | | | Misc cleanups, but mainly this: Before: - `version` could mean either Firefox or TorBrowser version, - `configureFlags` was hacky. Now: - `ffversion` is Firefox version, `tbversion` is TorBrowser version, - `configureFlags` is much less hacky.
* firefox-esr-60: 60.2.1 -> 60.2.2 [critical security fixes]Andreas Rammhold2018-10-03
| | | | | | | | | | | | | | | | | | | | This update bumps the package to the latest stable version containing a few security fixes: - CVE-2018-12386: Type confusion in JavaScript A vulnerability in register allocation in JavaScript can lead to type confusion, allowing for an arbitrary read and write. This leads to remote code execution inside the sandboxed content process when triggered. - CVE-2018-12387 A vulnerability where the JavaScript JIT compiler inlines Array.prototype.push with multiple arguments that results in the stack pointer being off by 8 bytes after a bailout. This leaks a memory address to the calling function which can be used as part of an exploit inside the sandboxed content process. Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
* firefox: 62.0.2 -> 62.0.3 [critical security fixes]Andreas Rammhold2018-10-03
| | | | | | | | | | | | | | | | | | | | This update bumps the package to the latest stable version containing a few security fixes: - CVE-2018-12386: Type confusion in JavaScript A vulnerability in register allocation in JavaScript can lead to type confusion, allowing for an arbitrary read and write. This leads to remote code execution inside the sandboxed content process when triggered. - CVE-2018-12387 A vulnerability where the JavaScript JIT compiler inlines Array.prototype.push with multiple arguments that results in the stack pointer being off by 8 bytes after a bailout. This leaks a memory address to the calling function which can be used as part of an exploit inside the sandboxed content process. Source: https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
* mozilla-plugins/trezor: remove ↵Pavol Rusnak2018-09-29
| | | | | | | | applications/networking/browsers/mozilla-plugins/trezor trezor-mozilla-plugin is no longer maintained software package pkgs/servers/trezord should be used instead
* firefox-esr: 60.2.0esr -> 60.2.1esrtaku02018-09-24
|
* firefox: 61.0.2 -> 62.0.2taku02018-09-22
|
* firefox-esr: 60.1.0esr -> 60.2.0esr, mark 52.9.0esr insecuretaku02018-09-07
|
* firefox: 61.0.2 -> 62.0taku02018-09-04
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* firefox: readd --disable-xcode-checksMatthew Bauer2018-08-23
| | | | Only works on version 61 apparently, but it is needed.
* firefox: remove --disable-xcode-checksMatthew Bauer2018-08-22
| | | Apparently it's not needed anymore!
* firefoxPackages: avoid BINDGEN_CFLAGS on some versionsJan Malakhovski2018-08-21
| | | | ... to fix build; vcunat included the old ESR firefox, too.
* firefox: finish adding default for execdirVladimír Čunát2018-08-17
| | | | 0c633ccf26 just wasn't complete. Now evaluation works for me again.
* Merge branch 'staging-next' into stagingVladimír Čunát2018-08-17
|\
| * firefoxWrapper: Fail if deprecated enableVLC option existsSarah Brofeldt2018-08-12
| |
* | firefox: add default for execdirMatthew Bauer2018-08-14
| | | | | | | | not all of the browsers have this set
* | Merge branch 'staging-next' into stagingVladimír Čunát2018-08-13
|\| | | | | | | Commits from master, conflict resolutions, etc.
| * Merge #44885: firefox*: 61.0.1 -> 61.0.2Vladimír Čunát2018-08-11
| |\
| | * firefox: 61.0.1 -> 61.0.2taku02018-08-09
| | |
| * | firefoxPackages: add licensesMatthew Bauer2018-08-06
| |/ | | | | | | | | tor-browser is bsd3 firefox is mpl20
* | firefox: fix darwin wrapperMatthew Bauer2018-08-11
| | | | | | | | | | - add execdir passthru usually this is /bin on macOS it is different.
* | firefox: build on darwinMatthew Bauer2018-08-11
| | | | | | | | | | | | | | | | | | | | | | Fixes #30285 Some things done: - Add macOS frameworks needed - Fix RUST_BINDGEN handling. We need to pass all of NIX_CFLAGS_COMPILE to rust bindgen - Add custom install phase for darwin
* | firefox: cleanup expressionMatthew Bauer2018-08-11
| | | | | | | | | | | | - Add a few more macOS frameworks needed - Fix RUST_BINDGEN handling. We need to pass all of NIX_CFLAGS_COMPILE to rust bindgen
* | firefox: build on darwinMatthew Bauer2018-08-11
|/ | | | Fixes #30285
* firefox: Add enableBukubrow config optionSilvan Mosberger2018-07-30
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* firefox, firefox-bin: add dependencies for flashplayertaku02018-07-12
|
* wrapFirefox: select correct browserpass outputThomas Tuegel2018-07-07
| | | | | The browserpass native messaging host is in the `bin` output. This may have changed recently.
* firefox: 61.0 -> 61.0.1taku02018-07-06
|
* tor-browser: 52.8.1esr-7.5-1 -> 52.9.0esr-7.5-2SLNOS2018-07-02
|
* Merge older staging with added firefox-related updatesVladimír Čunát2018-06-29
|\
| * Merge #42729: firefox-61 and related updates (security)Vladimír Čunát2018-06-29
| | | | | | | | | | (cherry picked from commit 8ad921dc942b43b8f6ccec529834649585ef0df1) Fast-forwarded to get to master sooner.
* | firefox: add u2f supportTad Fisher2018-06-24
|/
* Merge pull request #40893 from bkchr/plasma_5_13Yegor Timoshenko2018-06-15
|\ | | | | plasma5: 5.12 -> 5.13
| * firefox: Add enablePlasmaBrowserIntegration config optionBastian Köcher2018-06-13
| |
* | Merge a subset of staging (security)Vladimír Čunát2018-06-15
|\ \ | |/ |/| | | | | | | In particular, this contains Firefox-related and libgcrypt updates. Other larger rebuilds would apparently need lots of time to catch up on Hydra, due to nontrivial rebuilds in other branches than staging.
| * firefox-esr: 52.8.0esr -> 52.8.1esr, 60.0.1esr -> 60.0.2esrtaku02018-06-07
| |
| * firefox: 60.0.1 -> 60.0.2taku02018-06-07
| |
* | tor-browser: drop 7.0.x expressionSLNOS2018-06-11
| |
* | tor-browser: 52.8.0esr-7.5-1 -> 52.8.1esr-7.5-1SLNOS2018-06-11
|/
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-05-26
|\
| * tor-browser: 52.7.3esr-7.5-1 -> 52.8.0esr-7.5-1, 52.7.0esr-8.0-1 -> ↵SLNOS2018-05-25
| | | | | | | | 52.8.0esr-8.0-1
* | firefox-esr: 60.0esr -> 60.0.1esrtaku02018-05-18
| |
* | firefox: 60.0 -> 60.0.1taku02018-05-18
| |
* | firefox: fix build on aarch64 with version >= 60Andreas Rammhold2018-05-16
| | | | | | | | | | The firefox build fails with an error referring to ssse2 which doesn't exist on aarch64.
* | firefox-esr: 52.7.4esr -> 52.8.0esr, 60.0esrtaku02018-05-12
| |