From owner-svn-ports-head@freebsd.org Sun Nov 8 19:22:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0142A2912C; Sun, 8 Nov 2015 19:22:47 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C99A197A; Sun, 8 Nov 2015 19:22:47 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8JMkVi073266; Sun, 8 Nov 2015 19:22:46 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8JMktB073264; Sun, 8 Nov 2015 19:22:46 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201511081922.tA8JMktB073264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 8 Nov 2015 19:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401070 - head/sysutils/ipmitool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 19:22:47 -0000 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