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: 3af00107ea2e
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 6b244a4a944e
Choose a head ref
  • 8 commits
  • 5 files changed
  • 7 contributors

Commits on Aug 4, 2018

  1. gnome3.gdm: fix session chooser

    We are patching GDM to respect GDM_SESSIONS_DIR environment
    variable, which we are setting in the GDM module. Previously, we
    only took care of a single code path, the one that handled session
    start-up; missing the one obtaining the list of sessions.
    
    This commit patches the second code path, and also whitelists the
    GDM_SESSIONS_DIR so that it can be passed to the greeter.
    
    Fixes #34101
    jtojnar authored and thefloweringash committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    c75ef82 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. nix: don't use /tmp for the tests on darwin

    Unlike on linux these are not namespaced per user so this will cause
    build failures if /tmp/nix-test was not removed by a previous build if
    the nixbld user id doesn't match by accident. Nix already creates a
    unique tempdir for builds so we can use that instead.
    
    Fixes #44172
    
    (cherry picked from commit 77a9745)
    LnL7 committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    fc0ce75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44449 from thefloweringash/backport-gdm-fix

    gnome3.gdm: fix session chooser (backport to 18.03)
    xeji committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    831ac69 View commit details
    Browse the repository at this point in the history
  3. exiv2: include recent Debian security patches (#44446)

    This patchset contains patches against:
    
    * CVE-2018-10998
    * CVE-2018-11531
    * CVE-2018-12264
    * CVE-2018-12265
    
    Also adding GPL2 license.
    
    Re #43716 (add missing licenses)
    
    Re #44458 (vulnerability roundup 46 - 18.03)
    
    (cherry picked from commit 18e0d4f711f9ed3483c18efa498b1592c5f9c3f6)
    Christian Kauhaus authored and vcunat committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    2d2c2df View commit details
    Browse the repository at this point in the history
  4. sharutils: Patch CVE-2018-1000097

    (cherry picked from commit 1571c1f6631daaeae7db43983500ba3412ab6080)
    NeQuissimus committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    beb3738 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c07ee1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29aa7ea View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Merge pull request #44525 from etu/1803-php-upgrades

    php: 5.6.36 -> 5.6.37, 7.0.30 -> 7.0.31
    adisbladis committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    6b244a4 View commit details
    Browse the repository at this point in the history