Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 82b5f87fcc71
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f45ccd9d20b4
Choose a head ref
  • 9 commits
  • 10 files changed
  • 8 contributors

Commits on May 18, 2020

  1. dovecot: 2.3.9.3 -> 2.3.10

    (cherry picked from commit 8d08f45)
    r-ryantm authored and mweinelt committed May 18, 2020
    Copy the full SHA
    9e78133 View commit details
    Browse the repository at this point in the history
  2. dovecot: v2.3.10 → v2.3.10.1

    Fixes: CVE-2020-10957, CVE-2020-10958, CVE-2020-10967
    (cherry picked from commit 6cf4885)
    mweinelt committed May 18, 2020
    Copy the full SHA
    9293520 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. bcompare - 4.3.2.24472 -> 4.3.4.24657 (#84521)

    Co-authored-by: Milan Pässler <mil@nyantec.com>
    (cherry picked from commit 92688a1)
    CloudArtAdmins authored and Ekleog committed May 19, 2020
    Copy the full SHA
    42b96df View commit details
    Browse the repository at this point in the history
  2. skypeforlinux: 8.59.0.77 -> 8.60.0.76

    (cherry picked from commit f44e3d4)
    lsix authored and bjornfor committed May 19, 2020
    Copy the full SHA
    1f80b4d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. aws-sdk-cpp: Fix library and include paths in generated cmake files

    AWS's SDK by default tries to prepend its install root to each of the
    library paths; this obviously fails with the absolute paths that Nix
    gives it. Worse, it computes the installation root by walking up the
    filesystem from its cmake file, so even if the AWSSDK_ROOT_DIR is
    explicitly set to the root directory, it gets replaced with the path
    to the derivation's dev output.
    
    This is all fixed with a patch to the cmake files that generate the
    installed configuration.
    
    Once this is fixed, it *still* doesn't work because the export
    generator built into cmake insists on adding `$out/include` to the
    header search path; when importing this configuration in another
    package, cmake will fail because `$out/include` doesn't exist (After
    all, it was relocated by a fixup hook). A small postFixupHook will
    recreate the directory and make cmake happy.
    
    (cherry picked from commit 9d78852)
    thequux authored and bhipple committed May 20, 2020
    Copy the full SHA
    015ac0c View commit details
    Browse the repository at this point in the history
  2. boost: Fix library and include paths in generated cmake files

    Boost generates its installed cmake configuration using custom logic
    in its own build system; while this logic *knows* where it should be
    installed, the generated config overrides the correct information with
    new paths based on the location of the cmake configuration file in an
    attempt to let the package be relocated after installation.
    
    This patch simply undoes that.
    
    (cherry picked from commit 777df0b)
    thequux authored and bhipple committed May 20, 2020
    Copy the full SHA
    afb1e72 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    81d9be3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #88240 from kthielen/hobbes/20200519

    [20.03] hobbes: 2020-03-10 -> 2020-05-19
    bhipple committed May 20, 2020
    Copy the full SHA
    942ce73 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #88081 from mweinelt/20.03/dovecot

    [20.03] dovecot: v2.3.9.3 → v2.3.10.1
    andir committed May 20, 2020
    Copy the full SHA
    f45ccd9 View commit details
    Browse the repository at this point in the history