pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/radmind Maintainer update to Radmind 1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/160773589534
branches:  trunk
changeset: 528552:160773589534
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Mon May 07 14:14:06 2007 +0000

description:
Maintainer update to Radmind 1.8.0

Major changes from 1.7.2:
- Added reporting capabilities
Clients will automatically report to the serve the success or
failures
of ktcheck and lapply. Also added a new tool "repo" that will log
custom messages to the radmind server.

Other Changes:
- Fixed bug in daemon that caused "success" or "no error" to be logged
instead of actual error message. [BUG #1660749]
Thanks to Gabrielle Singleton for reporting the problem.
- ra.sh uses more portable find options. [ Bug #1385630 ]
Thanks Sean Sweda for the patch.
- fsdiff displays the command file name when reporting command
file line errors. [ Feature #1592739 ]
- Makefile.in using POSIX sub-make methodology [ Bug #1641044 ]
- Fixed build problem for Suse 10. [ Bug #1677170 ]
Thanks cdr3 for reporting the problem.
- ktcheck exits on all non 2xx server responses to avoid all
cascading error messages
- Added optional path to ra.sh for update & create
- Including configure.ac in source distribution
- ra.sh auto now does pre/post apply.
Thanks Sean Sweda for the patch.
- Updated copyright information
- Cleaned up formatting of STAT SPEC
- Cleaned up server's debug information

diffstat:

 sysutils/radmind/Makefile         |   4 ++--
 sysutils/radmind/distinfo         |  10 +++++-----
 sysutils/radmind/patches/patch-ab |  36 +++++++++---------------------------
 3 files changed, 16 insertions(+), 34 deletions(-)

diffs (94 lines):

diff -r 867a7ac83d64 -r 160773589534 sysutils/radmind/Makefile
--- a/sysutils/radmind/Makefile Mon May 07 12:45:32 2007 +0000
+++ b/sysutils/radmind/Makefile Mon May 07 14:14:06 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2006/10/05 02:49:30 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/05/07 14:14:06 hauke Exp $
 #
 
-DISTNAME=      radmind-1.7.1
+DISTNAME=      radmind-1.8.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=radmind/}
 
diff -r 867a7ac83d64 -r 160773589534 sysutils/radmind/distinfo
--- a/sysutils/radmind/distinfo Mon May 07 12:45:32 2007 +0000
+++ b/sysutils/radmind/distinfo Mon May 07 14:14:06 2007 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2006/10/06 20:55:46 rillig Exp $
+$NetBSD: distinfo,v 1.11 2007/05/07 14:14:06 hauke Exp $
 
-SHA1 (radmind-1.7.1.tar.gz) = b6c95e5c17eb8d2232988ec306959c120d5d48bf
-RMD160 (radmind-1.7.1.tar.gz) = 9ee6990f72a022e2c42380e6936462afb3191bb7
-Size (radmind-1.7.1.tar.gz) = 378163 bytes
+SHA1 (radmind-1.8.0.tar.gz) = 2d775ee01ac47ad47f6129b6282bb533600c7df7
+RMD160 (radmind-1.8.0.tar.gz) = e6e8f0ac067b6c96a7a397d0fd3b540cc707bd2b
+Size (radmind-1.8.0.tar.gz) = 387738 bytes
 SHA1 (patch-aa) = 46c1e6b29980712382180c856f389357d6bbee70
-SHA1 (patch-ab) = 49f0efb9c3497aee8337b077cfc70ec5866ff78d
+SHA1 (patch-ab) = 444b151795499cb09ceb7cf1722b6cbd45e8998f
 SHA1 (patch-ac) = c1ea9930b9c2fee94a0b0d43e8aeec1925e454e7
 SHA1 (patch-ad) = 40974d0b41be44c2ebd0d29dca31bcc42837328a
 SHA1 (patch-ae) = 58b15301aa1df00e6e5bab9f21db8ddc99461f2a
diff -r 867a7ac83d64 -r 160773589534 sysutils/radmind/patches/patch-ab
--- a/sysutils/radmind/patches/patch-ab Mon May 07 12:45:32 2007 +0000
+++ b/sysutils/radmind/patches/patch-ab Mon May 07 14:14:06 2007 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.5 2006/10/05 02:49:30 rillig Exp $
+$NetBSD: patch-ab,v 1.6 2007/05/07 14:14:06 hauke Exp $
 
---- ra.sh.orig 2006-07-19 22:17:51.000000000 +0200
-+++ ra.sh      2006-10-05 04:45:56.000000000 +0200
-@@ -25,7 +25,7 @@ SERVER="_RADMIND_HOST"
- TLSLEVEL="_RADMIND_AUTHLEVEL"
+--- ra.sh.orig 2007-02-27 16:20:09.000000000 +0100
++++ ra.sh
+@@ -29,7 +29,7 @@ TLSLEVEL="_RADMIND_AUTHLEVEL"
  EDITOR=${EDITOR:-vi}
  USER=${SUDO_USER:-$USER}
+ TMPDIR="${TMPDIR:=/tmp}"
 -DEFAULTS="/etc/defaults/radmind"
 +DEFAULTS="_PKG_SYSCONFDIR/radmind.defaults"
  FSDIFFROOT="."
  FLAG="_RADMIND_DIR/client/.RadmindRunning"
  CHECKEDOUT="_RADMIND_DIR/client/.CheckedOut"
-@@ -35,7 +35,7 @@ VERSION=_RADMIND_VERSION
+@@ -39,7 +39,7 @@ VERSION=_RADMIND_VERSION
  PREAPPLY="_RADMIND_PREAPPLY"
  POSTAPPLY="_RADMIND_POSTAPPLY"
  
@@ -20,9 +20,9 @@
  RETRY=10
  
  MKTEMP="_RADMIND_MKTEMP"
-@@ -51,14 +51,6 @@ fi
- LTMP="${TMPDIR}/lapply.out"
- FTMP="${TMPDIR}/fsdiff.out"
+@@ -55,14 +55,6 @@ fi
+ LTMP="${RASHTMP}/lapply.out"
+ FTMP="${RASHTMP}/fsdiff.out"
  
 -# different systems use different default dirs
 -if [ ! -f "${DEFAULTS}" ]; then
@@ -35,21 +35,3 @@
  Yn() {
      echo -n "$*" "[Yn] "
      read ans
-@@ -89,7 +81,7 @@ cleanup() {
- 
- dopreapply() {
-     if [ -d ${PREAPPLY} ]; then
--      SCRIPTS=`find ${PREAPPLY} -perm +u+x \! -type d | sort`
-+      SCRIPTS=`find ${PREAPPLY} -perm -u+x \! -type d | sort`
-       if [ "${SCRIPTS}" ]; then
-           for script in ${SCRIPTS}; do
-               ${script} "$1"
-@@ -100,7 +92,7 @@ dopreapply() {
- 
- dopostapply() {
-     if [ -d ${POSTAPPLY} ]; then
--      SCRIPTS=`find ${POSTAPPLY} -perm +u+x \! -type d | sort`
-+      SCRIPTS=`find ${POSTAPPLY} -perm -u+x \! -type d | sort`
-       if [ "${SCRIPTS}" ]; then
-           for script in ${SCRIPTS}; do
-               ${script} "$1"



Home | Main Index | Thread Index | Old Index