svn commit: r401070 - head/sysutils/ipmitool

Sean Bruno sbruno at FreeBSD.org
Sun Nov 8 19:22:47 UTC 2015


Author: sbruno
Date: Sun Nov  8 19:22:46 2015
New Revision: 401070
URL: https://svnweb.freebsd.org/changeset/ports/401070

Log:
  version 1.8.15 2014-11-24
  * ID: 340 - ipmitool sol session improperly closes on packet retry
  * ID: 277 - support for hostnames longer than 64 chars
  * ID: 313 - ipmitool doesn't support hostname long than 64 symbols
  * ID: 277 - Minor issue with ipmi_intf_session_set_hostname()
  * ID: 247 - 'sensor thresh' help output is wrong
  * ID: 324 - conflicting declaration write_fru_area()
  * ID: 337 - Add support for 13G Dell PowerEdge
  * ID: 325 - DDR4 DIMM Decoding Logic
  * ID: 328 - HPM.2 fixes
  * ID: 329 - hpm.1 upgrade fixes
  * ID: 103 - picmg discover messages should be DEBUG, not INFO
  * ID: 331 - Passwords provided in file (-f option) truncated on space
  * ID: 318 - ipmi_tsol.c: fix buffer overflow
  * ID: 306 - "fru print" command prints the FRU #0 twice
  * ID: 305 - HPM.1 deferred activation support fixup
  * ID: 317 - ipmi_fwum.c: fix typo
  * ID: 315 - buildsystem: configure.in is deprecated
  * ID: 316 - Directory debian is outdated
  * ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-work
  * ID: 46 - SEL OEM record corner case
  
  PR:		203775
  Approved by:	maintainer timeout
  Sponsored by:	Limelight Networks

Modified:
  head/sysutils/ipmitool/Makefile
  head/sysutils/ipmitool/distinfo

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Sun Nov  8 19:14:13 2015	(r401069)
+++ head/sysutils/ipmitool/Makefile	Sun Nov  8 19:22:46 2015	(r401070)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipmitool
-PORTVERSION=	1.8.14
-PORTREVISION=	1
+PORTVERSION=	1.8.15
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 

Modified: head/sysutils/ipmitool/distinfo
==============================================================================
--- head/sysutils/ipmitool/distinfo	Sun Nov  8 19:14:13 2015	(r401069)
+++ head/sysutils/ipmitool/distinfo	Sun Nov  8 19:22:46 2015	(r401070)
@@ -1,2 +1,2 @@
-SHA256 (ipmitool-1.8.14.tar.bz2) = 3209c99b996fdea38c462cfd10387d6895fd5261227ab6f79b59f88e21938ce5
-SIZE (ipmitool-1.8.14.tar.bz2) = 738315
+SHA256 (ipmitool-1.8.15.tar.bz2) = 4acd2df5f8740fef5c032cebee0113ec4d3bbef04a6f4dbfaf7fcc7f3eb08c40
+SIZE (ipmitool-1.8.15.tar.bz2) = 747174


More information about the svn-ports-all mailing list