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
base: 7e3647c66512
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 853bea47e356
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 29, 2019

  1. firefoxPackages: support building with firefox 65

    Firefox >=65 will depend on icu >=63. All the older firefox versions
    (and derived packages) seem to work fine with this change.
    
    Also the system path environment patch will fail to apply since there
    was a trivial whitespace change in the source file. By adding `-l` to
    patch we can avoid having to track two patches that do basically the
    same. Having patchFlags per file without resorting to pre-/postPatch
    would be nicer but there doesn't seem to be a facility for that right
    now.
    andir committed Jan 29, 2019
    Copy the full SHA
    08ba4f1 View commit details
    Browse the repository at this point in the history
  2. nss: 3.41 -> 3.42

    andir committed Jan 29, 2019
    Copy the full SHA
    604bd48 View commit details
    Browse the repository at this point in the history
  3. firefox: 64.0.2 -> 65.0

    There have been some more changes to the source tree which broke the
    buildconfig patch. This commit adds another patch that can be used for
    the future versions. Once all the flavors are based off a new(ish)
    firefox release we can remove the old patch.
    andir committed Jan 29, 2019
    Copy the full SHA
    cb7f736 View commit details
    Browse the repository at this point in the history
  4. firefox-bin: 64.0.2 -> 65.0

    andir committed Jan 29, 2019
    Copy the full SHA
    58c657b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Copy the full SHA
    10024f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54504 from andir/firefox65

    firefox 65
    flokli committed Jan 30, 2019
    Copy the full SHA
    853bea4 View commit details
    Browse the repository at this point in the history