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: 2bbbd59969a0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c84e1e7400a1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 10, 2017

  1. chromium: 62.0.3202.75 -> 62.0.3202.89

    Includes security fixes for CVE-2017-15398 and CVE-2017-15399.
    
    Also fixes builds for beta and dev branches:
    - backport https://webrtc-review.googlesource.com/9384 to fix build for
      new webrtc revision
    - for dev branch fix gn bootstrap, see
      https://chromium-review.googlesource.com/758584
    - for 63+ manpage now is not generated during ninja build, it is
      processed with sed using packagers tools included in sources
    
    (cherry picked from commit 7105bb6)
    YorikSar authored and bendlas committed Nov 10, 2017
    Copy the full SHA
    4fadb2f View commit details
    Browse the repository at this point in the history
  2. chromium: fix .desktop file name

    The desktop file must be name "chromium-browser.desktop" because it is
    used as-is when setting chromium as the default browser.
    
    See https://cs.chromium.org/chromium/src/chrome/browser/shell_integration_linux.cc?l=657&rcl=34b92857a547538555be6a38e95f7e95ab9b6842
    
    fixes #23518
    
    (cherry picked from commit c7f00e3)
    layus authored and bendlas committed Nov 10, 2017
    Copy the full SHA
    2ccdda3 View commit details
    Browse the repository at this point in the history
  3. chromium: hardcode xdg_utils path in system calls

    ref #23518
    
    (cherry picked from commit 84fb41d)
    layus authored and bendlas committed Nov 10, 2017
    Copy the full SHA
    c84e1e7 View commit details
    Browse the repository at this point in the history