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: 21cf33331027
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: 7055516fcae0
Choose a head ref

Commits on Apr 28, 2020

  1. lutris: 0.5.5 -> 0.5.6

    FrauH0lle authored Apr 28, 2020
    Copy the full SHA
    6118881 View commit details
  2. lutris: add p11-kit

    Should fix `ntlm_auth: ~/.local/share/lutris/runtime/lib64/libp11-kit.so.0: no version information available (required by /lib64/libgnutls.so.30)`
     warning
    FrauH0lle authored Apr 28, 2020
    Copy the full SHA
    0ed683c View commit details

Commits on Jun 18, 2020

  1. Copy the full SHA
    f795df2 View commit details
  2. Copy the full SHA
    777d1c0 View commit details
  3. Copy the full SHA
    25d6656 View commit details
  4. consul.passthru.tests: Fix failure on current consul. Fixes #90613.

    Done by setting `autopilot.min_quorum = 3`.
    
    Techncially, this would have been required to keep the test correct since
    Consul's "autopilot" "Dead Server Cleanup" was enabled by default (I believe
    that was in Consul 0.8). Practically, the issue only occurred with our NixOS
    test with releases >= `1.7.0-beta2` (see #90613). The setting itself is
    available since Consul 1.6.2.
    
    However, this setting was not documented clearly enough for anybody to notice,
    and only the upstream issue hashicorp/consul#8118
    I filed brought that to light.
    
    As explained there, the test could also have been made pass by applying the
    more correct rolling reboot procedure
    
        -m.wait_until_succeeds("[ $(consul members | grep -o alive | wc -l) == 5 ]")
        +m.wait_until_succeeds(
        +    "[ $(consul operator raft list-peers | grep true | wc -l) == 3 ]"
        +)
    
    but we also intend to test that Consul can regain consensus even if
    the quorum gets temporarily broken.
    nh2 committed Jun 18, 2020
    Copy the full SHA
    a59a972 View commit details
  5. consul.passthru.tests: Refactor into functions.

    For better naming and commentary.
    nh2 committed Jun 18, 2020
    Copy the full SHA
    701c0eb View commit details
  6. Copy the full SHA
    811bcbe View commit details
  7. Copy the full SHA
    bcdac2e View commit details
  8. Copy the full SHA
    b3b27ed View commit details

Commits on Jun 23, 2020

  1. Copy the full SHA
    b9e9eff View commit details

Commits on Jun 24, 2020

  1. wordpress: 5.4.1 -> 5.4.2

    Fixes: CVE-2020-4049
    Closes: #91305
    mweinelt committed Jun 24, 2020
    Copy the full SHA
    e6d5fec View commit details
  2. Copy the full SHA
    f422d65 View commit details

Commits on Jun 26, 2020

  1. codeql: 2.2.1 -> 2.2.3

    r-ryantm committed Jun 26, 2020
    Copy the full SHA
    7a2ed26 View commit details
  2. Copy the full SHA
    8dd2ae6 View commit details
  3. gpodder: 3.10.15 -> 3.10.16

    r-ryantm committed Jun 26, 2020
    Copy the full SHA
    c532bfc View commit details
  4. hcxtools: 6.0.2 -> 6.0.3

    r-ryantm committed Jun 26, 2020
    Copy the full SHA
    8f09f75 View commit details
  5. oauth2_proxy: 5.1.0 -> 5.1.1

    This update fixes CVE https://nvd.nist.gov/vuln/detail/CVE-2020-11053.
    
    In addition, switch to using `buildGoModule` as the project switched to
    go 1.14 and go modules.
    knl committed Jun 26, 2020
    Copy the full SHA
    14b83ed View commit details
  6. Merge pull request #85324 from turboMaCk/refactor-elm-node-packages

    elmPackages: Refactor `lib` and expression for related packages
    domenkozar authored Jun 26, 2020
    Copy the full SHA
    38227a6 View commit details
  7. Copy the full SHA
    6c3b362 View commit details
  8. linux: 5.8-rc1 -> 5.8-rc2

    NeQuissimus committed Jun 26, 2020
    Copy the full SHA
    467fdc7 View commit details
  9. Merge pull request #91613 from 1000101/1000101

    maintainers: fix previously uncaught name issues
    mmahut authored Jun 26, 2020
    Copy the full SHA
    31cd000 View commit details
  10. kristall: 0.2 -> 0.3

    r-ryantm authored and ehmry committed Jun 26, 2020
    Copy the full SHA
    c2327fe View commit details
  11. pythonPackages.nbclient: init at 0.4.0

    lsix authored and Jon committed Jun 26, 2020
    Copy the full SHA
    a16a655 View commit details
  12. pythonPackages.papermill: add missing dependencies

    lsix authored and Jon committed Jun 26, 2020
    Copy the full SHA
    cab8027 View commit details
  13. Merge pull request #91411 from mweinelt/wordpress

    wordpress: 5.4.1 -> 5.4.2
    danieldk authored Jun 26, 2020
    Copy the full SHA
    7287a36 View commit details
  14. diskonaut: init at 0.3.0

    evanjs authored and danieldk committed Jun 26, 2020
    Copy the full SHA
    2dad77e View commit details
  15. Merge pull request #91584 from r-ryantm/auto-update/gpodder

    gpodder: 3.10.15 -> 3.10.16
    ryantm authored Jun 26, 2020
    Copy the full SHA
    1701160 View commit details
  16. Merge pull request #91582 from dotlambda/qutebrowser-1.13.0

    qutebrowser: 1.12.0 -> 1.13.0
    rnhmjoj authored Jun 26, 2020
    Copy the full SHA
    8068812 View commit details
  17. Merge pull request #91460 from evanjs/diskonaut-init

    diskonaut: init at 0.3.0
    danieldk authored Jun 26, 2020
    Copy the full SHA
    5e65ede View commit details
  18. Merge pull request #91595 from r-ryantm/auto-update/hcxtools

    hcxtools: 6.0.2 -> 6.0.3
    dywedir authored Jun 26, 2020
    Copy the full SHA
    729fe8d View commit details
  19. Copy the full SHA
    053db07 View commit details
  20. mdbook: 0.3.7 -> 0.4.0

    r-ryantm committed Jun 26, 2020
    Copy the full SHA
    25342d9 View commit details
  21. Merge pull request #90701 from nh2/issue-90613-fix-consul-reboot-test

    consul.passthru.tests: Fix failure on current consul versions, add more tests
    nh2 authored Jun 26, 2020
    Copy the full SHA
    5c5f7a2 View commit details
  22. Merge pull request #91010 from knl/oauth2_proxy_5.1.1

    oauth2_proxy: 5.1.0 -> 5.1.1
    basvandijk authored Jun 26, 2020
    Copy the full SHA
    d2924dc View commit details
  23. Merge pull request #91624 from r-ryantm/auto-update/mdbook

    mdbook: 0.3.7 -> 0.4.0
    ryantm authored Jun 26, 2020
    Copy the full SHA
    b266aa9 View commit details
  24. Merge pull request #91546 from r-ryantm/auto-update/codeql

    codeql: 2.2.1 -> 2.2.3
    ryantm authored Jun 26, 2020
    Copy the full SHA
    40dbcfc View commit details
  25. Copy the full SHA
    05c54bd View commit details
  26. maintainers: add breakds

    breakds authored and Jon committed Jun 26, 2020
    Copy the full SHA
    bc726a9 View commit details
  27. pythonPackages.gdown: init at 3.11.1

    breakds authored and Jon committed Jun 26, 2020
    Copy the full SHA
    929d7dd View commit details
  28. Merge pull request #86204 from DonHugo69/master

    lutris: 0.5.5 -> 0.5.6
    benley authored Jun 26, 2020
    Copy the full SHA
    7055516 View commit details
Loading