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: e34ac949d1b9
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 8d3c8b9aef16
Choose a head ref
  • 19 commits
  • 17 files changed
  • 6 contributors

Commits on Sep 23, 2019

  1. Revert systemd interface version to 2

    The new systemd in 19.09 gives an "Access Denied" error when doing
    "systemctl daemon-reexec" on an 19.03 system. The fix is to use the
    previous systemctl to signal the daemon to re-exec itself. This
    ensures that users don't have to reboot when upgrading from NixOS
    19.03 to 19.09.
    
    (cherry picked from commit b20a0e4)
    edolstra authored and flokli committed Sep 23, 2019
    Copy the full SHA
    579f204 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge pull request #69267 from edolstra/revert-interface-version-19.09

    Revert systemd interface version to 2 [19.09 backport]
    edolstra committed Sep 25, 2019
    Copy the full SHA
    d958752 View commit details
    Browse the repository at this point in the history
  2. virtualboxGuestAdditions: Fix clipboard integration.

    VBoxClient needs a RUNPATH entry to dlopen libXfixes successfully.
    
    Fixes NixOS/nixpkgs#65542
    
    (cherry picked from commit 7dcef37)
    ambrop72 authored and flokli committed Sep 25, 2019
    Copy the full SHA
    5d92232 View commit details
    Browse the repository at this point in the history
  3. IPMIView: fix indentation

    (cherry picked from commit 96b2c4c)
    László Vaskó authored and Mic92 committed Sep 25, 2019
    Copy the full SHA
    5205e5f View commit details
    Browse the repository at this point in the history
  4. IPMIView: 2.14.0 --> 2.16.0

    Notes:
     * Previous URL is no longer accesible
     * build has to be adjusted for the updated JRE bundle
    (cherry picked from commit 13cd9e1)
    László Vaskó authored and Mic92 committed Sep 25, 2019
    Copy the full SHA
    784940a View commit details
    Browse the repository at this point in the history
  5. IPMIView: fix iKVM console

    This commit fixes #26650
    
    The main problem was that the iKVM related libraries are always loaded
    from the current working directory. The bundled wrapper script makes
    sure to CD to the package root folder. This is a no-go in nix as the
    application writes its settings in the current working directory and the
    store is read-only.
    
    Workaround: create a directory in the users home, where the required
    binaries are symlinked and is writable for the current user.
    
    There was an additional issue that for some BMCs IPMIView relies on
    the bundled `stunnel` binary to wrap the iKVM traffic in a TLS tunnel.
    Therefore it has to be patched to make it executable and the `killall`
    command is needed on the PATH because it is used to terminate the
    `stunnel` process upon exit.
    
    (cherry picked from commit 15b8478)
    László Vaskó authored and Mic92 committed Sep 25, 2019
    Copy the full SHA
    9a94674 View commit details
    Browse the repository at this point in the history
  6. IPMIView: create desktop file

    (cherry picked from commit 3848206)
    László Vaskó authored and Mic92 committed Sep 25, 2019
    Copy the full SHA
    b133bff View commit details
    Browse the repository at this point in the history
  7. paulstretch: fix build

    (cherry picked from commit fb6595e)
    globin committed Sep 25, 2019
    Copy the full SHA
    f3739e6 View commit details
    Browse the repository at this point in the history
  8. pythonPackages.pycountry: 19.7.15 -> 19.8.18

    (cherry picked from commit f2b2838)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    46cbfea View commit details
    Browse the repository at this point in the history
  9. pythonPackages.cairosvg: 2.3.0 -> 2.4.2

    (cherry picked from commit a739373)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    c5d408b View commit details
    Browse the repository at this point in the history
  10. pythonPackages.dict2xml: init at 1.6.1

    (cherry picked from commit d769048)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    c10e6c8 View commit details
    Browse the repository at this point in the history
  11. pythonPackages.xml2rfc: 2.18.0 -> 2.27.1

    (cherry picked from commit bf050e9)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    1851ab8 View commit details
    Browse the repository at this point in the history
  12. xml2rfc: Use pythonPackages.xml2rfc

    (cherry picked from commit 8fd8f3a)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    12c51ea View commit details
    Browse the repository at this point in the history
  13. pythonPackages.qiskit: Mark as broken

    (cherry picked from commit 5c65c2e)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    7c267b5 View commit details
    Browse the repository at this point in the history
  14. pythonPackages.weasyprint: 47 -> 50

    (cherry picked from commit cedb0ec)
    JohnAZoidberg authored and globin committed Sep 25, 2019
    Copy the full SHA
    9d1d901 View commit details
    Browse the repository at this point in the history
  15. pythonPackages.weasyprint: disable test

    Needs an extra font for that test
    
    (cherry picked from commit 6d71209)
    globin committed Sep 25, 2019
    Copy the full SHA
    64c6551 View commit details
    Browse the repository at this point in the history
  16. tamarin-prover: mark as broken because upstream is broken

    (cherry picked from commit 815d940)
    Kierán Meinhardt authored and globin committed Sep 25, 2019
    Copy the full SHA
    3c3a377 View commit details
    Browse the repository at this point in the history
  17. idrisPackages.heyting-algebra: mark as broken

    The functionality provided by this package has been added to the Idris contrib library (module `Interfaces.Verified`).
    Therefore identifiers cannot be disambiguated anymore.
    
    (cherry picked from commit 7df8575)
    Kierán Meinhardt authored and globin committed Sep 25, 2019
    Copy the full SHA
    bb46e0f View commit details
    Browse the repository at this point in the history
  18. idrisPackages.heyting-algebra: remove

    (cherry picked from commit 8eb0413)
    Kierán Meinhardt authored and globin committed Sep 25, 2019
    Copy the full SHA
    8d3c8b9 View commit details
    Browse the repository at this point in the history