2011
ipmitool (1.8.11-5) unstable; urgency=high
* debian/control: Add libncurses-dev build dependency * Don't set umask to fix CVE-2011-4339 (Closes: #651917).
-- Luk Claes <luk@debian.org> Wed, 28 Dec 2011 12:34:15 +0100
ipmitool (1.8.11-4) unstable; urgency=low
* debian/control:
- Add ${misc:Depends} so deps can be added by debhelper.
* debian/README.source: Add reference to quilt docs.
* debian/ipmitool.ipmievd.init:
- Test if /etc/default/rcS exists, before executing it.
- Add status support (Closes: #536119).
* debian/ipmitool.{post,pre}{inst,rm}: Add -e.
* Fix buffer overflow in tsol session.
* Update Vcs-Browser as URL mentioned within Alioth's gitweb
interface does not work.
-- Luk Claes <luk@debian.org> Thu, 22 Sep 2011 07:49:10 +0200
ipmitool (1.8.11-3) unstable; urgency=high
* debian/control:
- Add myself as co-maintainer.
- Add Vcs entries.
- Update Architecture to any as ipmitool can be used for
remote devices (Closes: #578492).
* Only approach rsp->data when rsp is set (Closes: #637423).
-- Luk Claes <luk@debian.org> Mon, 19 Sep 2011 19:35:04 +0200
2009
ipmitool (1.8.11-2) unstable; urgency=low
* Fix password reading (Patch from Kris Popendorf
<08kcn0b02@sneakemail.com> closes: #559363)
* Remove libreadline5-dev dependency in favour of libreadline-dev
(Closes: #553788)
-- Matthew Johnson <mjj29@debian.org> Sun, 06 Dec 2009 00:05:49 +0000
ipmitool (1.8.11-1) unstable; urgency=low
* New upstream release * Change to quilt rather than dpatch * Refresh config.sub/config.guess in configure * Bump standards version
-- Matthew Johnson <mjj29@debian.org> Sun, 22 Mar 2009 16:44:06 +0000
2008
ipmitool (1.8.9-2) unstable; urgency=medium
* Change pidfile name to the one it actually is. (Closes: #508434) * Fix typo in README (Closes: #508231) * Make sdr/Temperatures reading working again (Closes: #507760): - Add patch to revert some bits from 1.8.8 to 1.8.9: 20_ipmi_sdr.dpatch (Patch from Cyril Brulebois <cyril.brulebois@kerlabs.com>) * Bump Standards-Version * Remove empty /usr/share/ipmitool directory
-- Matthew Johnson <mjj29@debian.org> Tue, 19 Feb 2008 15:21:40 +0000
2007
ipmitool (1.8.9-1) unstable; urgency=low
* Adopt package (Closes: #432027) * New upstream release - Closes: #422864 - Closes: #377628 * Add patch to fix segfault (Closes: #389741) * Add patch to fix isol (Closes: #412816) * Add watch file * Move from DH_COMPAT to debian/compat * Bump to dephelper v5
-- Matthew Johnson <mjj29@debian.org> Thu, 13 Dec 2007 10:25:22 +0000
ipmitool (1.8.8-3.1) unstable; urgency=high
* Non-maintainer upload. * High urgency for RC bug fix. * Fix build with linux-libc-dev (closes: #428929). * Fix debian/rules to not rerun configure in the binary target.
-- Julien Cristau <jcristau@debian.org> Fri, 20 Jul 2007 16:29:18 +0200
ipmitool (1.8.8-3) unstable; urgency=low
* Ported fix to ipmievd from upstream version 1.8.9 (Closes: #408536): - fix ipmievd fd closing bug. Patch from Rupert Hair. * Started using dpatch to apply patches. Added dpatch to build dependencies. * Add powerpc to the list of supported archs (Closes: #405455)
-- Petter Reinholdtsen <pere@debian.org> Tue, 03 Apr 2007 16:37:45 +0200
2006
ipmitool (1.8.8-2) unstable; urgency=low
* Add handler for the ipmievd init.d script failure during removal and
installation. If it fail during installation, update
/etc/default/ipmievd to disable ipmievd.
-- Petter Reinholdtsen <pere@debian.org> Sun, 1 Oct 2006 11:21:44 +0200
ipmitool (1.8.8-1) unstable; urgency=low
* New upstream release.
- Daemon now tries to access device before it forks, and thus will
report errors to the init.d script if it fail. (Closes: #362425)
* Make it possible to disable ipmievd by setting ENABLED=false in
/etc/defaults/ipmievd. (Closes: #370511)
* Add --oknodo as start-stop-daemon argument when stopping ipmievd,
to avoid returning an error if it is not running. (Closes: #370509)
* Update standards-version from 3.6.2.1 to 3.7.2. No changes needed.
* Correct dependency and runlevel info in init.d script.
-- Petter Reinholdtsen <pere@debian.org> Fri, 29 Sep 2006 19:16:41 +0200
ipmitool (1.8.7-2) unstable; urgency=low
* Fix typo in init.d/ipmievd. (Closes: #361309)
-- Petter Reinholdtsen <pere@debian.org> Sat, 8 Apr 2006 06:44:31 +0200
ipmitool (1.8.7-1) unstable; urgency=low
* New upstream version.
- Dropped nuclear clause from the copyright. Updated debian/copyright
to reflect this.
- ipmievd now store pid in /var/run/ipmievd.pid. Adjust init.d
script to use it.
* Rename /etc/default/ipmievd variable IPMIEVD_OPTS is renamed to
IPMIEVD_OPTIONS to stay compatible with upstream and other
distributions. Add backwards compatibility code with a warning to
the users of the old variable.
-- Petter Reinholdtsen <pere@debian.org> Sun, 26 Mar 2006 21:11:08 +0200
ipmitool (1.8.6-2) unstable; urgency=low
* Add ia64 as an supported arch. (Closes: #355930)
-- Petter Reinholdtsen <pere@debian.org> Fri, 10 Mar 2006 23:34:50 +0100
ipmitool (1.8.6-1) unstable; urgency=low
* New upstream version.
- Avoid crashing when setting lan IP address. (Closes: #351205)
* Avoid changing history by reverding upstream change
to email addresses in debian/changelog.
* Correct typo in control file: Suggest -> Suggests. Thanks
to Philipp Matthias Hahn for the report.
* Add init.d/ipmievd script. Based on script from Elmar Hoffmann,
slightly modified to use lsb-base functions. Added dependency on
lsb-base. (Closes: #345994)
-- Petter Reinholdtsen <pere@debian.org> Sun, 26 Feb 2006 10:31:14 +0100
2005
ipmitool (1.8.2-2) unstable; urgency=low
* Add build-dependency on 'libreadline5-dev | libreadline-dev' to make
sure all archs get readline support. (Closes: #326341)
* Add build-dependency on libssl-dev to enable SSL support on
all archs.
* Updated Standards-Version to 3.6.2.1. (No updates required)
-- Petter Reinholdtsen <pere@debian.org> Sat, 3 Sep 2005 19:18:51 +0200
ipmitool (1.8.2-1) unstable; urgency=low
* New upstream release.
- Fix FRU reading for large (>255 bytes) areas.
- Overhaul to ipmievd to support SEL polling in addition to OpenIPMI.
- Fix LAN parameter segfault when no Ciphers supported by
BMC. (Closes: #306806)
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
- Separate option parsing code from main ipmitool source file.
- Add raw I2C support with IPMI Master Read-Write command.
- Add support for new 'sdr elist' extended output format.
- Add support for listing sensors by type with 'sdr type' command.
- Add support for new 'sel elist' extended output format that
cross-references events with sensors.
- Add support for sending dynamically generated platform events
based on existing sensor information.
- New '-S' argument to read local SDR cache created with 'sdr dump'.
- Updated manpage for ipmitool and ipmievd. (Closes: #306894)
* Correct the upstream URL in debian/changelog to the current one.
* Suggest package openipmi. (Closes: #305629)
* Add debian/watch file to detect new source versions.
-- Petter Reinholdtsen <pere@debian.org> Sun, 5 Jun 2005 10:29:18 +0200
ipmitool (1.8.1-1) unstable; urgency=low
* New upstream release. * Install ipmievd into /usr/sbin/.
-- Petter Reinholdtsen <pere@debian.org> Thu, 7 Apr 2005 01:18:44 +0200
ipmitool (1.8.0-1) unstable; urgency=low
* Initial upload into Debian, based on the upstream build
rules. (Closes: #299924)
* Convert debian/changelog to UTF-8.
* Change section from 'contrib' to 'utils'.
* Build-depend on debhelper (>> 4.0.0) to match the rules file.
* Set Standards-version to 3.6.1.
* Make sure binary dependency is properly generated.
* Add long description, copied from the project README.
* Drop useless provides 'ipmitool', as the package is called 'ipmitool'.
* Don't install the COPYING file, as the license text already is
included in debian/copyright.
* Remove unused parts of the rules file.
* Correct clean target in rules file, to use 'distclean' and remove
configure-stamp not bogus config-stamp.
-- Petter Reinholdtsen <pere@debian.org> Sun, 3 Apr 2005 20:52:02 +0200
ipmitool (1.8.0) unstable; urgency=low
* Fix IPMIv2.0 issues * Fix chassis boot parameter support * Add support for linear sensors
-- Duncan Laurie <duncan@iceblink.org> Wed, 16 Mar 2005 17:08:12 -0700
ipmitool (1.7.1) unstable; urgency=low
* Update bmc plugin to work with new Solaris bmc driver (new ioctl
for interface detection and new STREAMS message-based interface).
-- Seth Goldberg <sethmeisterg@hotmail.com> Mon, 7 Mar 2005 18:03:00 -0800
ipmitool (1.7.0) unstable; urgency=low
* Propogate errors correctly so exit status will be useful
* More consistent display of errors including completion code text
* Errors and debug is send to stderr now
* New "sel get" command that will print details about SEL entry
and corresponding SDR records as well as FRUs via entity association
* Improved event generator, now supports reading events from text file
* New "-o oemtype" option for specifying OEM boards
exsting types are "supermicro" and "intelwv2"
* New PEF subsystem
* New "bmc" plugin for Solaris 10 x86
* Many bugfixes and contributed patches
-- Duncan Laurie <duncan@iceblink.org> Fri, 7 Jan 2005 19:58:22 -0700
2004
ipmitool (1.6.2) unstable; urgency=low
* Support for Supermicro BMC OEM authentication method
-- Duncan Laurie <duncan@iceblink.org> Mon, 16 Nov 2004 08:20:01 -0700
ipmitool (1.6.1) unstable; urgency=low
* Fix minor problem with LAN parameter setting
-- Duncan Laurie <duncan@iceblink.org> Wed, 29 Sep 2004 11:19:17 -0700
ipmitool (1.6.0) unstable; urgency=low
* Add a README * Add support for IPMIv2 and Serial-over-LAN from Newisys * Add Solaris x86 lipmi interface * Add support for building Solaris packages * Add support for building RPMs as non-root user * Fix segfault when doing "sel list" (from Matthew Braithwaite) * Fix "chassis identify" on some BMCs (from ebrower@sourceforge) * Add "bmc info" and related output (from ebrower@sourceforge) * new "shell" and "exec" commands * lots of other contributed patches
-- Duncan Laurie <duncan@iceblink.org> Thu, 9 Sep 2004 21:39:37 -0700
ipmitool (1.5.9) unstable; urgency=low
* Add ability to get a particular sensor by name * Add ability to set a particular sensor threshold * Add support for displaying V2 channel authentication levels * Add README for rrdtool scripts in contrib directory * Improve lan interface retry handling * Support prompting for password or reading from environment * Move chaninfo command into channel subcommand * Fix reservation ID handling when two sessions open to BMC * Fix reading of large FRU data * Add configure option for changing binary to ipmiadm for Solaris * Fix compile problem on Solaris 8
-- Duncan Laurie <duncan@sun.com> Sat, 27 Mar 2004 00:11:37 -0700
ipmitool (1.5.8) unstable; urgency=low
* Enable static compilation of interfaces * Fix types to be 64-bit safe * Fix compilation problems on Solaris * Fix multiple big-endian problems for Solaris/SPARC * Fix channel access to save settings to NVRAM * Set channel privilege limit to ADMIN during "access on" * Enable gratuitous ARP in bmcautoconf.sh * Add support for Linux kernel panic messages in SEL output * Add support for type 3 SDR records
-- Duncan Laurie <duncan@sun.com> Tue, 27 Jan 2004 16:23:25 -0700
ipmitool (1.5.7) unstable; urgency=low
* add IPMIv1.5 eratta fixes * additions to FRU printing and FRU multirecords * better handling of SDR printing * contrib scripts for creating rrdtool graphs
-- Duncan Laurie <duncan@sun.com> Mon, 5 Jan 2004 17:29:50 -0700
2003
ipmitool (1.5.6) unstable; urgency=low
* Fix SEL event decoding for generic events * Handle empty SEL gracefully when doing "sel list" * Fix sdr handling of sensors that do not return a reading * Fix for CSV display of sensor readings/units from Fredrik Öhrn
-- Duncan Laurie <duncan@sun.com> Thu, 4 Dec 2003 14:47:19 -0700
ipmitool (1.5.5) unstable; urgency=low
* Add -U option for setting LAN username * Fix -v usage for plugin interfaces
-- Duncan Laurie <duncan@sun.com> Tue, 25 Nov 2003 15:10:48 -0700
ipmitool (1.5.4) unstable; urgency=low
* Put interface plugin API into library * Fix ipmievd
-- Duncan Laurie <duncan@sun.com> Fri, 14 Nov 2003 15:16:34 -0700
ipmitool (1.5.3) unstable; urgency=low
* Add -g option to work with grizzly bmc
-- Duncan Laurie <duncan@sun.com> Mon, 3 Nov 2003 18:04:07 -0700
ipmitool (1.5.2) unstable; urgency=low
* add support for setting gratuitous arp interval
-- Duncan Laurie <duncan@sun.com> Fri, 24 Oct 2003 11:00:00 -0700
ipmitool (1.5.1) unstable; urgency=low
* better SEL support * fix display bug in SDR list
-- Duncan Laurie <duncan@sun.com> Wed, 8 Oct 2003 17:28:51 -0700
ipmitool (1.5.0) unstable; urgency=low
* more robust UDP packet handling * add Intel IMB driver support * use autoconf/automake/libtool
-- Duncan Laurie <duncan@sun.com> Fri, 5 Sep 2003 11:57:32 -0700
ipmitool (1.2-1) unstable; urgency=low
* New command line option parsing * More chassis commands supported
-- Duncan Laurie <duncan@sun.com> Wed, 2 Apr 2003 17:44:17 -0700
ipmitool (1.1-1) unstable; urgency=low
* Minor fixes.
-- Duncan Laurie <duncan@sun.com> Tue, 1 Apr 2003 14:31:10 -0700
ipmitool (1.0-1) unstable; urgency=low
* Initial Release.
-- Duncan Laurie <duncan@sun.com> Sun, 30 Mar 2003 21:30:46 -0700