Skip to content
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
base: 5d92232ed6bc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b133bff35eb3
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 25, 2019

  1. 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
  2. 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
  3. 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
  4. 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