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: d729fdcd6ecf
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: ab9968440863
Choose a head ref
  • 15 commits
  • 30 files changed
  • 10 contributors

Commits on Nov 10, 2019

  1. roundcube: 1.3.10 -> 1.4.0

    https://roundcube.net/news/2019/11/09/roundcube-1.4.0-released
    
    * `curl` cmd in the test can fail as roundcube returns a http/401 if
      unauthorized (and we're explicitly requesting the login form). By
      checking if the `persistent_login` plugin is loaded, the assertion is
      still valid)
    
    * Use `$argv[0]` to determine install path in the installer script. I'm
      not exactly sure why, but it seems as `__DIR__` now resolves symlinks
      which breaks the installer if roundcube is in a `buildEnv` with
      third-party plugins.
    Ma27 committed Nov 10, 2019
    Copy the full SHA
    d75c296 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. nixos/slim: remove

    The SLIM project is abandoned and their last release was in 2013.
    Because of this it poses a security risk to systems, no one is working
    on it or picked up maintenance. It also lacks compatibility with systemd
    and logind sessions. For users, there liikely isn't anything like slim
    that's as lightweight in terms of dependencies.
    worldofpeace committed Nov 11, 2019
    Copy the full SHA
    ce26b3e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3d25632 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9c7db09 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Copy the full SHA
    cc780aa View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. doc/contributing: mention the word “backporting” for grep-ability

    When a contributor wants to know how to do this ominous “backporting”
    everybody is talking about, a grep should be enough to find it.
    Profpatsch committed Nov 15, 2019
    Copy the full SHA
    85c2bb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73459 from Profpatsch/nixpkgs-manual-mention-back…

    …port
    
    doc/contributing: mention the word “backporting” for grep-ability
    flokli committed Nov 15, 2019
    Copy the full SHA
    c0f0cb6 View commit details
    Browse the repository at this point in the history
  3. ntl: 11.3.4 -> 11.4.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/ntl/versions
    
     (#71728)
    r-ryantm authored and c0bw3b committed Nov 15, 2019
    Copy the full SHA
    2685391 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72214 from tekeri/feature/add-perl-module-crypt-ecb

    perlPackages.CryptECB: init at 2.21
    c0bw3b committed Nov 15, 2019
    Copy the full SHA
    d6fa540 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #73251 from worldofpeace/remove-slim

    nixos/slim: remove
    worldofpeace committed Nov 15, 2019
    Copy the full SHA
    4583e29 View commit details
    Browse the repository at this point in the history
  6. nixos/lorri: add to environment.systemPackages

    most likely, people enabling the lorri module also want to use it,
    without explicitly having to add it to users.users.<username>.packages.
    
    cc @curiousleo @Profpatsch
    flokli committed Nov 15, 2019
    Copy the full SHA
    fd7d88f View commit details
    Browse the repository at this point in the history
  7. riot-desktop: fix missing tray icon

    The tray icon has always been missing for me (on sway / waybar).
    It turns out that it is looked up in a different location than where we package it.
    
    Overall, it seems we are not at all following the upstream layout as can
    be seen in data.tar.xz available at packages.riot.im/debian/pool/main/r/riot-web/riot-web_1.4.2_amd64.deb
    
    This is a small fix that works for me. May not be optimal :-).
    layus authored and bjornfor committed Nov 15, 2019
    Copy the full SHA
    9d10b20 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #73462 from flokli/lorri-module-systempackage

    nixos/lorri: add to environment.systemPackages
    flokli committed Nov 15, 2019
    Copy the full SHA
    01f0b32 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    75667c2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #73169 from Ma27/bump-roundcube

    roundcube: 1.3.10 -> 1.4.0
    globin committed Nov 15, 2019
    Copy the full SHA
    ab99684 View commit details
    Browse the repository at this point in the history