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: 08a1aa4e6ae5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0802e5715a57
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 25, 2019

  1. IPMIView: fix indentation

    László Vaskó committed Sep 25, 2019
    Copy the full SHA
    96b2c4c 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
    László Vaskó committed Sep 25, 2019
    Copy the full SHA
    13cd9e1 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.
    László Vaskó committed Sep 25, 2019
    Copy the full SHA
    15b8478 View commit details
    Browse the repository at this point in the history
  4. IPMIView: create desktop file

    László Vaskó committed Sep 25, 2019
    Copy the full SHA
    3848206 View commit details
    Browse the repository at this point in the history
  5. IPMIView: 2.14.0 --> 2.16.0, fix iKVM console (#69406)

     IPMIView: 2.14.0 --> 2.16.0, fix iKVM console
    Mic92 committed Sep 25, 2019
    Copy the full SHA
    0802e57 View commit details
    Browse the repository at this point in the history