pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ipmitool Update to ipmitool 1.8.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbc28bff9ddc
branches:  trunk
changeset: 585482:fbc28bff9ddc
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Feb 17 08:38:56 2011 +0000

description:
Update to ipmitool 1.8.11

various bug fixes including support for newer GCC's.

diffstat:

 sysutils/ipmitool/Makefile         |   5 ++---
 sysutils/ipmitool/PLIST            |  13 +------------
 sysutils/ipmitool/distinfo         |  11 ++++-------
 sysutils/ipmitool/patches/patch-aa |  13 -------------
 sysutils/ipmitool/patches/patch-ab |  13 -------------
 sysutils/ipmitool/patches/patch-ac |  13 -------------
 6 files changed, 7 insertions(+), 61 deletions(-)

diffs (107 lines):

diff -r 2f2cdab400e6 -r fbc28bff9ddc sysutils/ipmitool/Makefile
--- a/sysutils/ipmitool/Makefile        Thu Feb 17 08:31:50 2011 +0000
+++ b/sysutils/ipmitool/Makefile        Thu Feb 17 08:38:56 2011 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2010/01/17 12:02:45 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/02/17 08:38:56 markd Exp $
 #
 
-DISTNAME=              ipmitool-1.8.8
-PKGREVISION=           3
+DISTNAME=              ipmitool-1.8.11
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
 
diff -r 2f2cdab400e6 -r fbc28bff9ddc sysutils/ipmitool/PLIST
--- a/sysutils/ipmitool/PLIST   Thu Feb 17 08:31:50 2011 +0000
+++ b/sysutils/ipmitool/PLIST   Thu Feb 17 08:38:56 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:16:07 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/02/17 08:38:56 markd Exp $
 bin/ipmitool
 man/man1/ipmitool.1
 man/man8/ipmievd.8
@@ -7,15 +7,4 @@
 share/doc/ipmitool/COPYING
 share/doc/ipmitool/ChangeLog
 share/doc/ipmitool/README
-share/examples/ipmitool/README
-share/examples/ipmitool/bmclanconf
-share/examples/ipmitool/collect_data.sh
-share/examples/ipmitool/create_rrds.sh
-share/examples/ipmitool/create_webpage.sh
-share/examples/ipmitool/create_webpage_compact.sh
-share/examples/ipmitool/ipmi.init.basic
-share/examples/ipmitool/ipmi.init.redhat
-share/examples/ipmitool/ipmievd.init.debian
-share/examples/ipmitool/ipmievd.init.redhat
-share/examples/ipmitool/ipmievd.init.suse
 share/examples/ipmitool/oem_ibm_sel_map
diff -r 2f2cdab400e6 -r fbc28bff9ddc sysutils/ipmitool/distinfo
--- a/sysutils/ipmitool/distinfo        Thu Feb 17 08:31:50 2011 +0000
+++ b/sysutils/ipmitool/distinfo        Thu Feb 17 08:38:56 2011 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/01/10 14:27:47 martti Exp $
+$NetBSD: distinfo,v 1.4 2011/02/17 08:38:56 markd Exp $
 
-SHA1 (ipmitool-1.8.8.tar.gz) = 98381b7ae7471a6a58c5ebfeec343f07bac4df0a
-RMD160 (ipmitool-1.8.8.tar.gz) = e01c3c9248988f06250093745861bec58a1bf8a3
-Size (ipmitool-1.8.8.tar.gz) = 634899 bytes
-SHA1 (patch-aa) = 7cc931e11aa833c41428f75059e051915ba4b68b
-SHA1 (patch-ab) = c4cc36f6988864b1fc1361b3f2f690f99e824c76
-SHA1 (patch-ac) = f9aa72f33be91d87f69cc5459784c3a31d44e928
+SHA1 (ipmitool-1.8.11.tar.gz) = 4cb6ff3736fd3e166abc5303d6373672327a5db1
+RMD160 (ipmitool-1.8.11.tar.gz) = 189b2232bcd148bc89c610dfae73c6f12f42fb36
+Size (ipmitool-1.8.11.tar.gz) = 769964 bytes
 SHA1 (patch-ad) = 3941c5ea9286137e58ae6fb62aea6daff390ffa1
diff -r 2f2cdab400e6 -r fbc28bff9ddc sysutils/ipmitool/patches/patch-aa
--- a/sysutils/ipmitool/patches/patch-aa        Thu Feb 17 08:31:50 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2007/01/10 14:27:47 martti Exp $
-
---- Makefile.in.orig   2006-05-15 17:10:52.000000000 +0000
-+++ Makefile.in        2007-01-10 15:33:05.000000000 +0000
-@@ -687,7 +687,7 @@
- 
- install-data-local:
-       mkdir -p $(DOCDIR)
--      install -m 644 $(DOCLIST) $(DOCDIR)
-+      $(INSTALL_DATA) $(DOCLIST) $(DOCDIR)
- 
- .PHONY: pkg
- pkg: PKG := ipmitool-@VERSION@-@OS@-@ARCH@
diff -r 2f2cdab400e6 -r fbc28bff9ddc sysutils/ipmitool/patches/patch-ab
--- a/sysutils/ipmitool/patches/patch-ab        Thu Feb 17 08:31:50 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2007/01/10 14:27:47 martti Exp $
-
---- Makefile.am.orig   2006-03-19 17:59:38.000000000 +0000
-+++ Makefile.am        2007-01-10 15:33:28.000000000 +0000
-@@ -49,7 +49,7 @@
- 
- install-data-local:
-       mkdir -p $(DOCDIR)
--      install -m 644 $(DOCLIST) $(DOCDIR)
-+      $(INSTALL_DATA) $(DOCLIST) $(DOCDIR)
- 
- .PHONY: pkg
- pkg: PKG := ipmitool-@VERSION@-@OS@-@ARCH@
diff -r 2f2cdab400e6 -r fbc28bff9ddc sysutils/ipmitool/patches/patch-ac
--- a/sysutils/ipmitool/patches/patch-ac        Thu Feb 17 08:31:50 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2007/01/10 14:27:47 martti Exp $
-
---- lib/helper.c.orig  2006-03-28 16:56:56.000000000 +0000
-+++ lib/helper.c       2007-01-10 15:33:50.000000000 +0000
-@@ -388,7 +388,7 @@
-               close(fd);
-       }
- #else
--      if (setpgrp() == -1)
-+      if (setpgid(0,0) == -1)
-               exit(1);
-       pid = (pid_t) fork();
-       if (pid < 0 || pid > 0)



Home | Main Index | Thread Index | Old Index