Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 758144ea44c1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08aea7c3c6ba
Choose a head ref
  • 11 commits
  • 6 files changed
  • 8 contributors

Commits on May 5, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    e877435 View commit details
  2. utillinux: patch CVE-2018-7738 (upstream)

    On nixpkgs master/staging we have 2.32 - that includes this patch.
    https://nvd.nist.gov/vuln/detail/CVE-2018-7738 claims 2.32-rc1 fixes
    this and upstream master hasn't changed umount completion except for
    this patch, so it has to be it. /cc #38994.
    vcunat committed May 5, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    7979cb5 View commit details

Commits on May 6, 2018

  1. Merge #39979: llvm5: 5.0.1 -> 5.0.2

    (cherry picked from commit 8994bf5)
    LnL7 authored and vcunat committed May 6, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    ff510fd View commit details

Commits on May 7, 2018

  1. shutter: wrap XDG_DATA_DIRS with hicolor-icon-theme

    When opening `shutter` it adds an indicator icon to the status bar.
    However this doesn't happen (and an ugly default icon will be used) if
    `shutter` can't find the `hicolor-icon-theme`. In such a case a warning
    like this can be found in `stderr`:
    
    ```
    Gtk-WARNING **: Could not find the icon 'image-png'. The 'hicolor' theme
    was not found either, perhaps you need to install it.
    ```
    
    As I don't think that we should force users to install this theme
    globally and several other packages including `tor-browser`, `gparted`
    or `clawsmail` add `hicolor-icon-theme` to their closure this seems to
    be a fair measure.
    
    (cherry picked from commit 40226e6)
    Ma27 authored and fpletz committed May 7, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    92e6593 View commit details
  2. shutter: add missing dependencies for Screenshot->Export (Ctrl+U) sup…

    …port
    
    However, none of the exporters I tried actually _worked_, but now
    shutter at least returns an error to the user (pop-up UI element)
    instead of silently hanging and only leaving messages on stdout/stderr
    about the missing deps.
    
    AFAICS, this changes the failure of Screenshot->Export functionality
    from a packaging bug to an application bug (upstream).
    
    (cherry picked from commit 8a5b142)
    bjornfor authored and fpletz committed May 7, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    730247b View commit details
  3. libcue: 2.2.0 -> 2.2.1

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/libcue/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 2.2.1 with grep in /nix/store/lqppvr2arq1jmmdil3519c2y7hhm0vq3-libcue-2.2.1
    - directory tree listing: https://gist.github.com/49da59ef9dfe640d50f9bc6ee72a7457
    
    (cherry picked from commit f08e06b)
    R. RyanTM authored and Mic92 committed May 7, 2018
    Copy the full SHA
    7dceb0a View commit details
  4. mbedtls: 2.7.1 -> 2.7.3

    Security update. master has already 2.9.0
    Mic92 committed May 7, 2018
    Copy the full SHA
    e08245f View commit details
  5. dockerTools: optionally preserve directory symlinks

    In some cases, this seems to save a lot (>40%) of space.
    
    (cherry picked from commit dce2c25)
    Ryan Trinkle authored and Ericson2314 committed May 7, 2018
    Copy the full SHA
    2a17d7c View commit details

Commits on May 8, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    78ac53b View commit details
  2. perlPackages.TypesSerialiser: init at 1.0

    (cherry picked from part of commit 161683e)
    The main point is to fix evaluation after 730247b.
    volth authored and vcunat committed May 8, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    e325c77 View commit details
  3. Revert "Merge #39979: llvm5: 5.0.1 -> 5.0.2"

    This reverts commit ff510fd.
    Moved to staging-18.03; I didn't intend to have this in 18.03 *yet*.
    vcunat committed May 8, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    08aea7c View commit details
Loading