Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 17:37:03 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529747 - head/sysutils/auto-admin
Message-ID:  <202003281737.02SHb3xG015196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Sat Mar 28 17:37:03 2020
New Revision: 529747
URL: https://svnweb.freebsd.org/changeset/ports/529747

Log:
  auto-admin: Upgrade to 0.6.0
  
  New scripts for octet/hex conversions, iDRAC config and timezone detection
  Add ZFS support to auto-pxe-installer-setup
  More flexible network settings in auto-pxe-node-discover
  Fix egregious bugs in NFS setup scripts
  More robust auto-gpu-setup
  Improved UI for auto-pkgsrc-setup
  More robust auto-update-system

Modified:
  head/sysutils/auto-admin/Makefile
  head/sysutils/auto-admin/distinfo
  head/sysutils/auto-admin/pkg-plist

Modified: head/sysutils/auto-admin/Makefile
==============================================================================
--- head/sysutils/auto-admin/Makefile	Sat Mar 28 17:30:37 2020	(r529746)
+++ head/sysutils/auto-admin/Makefile	Sat Mar 28 17:37:03 2020	(r529747)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	auto-admin
-DISTVERSION=	0.5.1
+DISTVERSION=	0.6.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
 		http://outpaddling.mooo.com/~bacon/Acadix/Ports/distfiles/

Modified: head/sysutils/auto-admin/distinfo
==============================================================================
--- head/sysutils/auto-admin/distinfo	Sat Mar 28 17:30:37 2020	(r529746)
+++ head/sysutils/auto-admin/distinfo	Sat Mar 28 17:37:03 2020	(r529747)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579661733
-SHA256 (auto-admin-0.5.1.tar.xz) = 8a776cbc4abf2d26cfb8a70419dbabcb6d2dd2b02833cf87356d6b59d7c02116
-SIZE (auto-admin-0.5.1.tar.xz) = 69204
+TIMESTAMP = 1585416241
+SHA256 (auto-admin-0.6.0.tar.xz) = fcbb667d3314f16d052017853fb05634e6dfc4eb9ebd6581cab12126155473d1
+SIZE (auto-admin-0.6.0.tar.xz) = 72088

Modified: head/sysutils/auto-admin/pkg-plist
==============================================================================
--- head/sysutils/auto-admin/pkg-plist	Sat Mar 28 17:30:37 2020	(r529746)
+++ head/sysutils/auto-admin/pkg-plist	Sat Mar 28 17:37:03 2020	(r529747)
@@ -46,6 +46,8 @@ sbin/auto-freebsd-wip-checkout
 sbin/auto-fusefs-install
 sbin/auto-gpu-setup
 sbin/auto-harden
+sbin/auto-hex-to-octet
+sbin/auto-idrac-config
 sbin/auto-idrac-passwd
 sbin/auto-insert-line
 sbin/auto-install-infiniband-modules
@@ -67,6 +69,7 @@ sbin/auto-network-restart
 sbin/auto-nfs-add-share
 sbin/auto-nfs-restart
 sbin/auto-nfs-server-setup
+sbin/auto-octet-to-hex
 sbin/auto-os-release
 sbin/auto-ostype
 sbin/auto-package-installed
@@ -81,6 +84,7 @@ sbin/auto-pkgsrc-setup
 sbin/auto-ports-checkout
 sbin/auto-ports-setup
 sbin/auto-print-make-variable
+sbin/auto-print-timezone
 sbin/auto-pxe-installer-setup
 sbin/auto-pxe-node-discover
 sbin/auto-remove-from-group



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003281737.02SHb3xG015196>