Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 06a45eb0b28f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81c5fd3ce096
Choose a head ref
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Nov 29, 2016

  1. Revert "Revert "firefox: 49.0.2 -> 50.0""

    This reverts commit fc711b5.
    
    Broken video playback is serious, but 50.0.1 includes important
    security updates we want to release.
    grahamc authored and Graham Christensen committed Nov 29, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    nomadium Miguel Landaeta
    Copy the full SHA
    c83bd77 View commit details
  2. firefox: 50.0 -> 5.0.1 for CVE-2016-9078

    (cherry picked from commit b04e23b)
    grahamc authored and Graham Christensen committed Nov 29, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bd39c43 View commit details
  3. firefox-bin: 49.0 -> 49.0.2

    taku0 authored and Graham Christensen committed Nov 29, 2016
    Copy the full SHA
    166fc3d View commit details
  4. firefox-bin: 49.0.2 -> 50.0 (#20434)

    (cherry picked from commit 76b1413)
    taku0 authored and Graham Christensen committed Nov 29, 2016
    Copy the full SHA
    ff9eb69 View commit details
  5. firefox-bin: 50.0 -> 50.0.1

    (cherry picked from commit 2d341ca)
    taku0 authored and Graham Christensen committed Nov 29, 2016
    Copy the full SHA
    3bf46ba View commit details

Commits on Dec 1, 2016

  1. Merge pull request #20792 from grahamc/backport-firefox-50.0.1

    Backport firefox 50.0.1
    grahamc authored Dec 1, 2016
    Copy the full SHA
    81c5fd3 View commit details
Showing with 185 additions and 185 deletions.
  1. +183 −183 pkgs/applications/networking/browsers/firefox-bin/sources.nix
  2. +2 −2 pkgs/applications/networking/browsers/firefox/default.nix
366 changes: 183 additions & 183 deletions pkgs/applications/networking/browsers/firefox-bin/sources.nix

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
@@ -140,8 +140,8 @@ in {

firefox-unwrapped = common {
pname = "firefox";
version = "49.0.2";
sha512 = "e9daa62c8e645ec034f1435afb579ddb5c503db313ea0cc3e48b7508f8368028979de07ca1426cc4c0f3ae82756f39dcb3b349712d520b8503a34afbd443fb1e";
version = "50.0.1";
sha512 = "3gz7z5vk5zzwy6zzay4s72rbjmlgdgbij859ppzx6h38vhljj4vl7s9g5rg2byx9vjar593i9jhx46mr8bzr3530291aq8a7qmss4hw";
};

firefox-esr-unwrapped = common {