diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-19 12:54:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-19 12:54:13 +0000 |
commit | 11c03b18881020f3275f83897f94753bd382cccb (patch) | |
tree | a159db11b0e25c227fd7b0b8f4292e3e3b61b4df | |
parent | 13586a79d734b3f519917b35e759fa3acbe81f81 (diff) | |
download | pkgsrc-11c03b18881020f3275f83897f94753bd382cccb.tar.gz |
Update to 1.4.0, provided by Hauke Fath in PR 29010.
Changes since 1.3.2:
1.4.0
* Added support for command file in a command file
* Added support for alternative certificate names. Thanks Maarten
Thibaut
* Added -D option to lmerge and lcksum that specifies the radmind
working directory. Thanks Dave Alden
* fsdiff -A always lists associated transcript
* lcksum -A verifies AppleSingle headers
* lcksum -a continues checking on error. Requires -n option
* lcksum -i forces line buffering
* mkdirs works with existing directories on read-only filesystems
* fsdiff clips trailing '/' on path
* fixed double line listing bug in lmerge
* lapply correctly handles sockets
* Reduced number of open calls in checksum code
* Fixed double free in server
* Corrected error message in daemon
* Sharing server TLS code
* Added defaults to ra.sh
* Improvements to ra.sh on solaris
-rw-r--r-- | sysutils/radmind/Makefile | 8 | ||||
-rw-r--r-- | sysutils/radmind/distinfo | 8 | ||||
-rw-r--r-- | sysutils/radmind/patches/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/radmind/patches/patch-ab | 28 |
4 files changed, 51 insertions, 5 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index a9e902db201..177bd811650 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/01/03 23:00:19 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/19 12:54:13 wiz Exp $ # -DISTNAME= radmind-1.3.2 +DISTNAME= radmind-1.4.0 CATEGORIES= sysutils MASTER_SITES= http://rsug.itd.umich.edu/software/radmind/files/ EXTRACT_SUFX= .tgz @@ -22,6 +22,10 @@ OWN_DIRS_PERMS+= ${VARBASE}/radmind \ ${ROOT_USER} ${ROOT_GROUP} 0750 OWN_DIRS_PERMS+= ${VARBASE}/radmind/client \ ${ROOT_USER} ${ROOT_GROUP} 0750 +OWN_DIRS_PERMS+= ${VARBASE}/radmind/preapply \ + ${ROOT_USER} ${ROOT_GROUP} 0750 +OWN_DIRS_PERMS+= ${VARBASE}/radmind/postapply \ + ${ROOT_USER} ${ROOT_GROUP} 0750 OWN_DIRS_PERMS+= ${VARBASE}/radmind/cert \ ${ROOT_USER} ${ROOT_GROUP} 0700 RCD_SCRIPTS= radmind diff --git a/sysutils/radmind/distinfo b/sysutils/radmind/distinfo index 4f49d8be803..6a85d527c48 100644 --- a/sysutils/radmind/distinfo +++ b/sysutils/radmind/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/12/28 14:04:39 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/01/19 12:54:13 wiz Exp $ -SHA1 (radmind-1.3.2.tgz) = 8f7489bc1fed2687d32d6327ef092299c52f831b -Size (radmind-1.3.2.tgz) = 516271 bytes +SHA1 (radmind-1.4.0.tgz) = 68fcb7cf9dba6449cb501f216d510bf4f5badff1 +Size (radmind-1.4.0.tgz) = 342647 bytes +SHA1 (patch-aa) = a6a8de2f5f91dbdbd7b46ec795fa5e4bf60c97c9 +SHA1 (patch-ab) = b973563ae1899f2f3acf8a682d3d6a51cd0db889 diff --git a/sysutils/radmind/patches/patch-aa b/sysutils/radmind/patches/patch-aa new file mode 100644 index 00000000000..8d9781e5bb4 --- /dev/null +++ b/sysutils/radmind/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2005/01/19 12:54:13 wiz Exp $ + +--- Makefile.in.orig 2005-01-06 22:37:37.000000000 +0100 ++++ Makefile.in +@@ -219,6 +219,7 @@ rash : FRC + -e 's@_RADMIND_PREAPPLY@${PREAPPLYDIR}@g' \ + -e 's@_RADMIND_POSTAPPLY@${POSTAPPLYDIR}@g' \ + -e 's@_RADMIND_MKTEMP@${MKTEMP}@g' \ ++ -e 's@_PKG_SYSCONFDIR@${PKG_SYSCONFDIR}@g' \ + ${srcdir}/ra.sh > tmp/ra.sh; + + man : FRC diff --git a/sysutils/radmind/patches/patch-ab b/sysutils/radmind/patches/patch-ab new file mode 100644 index 00000000000..9ad246de43c --- /dev/null +++ b/sysutils/radmind/patches/patch-ab @@ -0,0 +1,28 @@ +$NetBSD: patch-ab,v 1.1 2005/01/19 12:54:13 wiz Exp $ + +--- ra.sh.orig 2004-12-21 17:48:00.000000000 +0100 ++++ ra.sh +@@ -23,7 +23,7 @@ + SERVER="_RADMIND_HOST" + TLSLEVEL="_RADMIND_AUTHLEVEL" + EDITOR=${EDITOR:-vi} +-DEFAULTS="/etc/defaults/radmind" ++DEFAULTS="_PKG_SYSCONFDIR/radmind.defaults" + FSDIFFROOT="." + FLAG="/var/radmind/client/.RadmindRunning" + +@@ -46,14 +46,6 @@ fi + LTMP="${TMPDIR}/lapply.out" + FTMP="${TMPDIR}/fsdiff.out" + +-# different systems use different default dirs +-if [ ! -f "${DEFAULTS}" ]; then +- DEFAULTS="/etc/default/radmind" +- if [ ! -f "${DEFAULTS}" ]; then +- DEFAULTS="/etc/radmind.defaults" +- fi +-fi +- + Yn() { + echo -n "$*" "[Yn] " + read ans |