Commit Graph

28 Commits

Author SHA1 Message Date
Tobias Poschwatta
18f5a88386 ipmitool: add enterprise-numbers file 2023-03-12 12:12:56 +01:00
Franz Pletz
b7691ef2d3
ipmitool: 1.8.18 -> 1.8.19 2022-11-14 12:41:21 +01:00
Sergei Trofimovich
1d02b2cc90 ipmitool: fix build on -fno-common toolchains
Without the change build fails on toolchains like clang-13 which
switch to -fno-common by default:

    $ nix build --impure --expr 'with import ./. {}; ipmitool.override { stdenv = clang13Stdenv; }'
    ...
    ld: ../lib/.libs/libipmitool.a(ipmi_hpmfwupg.o):/build/ipmitool-1.8.18/lib/../include/ipmitool/ipmi_hpmfwupg.h:803:
      multiple definition of `gVersionInfo'; ipmitool.o:/build/ipmitool-1.8.18/src/../include/ipmitool/ipmi_hpmfwupg.h:803: first defined here

Pull upstream fix to move definition to .c file.
2022-05-06 09:01:17 +01:00
Sandro Jäckel
0c175998c7
ipmitool: cleanup 2021-07-29 14:42:11 +02:00
Felix Buehler
051fcdbe8b tools/{security/system}: replace name with pname&version 2021-07-27 17:54:21 +02:00
Pamplemousse
bf1beb93c5 ipmitool: fix security vulnerability
Relates to #90825 .

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-03-22 07:10:30 -07:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
82217553b0 ipmitool: fix compile on darwin 2020-03-01 08:50:00 -05:00
Florian Klink
43ec75d470 ipmitool: cleanup expression
* remove no-op substitution of s6_addr16 -> s6_addr

This string doesn't exist anymore in that file.

* clean up configureFlags
2020-03-01 08:49:29 -05:00
Andreas Rammhold
ad19bb5ff8
ipmitool: migrate to openssl 1.1
This adds a patch from debian to switch ipmitool to openssl 1.1.
Upstream seems to already carry a version of this but that is yet to be
part of a release.
2020-02-25 00:09:30 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Daiderd Jordan
7fea3e2acc
ipmitool: mark linux only 2018-04-05 20:05:25 +02:00
Franz Pletz
1ae0f2a1d4
ipmitool: 1.8.17 -> 1.8.18 2017-06-20 03:56:38 +02:00
Robin Gloster
46966ad4e5
ipmitool: 1.8.15 -> 1.8.17 2017-02-17 00:11:41 +01:00
Peter Simons
8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Svend Sorensen
95282e3cfc ipmitool: Fix build on darwin
s6_addr16 is not available on Mac OS X.
2015-11-18 10:35:07 -08:00
Peter Simons
7185c6150c ipmitool: update from 1.8.14 to 1.8.15 2015-01-27 14:04:54 +01:00
Pascal Wittmann
f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Aristid Breitkreuz
bcc8e42627 ipmitool: update from 1.8.13 to 1.8.14 2014-10-07 21:50:40 +02:00
Nixpkgs Monitor
25d54577b1 ipmitool: update from 1.8.11 to 1.8.13 2014-01-13 17:32:05 +01:00
Peter Simons
9bd9e32aa8 pkgs/tools/system/ipmitool: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25014
2010-12-06 18:01:57 +00:00
Peter Simons
715c59b281 pkgs/tools/system/ipmitool: added optional support for generating statically linked binaries
svn path=/nixpkgs/trunk/; revision=19778
2010-02-03 12:47:31 +00:00
Peter Simons
c261d7a847 pkgs/tools/system/ipmitool: updated to version 1.8.11
svn path=/nixpkgs/trunk/; revision=19777
2010-02-03 12:47:23 +00:00
Peter Simons
35424c8836 pkgs/tools/system/ipmitool/default.nix: add openssl dependency to enable lanplus protocol
svn path=/nixpkgs/trunk/; revision=19543
2010-01-19 16:21:40 +00:00
Peter Simons
81324b5de0 pkgs/tools/system/ipmitool: command-line interface to IPMI-enabled devices
Initial version 1.8.9.

svn path=/nixpkgs/trunk/; revision=19542
2010-01-19 15:58:19 +00:00