head 1.6; access; symbols pkgsrc-2013Q4:1.5.0.56 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.54 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.52 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.50 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.48 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.46 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.44 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.42 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.40 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.38 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.34 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.32 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.30 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.28 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.26 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.24 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.22 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.20 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.18 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.16 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.14 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.12 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.10 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.8 pkgsrc-2008Q1:1.5.0.6 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.4 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.2 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.4.0.6 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.4 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.2 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2; locks; strict; comment @# @; 1.6 date 2014.01.08.11.54.04; author hauke; state dead; branches; next 1.5; commitid ptD62ZWvIhxw7jkx; 1.5 date 2007.08.23.14.10.29; author hauke; state Exp; branches 1.5.56.1; next 1.4; 1.4 date 2006.10.05.02.49.30; author rillig; state Exp; branches; next 1.3; 1.3 date 2006.01.18.13.11.56; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.02.17.15.31.34; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.01.19.12.54.13; author wiz; state Exp; branches; next ; 1.5.56.1 date 2014.01.08.18.53.27; author tron; state dead; branches; next ; commitid UQbNiIoeMpZZslkx; desc @@ 1.6 log @Back-port and complete the fixes from radmind HEAD to support 64 bit time_t on NetBSD 6+. The configure patch had to be generated with autoconf downgraded to 2.61 - leave it to autohell to ruin your day... While we are here, shake, rattle & roll the patches. The resulting gyrations finally fix PR pkg/46555 @ text @$NetBSD: patch-aa,v 1.5 2007/08/23 14:10:29 hauke Exp $ --- Makefile.in.orig 2007-06-18 23:02:05.000000000 +0200 +++ Makefile.in @@@@ -253,6 +253,8 @@@@ rash : FRC -e 's@@_RADMIND_MAIL_DOMAIN@@${RADMIND_MAIL_DOMAIN}@@g' \ -e 's@@_RADMIND_COMMANDFILE@@${COMMANDFILE}@@g' \ -e 's@@_RADMIND_VERSION@@$(shell cat VERSION)@@g' \ + -e 's@@_PKG_SYSCONFDIR@@${PKG_SYSCONFDIR}@@g' \ + -e 's@@_LOCALBASE@@${LOCALBASE}@@g' \ -e 's@@_RADMIND_ECHO_PATH@@${ECHO}@@g' \ ${srcdir}/ra.sh > tmp/ra.sh; @ 1.5 log @Update to radmind 1.9 Major changes from 1.8.1: - Added support for minus transcripts and special files in command files - Ported to HP/UX Thanks to Jim Foraker for the patch. [ PATCH 1733645 ] Minor changes from 1.8.1: - Daemon no longer displays -R in usage. Users should begin using -B - Fixed bug where path to echo wasn't being set in ra.sh - Fixed bug where fsdiff wasn't displaying correct version number @ text @d1 1 a1 1 $NetBSD$ @ 1.5.56.1 log @Pullup ticket #4289 - requested by hauke sysutils/radmind: bug fix patch Revisions pulled up: - sysutils/radmind/Makefile 1.33-1.34 - sysutils/radmind/distinfo 1.19 - sysutils/radmind/patches/patch-Makefile.in 1.1 - sysutils/radmind/patches/patch-aa deleted - sysutils/radmind/patches/patch-ab deleted - sysutils/radmind/patches/patch-ac deleted - sysutils/radmind/patches/patch-ae deleted - sysutils/radmind/patches/patch-command.c 1.1 - sysutils/radmind/patches/patch-command.h 1.1 - sysutils/radmind/patches/patch-config.h.in 1.1 - sysutils/radmind/patches/patch-configure 1.1 - sysutils/radmind/patches/patch-configure.ac 1.1 - sysutils/radmind/patches/patch-ktcheck.c 1.1 - sysutils/radmind/patches/patch-largefile.h 1.1 - sysutils/radmind/patches/patch-lcksum.c 1.1 - sysutils/radmind/patches/patch-libsnet_snet.c 1.1 - sysutils/radmind/patches/patch-ra.sh 1.1 - sysutils/radmind/patches/patch-retr.c 1.1 - sysutils/radmind/patches/patch-transcript.c 1.1 - sysutils/radmind/patches/patch-update.c 1.1 --- Module Name: pkgsrc Committed By: hauke Date: Wed Jan 8 11:54:04 UTC 2014 Modified Files: pkgsrc/sysutils/radmind: Makefile distinfo Added Files: pkgsrc/sysutils/radmind/patches: patch-Makefile.in patch-command.c patch-command.h patch-config.h.in patch-configure patch-configure.ac patch-ktcheck.c patch-largefile.h patch-lcksum.c patch-libsnet_snet.c patch-ra.sh patch-retr.c patch-transcript.c patch-update.c Removed Files: pkgsrc/sysutils/radmind/patches: patch-aa patch-ab patch-ac patch-ae Log Message: Back-port and complete the fixes from radmind HEAD to support 64 bit time_t on NetBSD 6+. The configure patch had to be generated with autoconf downgraded to 2.61 - leave it to autohell to ruin your day... While we are here, shake, rattle & roll the patches. The resulting gyrations finally fix PR pkg/46555 --- Module Name: pkgsrc Committed By: hauke Date: Wed Jan 8 12:11:40 UTC 2014 Modified Files: pkgsrc/sysutils/radmind: Makefile Log Message: The package's build system does not ensure libsnet is built before linking to it, so mark unsafe for parallel makes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2007/08/23 14:10:29 hauke Exp $ @ 1.4 log @Updated radmind to 1.7.1. Major changes from 1.6.1: - Performance improvements to fsdiff In testing on linux, we've seen an 80x increase without checksums and a 4x increase with checksums. Other Changes: - Added -I to ra.sh for case insensitive compares - Automated building of universal binaries on OS X - lcksum supports multiple transcripts on the command line (patch #1448910) - ra.sh supports alternative fsdiff root paths thanks to Jeremy Reichman - ra.sh -V displays correct version number - fixed a loop in ra.sh auto when ktcheck finds changes but fsdiff doesn't - fixed lapply -w usage in ra.sh auto. - twhich supports -r to recursively twhich all path elements (patch #1470196) - twhich -I actually ignores case - lcksum returns correct exit value when verifying multiple transcripts - Server only loging POSIX stats for children - Fixed type-o in base64.c - Eliminated some warnings in base64 code @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2006/01/18 13:11:56 joerg Exp $ d3 3 a5 3 --- Makefile.in.orig 2006-05-24 19:45:15.000000000 +0200 +++ Makefile.in 2006-10-05 04:45:05.000000000 +0200 @@@@ -236,6 +236,8 @@@@ rash : FRC d11 1 a13 1 man : FRC @ 1.3 log @Maintainer update of radmind from PR 32339. New in 1.5.1: Added support for case insensitive file systems Add lsort to sort transcripts ktcheck: Fixed -D usage Added -D to specify radmind path Added -C to remove unused command files and transcripts fsdiff: Fixed bug that would calculate unnecessary checksums Fixed bug that required two runs to fix hardlinks for objects other then files. lapply: Fixed bug that would exit if a socket or a door didn't exist lcreate: -n correctly checks files. Fixed bug where -N wouldn't use correct size on applefiles lfdiff: Better special handling. If precedent_transcript returns special, make lfdiff handle it. Check to make sure local file exists. Check return value of precedent_transcript. uses highest precedence transcript for path if no -T or -S given twhich: Fixed error with new transcript code daemon: Changed -L to specify syslog level Added -F to specify syslog facility lcksum: removes temp files on error libsnet: made timed reads non-blocking SSL_read bug fix, amohave contents. docs: BUG 1352578: Added CN to special file path description Added lsort man page build: Fixed most warnings on OS X 10.4 Fixed bug with SASL builds @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- Makefile.in.orig 2005-12-07 21:13:43.000000000 +0100 +++ Makefile.in d8 1 a8 1 -e 's@@_RADMIND_VERSION@@${VERSION}@@g' \ @ 1.2 log @Update to 1.5.0, provided by the maintainer Hauke Fath in PR 29420: New in 1.5.0: * Major networking/speed improvements * fsdiff path argument can be used to limit scan - Thanks Wout Mertens * ktcheck -n bug fix for included command files * twhich displays transcript name for '-' lines * Added checkin and checkout to ra.sh * Added -V to ra.sh * ra.sh create gives useful default transcript name @ text @d3 1 a3 1 --- Makefile.in.orig 2005-01-24 20:24:11.000000000 +0100 d5 1 a5 2 @@@@ -223,6 +223,7 @@@@ rash : FRC -e 's@@_RADMIND_DIR@@${RADMINDDIR}@@g' \ d7 1 d10 1 @ 1.1 log @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 @ text @d3 1 a3 1 --- Makefile.in.orig 2005-01-06 22:37:37.000000000 +0100 d5 4 a8 4 @@@@ -219,6 +219,7 @@@@ rash : FRC -e 's@@_RADMIND_PREAPPLY@@${PREAPPLYDIR}@@g' \ -e 's@@_RADMIND_POSTAPPLY@@${POSTAPPLYDIR}@@g' \ -e 's@@_RADMIND_MKTEMP@@${MKTEMP}@@g' \ @