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: 81bddc68d750
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 847bf0b8f170
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 18, 2020

  1. kinit: Increase environment size limit

    start_kdeinit reads its environment over a pipe from start_kdeinit_wrapper. For
    security, each environment entry must be smaller than 4kb by default. Qt-based
    applications in Nixpkgs may have larger environments, and the recent upgrade to
    Plasma 5.17 pushed start_kdeinit_wrapper over the limit. The limit is now
    extended to 16kb.
    
    This problem was not detected during testing because the failure is silent:
    start_kdeinit will continue with an empty environment. In other circumstances,
    this strategy might work, but it does not work on NixOS. This failure is now
    treated as a fatal error.
    
    Fixes: #79707
    (cherry picked from commit c758609)
    ttuegel committed Feb 18, 2020
    Copy the full SHA
    06c59c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34becef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    170f305 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7294b28 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    847bf0b View commit details
    Browse the repository at this point in the history