summary refs log tree commit diff
path: root/pkgs/applications/misc/ipmiview
Commit message (Collapse)AuthorAge
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* IPMIView: 2.18.0 -> 2.19.0Euan Kemp2021-07-07
| | | | | Bump the sha, and strip the 'amd64' directory since the new tarball doesn't seem to have that level of structure.
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* IPMIView: 2.17.0 -> 2.18.0iamdenchik2020-12-09
|
* ipmiview: 2.16.0 -> 2.17.0Dominik Honnef2020-07-03
| | | | | | Also removes the Configuration category, as this failed to build: /nix/store/c312nyv9kfckpcf4k7vrxbg6yjk62awc-IPMIView.desktop/share/applications/IPMIView.desktop: error: value "Network;Configuration" for key "Categories" in group "Desktop Entry" contains an unregistered value "Configuration"; values extending the format should start with "X-"
* IPMIView: create desktop fileLászló Vaskó2019-09-25
|
* IPMIView: fix iKVM consoleLászló Vaskó2019-09-25
| | | | | | | | | | | | | | | | | | | 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.
* IPMIView: 2.14.0 --> 2.16.0László Vaskó2019-09-25
| | | | | | Notes: * Previous URL is no longer accesible * build has to be adjusted for the updated JRE bundle
* IPMIView: fix indentationLászló Vaskó2019-09-25
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz2018-09-28
| | | | | | | | | | | In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
* IPMIView: 2.13.0 -> 2.14.0 (#43356)Yuriy Taraday2018-07-11
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* ipmiview: patchelf libiKVM64.so correctlyDomen Kožar2017-11-26
|
* ipmiview: 2.12.0 -> 2.13.0Aristid Breitkreuz2017-06-10
|
* ipmiview: fix wrapperJörg Thalheim2017-06-04
|
* Add buildversion and versionJohn Ramsden2017-06-02
|
* Update ipmiview to current version 2.12.0 - 160804John Ramsden2017-06-02
|
* ipmiview: Use makeLibraryPathTuomas Tynkkynen2016-06-07
|
* add ipmiview: supermicro ikvm and remote controlDomen Kožar2016-01-23