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: 10bfa0159c2f
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: 60fe3a123520
Choose a head ref

Commits on Apr 21, 2020

  1. redmine: 4.1.0 -> 4.1.1

    (cherry picked from commit 8eefb7c)
    aanderse committed Apr 21, 2020
    Copy the full SHA
    0811899 View commit details
  2. treewide: add bool type to enable options, or make use of mkEnableOption

    Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
    xaverdh committed Apr 21, 2020
    Copy the full SHA
    33d12d7 View commit details

Commits on Apr 22, 2020

  1. openssl: 1.1.1f → 1.1.1g

    Fixes: CVE-2020-1967
    
    Segmentation fault in SSL_check_chain (CVE-2020-1967)
    =====================================================
    
    Severity: High
    
    Server or client applications that call the SSL_check_chain() function during or
    after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a
    result of incorrect handling of the "signature_algorithms_cert" TLS extension.
    The crash occurs if an invalid or unrecognised signature algorithm is received
    from the peer. This could be exploited by a malicious peer in a Denial of
    Service attack.
    
    OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue.  This
    issue did not affect OpenSSL versions prior to 1.1.1d.
    
    Affected OpenSSL 1.1.1 users should upgrade to 1.1.1g
    
    This issue was found by Bernd Edlinger and reported to OpenSSL on 7th April
    2020. It was found using the new static analysis pass being implemented in GCC,
    - -fanalyzer. Additional analysis was performed by Matt Caswell and Benjamin
    Kaduk.
    
    (cherry picked from commit bb4f468)
    mweinelt committed Apr 22, 2020
    Copy the full SHA
    ab06bb1 View commit details
  2. Merge pull request #85734 from mweinelt/20.03/openssl1.1.1g

    [20.03] openssl: 1.1.1f → 1.1.1g
    worldofpeace authored Apr 22, 2020
    Copy the full SHA
    abd3333 View commit details
  3. Copy the full SHA
    fca299b View commit details
  4. haskellPackages.asn1-types: backport 0.3.3 -> 0.3.4

    backports the fix for vincenthz/hs-asn1#35
    
    (cherry picked from commit cb0e38127c7a66c292e60d7e8c1ab4eeb26c44a4)
    schmittlauch committed Apr 22, 2020
    Copy the full SHA
    e3d36b6 View commit details
  5. Merge pull request #85759 from schmittlauch/staging-bump-asn1-types

    haskellPackages.asn1-types: backport 0.3.3 -> 0.3.4
    cdepillabout authored Apr 22, 2020
    Copy the full SHA
    8b5004f View commit details
  6. git: Allow the update script to target non-latest versions

    This came in handy when I wanted to bump a patch version while avoiding
    a new minor version.
    
    (cherry picked from commit 4848eef)
    James Ottaway authored and primeos committed Apr 22, 2020
    Copy the full SHA
    9b9fa3f View commit details
  7. git: Fix the update.sh script and use HTTPS

    The syntax is ${parameter:-word} (i.e. previously this used
    "latestTag" instead of the actual value).
    (Fixes a regression from #85278.)
    
    Also: Even though getting the latest tag isn't really security critical
    (as long as Git itself is secure against untrusted input), I'd prefer to
    switch from the Git to the HTTPS protocol (for authentication of the
    server and encryption + uses a standard port).
    
    (cherry picked from commit 6660421)
    primeos committed Apr 22, 2020
    Copy the full SHA
    0658740 View commit details
  8. Copy the full SHA
    961dbb2 View commit details
  9. nixpkgs-review: 2.2.0 -> 2.3.0

    (cherry picked from commit 43790ee)
    Mic92 committed Apr 22, 2020
    Copy the full SHA
    c7aa277 View commit details
  10. Merge pull request #85785 from primeos/git-backport-stable

    [20.03] git: 2.25.3 -> 2.25.4 (security, CVE-2020-11008)
    FRidh authored Apr 22, 2020
    Copy the full SHA
    825a88e View commit details
  11. linux: 4.19.116 -> 4.19.117

    (cherry picked from commit e074301)
    kraem committed Apr 22, 2020
    Copy the full SHA
    ebc0cc8 View commit details
  12. linux: 5.4.33 -> 5.4.34

    (cherry picked from commit 18c2b5a)
    kraem committed Apr 22, 2020
    Copy the full SHA
    d4cde17 View commit details
  13. linux: 5.5.17 -> 5.5.19

    (cherry picked from commit 1e23dcb)
    
    original commit bumped version
    linux: 5.5.18 -> 5.5.19
    kraem committed Apr 22, 2020
    Copy the full SHA
    4f8f71a View commit details
  14. luaPackages.luaexpat: unbreak, it builds just fine

    While upgrading my Jabber server to 20.03 I noticed that the package was
    marked broken but builds just fine.
    andir authored and teto committed Apr 22, 2020
    Copy the full SHA
    24e0307 View commit details
  15. Copy the full SHA
    3aa001c View commit details
  16. Merge pull request #85806 from kraem/kraem/linux-bumps-20.03

    [20.03] linux: version bumps
    NeQuissimus authored Apr 22, 2020
    Copy the full SHA
    6ab0695 View commit details
  17. linux: Init 5.6.1

    Change linux_latest to 5.6
    
    (cherry picked from commit 7f56fdd)
    NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    3ab0df6 View commit details
  18. linux: Remove 5.5

    As per stable release policy, all LTS + latest stable kernel are available
    NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    aa7c5b0 View commit details
  19. linux: 5.6.1 -> 5.6.2

    (cherry picked from commit 4fbd9e3)
    NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    ea52291 View commit details
  20. linux: 5.6.2 -> 5.6.3

    (cherry picked from commit 7bd91fe)
    NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    fa5cfac View commit details
  21. linux: 5.6.3 -> 5.6.4

    (cherry picked from commit f6e64fe)
    NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    70a12ca View commit details
  22. linux: 5.6.4 -> 5.6.5

    (cherry picked from commit 4307923)
    kraem authored and NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    792afd5 View commit details
  23. linux: 5.6.5 -> 5.6.6

    (cherry picked from commit c9cf25b)
    kraem authored and NeQuissimus committed Apr 22, 2020
    Copy the full SHA
    a6a08de View commit details

Commits on Apr 23, 2020

  1. Merge pull request #85753 from vaibhavsagar/hakyll-upper-warp

    haskellPackages.hakyll: relax upper bound on warp
    cdepillabout authored Apr 23, 2020
    Copy the full SHA
    0787c45 View commit details
  2. elementary-planner: cleanup

    * add elementary theme
    The program forces this theme to be used
    * update description
    
    (cherry picked from commit 19c3bbf)
    worldofpeace committed Apr 23, 2020
    Copy the full SHA
    b3f8bbf View commit details
  3. pantheon.elementary-greeter: add elementary-gtk-theme

    (cherry picked from commit 6cecb19)
    worldofpeace committed Apr 23, 2020
    Copy the full SHA
    eb7baaf View commit details
  4. pantheon.wingpanel: add elementary-gtk-theme

    (cherry picked from commit 834a49e)
    worldofpeace committed Apr 23, 2020
    Copy the full SHA
    d72fcc5 View commit details
  5. linux: really remove 5.5

    5.5 was removed in NixOS/nixpkgs@aa7c5b0,
    but this attribute was missed, leading to an evaluation failure for the
    nixos-20.03-small channel.
    cole-h committed Apr 23, 2020
    Copy the full SHA
    3f72b7d View commit details
  6. Copy the full SHA
    b3da48e View commit details
  7. tigervnc: fix vncserver

    vncserver of tigervnc doesn't start because xauth is missing from $PATH
    iblech authored and Mic92 committed Apr 23, 2020
    Copy the full SHA
    0321cea View commit details
  8. Copy the full SHA
    8a966ce View commit details
  9. Merge pull request #85845 from cole-h/linux-remove-5.5

    [20.03] linux: really remove 5.5
    samueldr authored Apr 23, 2020
    Copy the full SHA
    c23427d View commit details
  10. Merge staging-20.03 into release-20.03

    Build security updates on release branch so *-small channel is updated as soon as possible.
    FRidh committed Apr 23, 2020
    Copy the full SHA
    cf87b99 View commit details
  11. nixos/networkd: Fix restartTriggers

    1d61efb accidentially changed the
    restartTriggers of systemd-networkd.service` to point to the attribute
    name (in this case, a location relative to `/etc`), instead of the
    location of the network-related unit files in the nix store.
    
    This caused systemd-networkd to not get restarted on activation of new
    networking config, if the file name hasn't changed.
    
    Fix this, by pointing this back to the location in the nix store.
    
    (cherry picked from commit 14395cc)
    arianvp authored and flokli committed Apr 23, 2020
    Copy the full SHA
    e7cc8ca View commit details
  12. nixos/datadog-agent: Fix restartTriggers

    Fixes #85800
    
    1d61efb accidentially changed the
    restartTriggers of `datadog-agent.service` to point to the attribute
    name (in this case, a location relative to `/etc`), instead of the
    location of the config files in the nix store.
    
    This caused datadog to not get restarted on activation of new
    config, if the file name hasn't changed.
    
    Fix this, by pointing this back to the location in the nix store.
    
    (cherry picked from commit f332109)
    arianvp authored and flokli committed Apr 23, 2020
    Copy the full SHA
    acf9d81 View commit details
  13. Merge pull request #85645 from aanderse/redmine

    redmine: 4.1.0 -> 4.1.1 [20.03 backport]
    aanderse authored Apr 23, 2020
    Copy the full SHA
    60fe3a1 View commit details
Loading