Next | Query returned 57 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2011-11-26 05:40:27 by Steven Drake | Files touched by this commit (1)
Log message:
Add missing devel/zlib buildlink.

Bump PKGREVISION
   2010-12-14 17:27:29 by Hauke Fath | Files touched by this commit (2)
Log message:
Update radmind to 1.14.1, fixing a regression in 1.14.0 causing lmerge
to fail in certain circumstances when using relative paths.

The changelog:

* Changes since 1.14.0 *

mkdirs: Directory creation failure can be ignored if the directory
already exists.
   2010-11-29 16:24:23 by Hauke Fath | Files touched by this commit (3) | Package updated
Log message:
Maintainer update to Radmind v1.14.0

* Changes since 1.13.0 *

    common: Certificate Revocation List (CRL) support.
	    Patch from daking at rescomp dot stanford dot edu.

    common: Add --with-pam option to configure script.
	    Based on a patch from peckhamj at umich dot edu.

    common: [Patch 2931438]: Change port back to standard on failure to
	    connect. Based on a patch from slauncha at umich dot edu.

    common: Fix universal binary builds on Mac OS X 10.6.

    common: getsnet script now uses git.

    common: minor fixes and changes to build system.

    radmind: -r (use randfile) was being ignored.
	    Report from daking at rescomp dot stanford dot edu.

    fsdiff: [Bug 1816150]: Can't replace dir with file.

    fsdiff: [Bug 2887658]: fsdiff prints multiple lines for changing
	    character devices. Patch from jforaker at users dot
	    sourceforge dot net.

    fsdiff: Repeated pathnames in transcripts are now treated as an error.

    fsdiff: Fix [Bug 3022287]: 1.14rc1 incorrectly identifying type
	    as applefile. Report from bstr at users dot sourceforge dot net.

    ktcheck: [Bug 2927309]: ktcheck cores with self-referential command files.

    lmerge: [Patch 2877346]: Add a copy mode to lmerge.
	    Patch from peckhamj at umich dot edu.

    ra.sh: [Patch 2524867]: Add -p (port) option for ra.sh.
	    Based on a patch from steinhof at umich dot edu.

    ra.sh: [Patch 2899332]: Document -p option for ra.sh
	    Patch from ezekielh at umich dot edu.

    Makefile: dist no longer creates tar archives with '../' path prefixes.

    Mac OS X package: Fix [Bug 3029115]: RadmindTools-1.14.0rc1.pkg.tar.gz
	    contains leading '../'. Report from daking at stanford dot edu.
   2010-09-09 15:58:00 by Hauke Fath | Files touched by this commit (2)
Log message:
Package upgraded to 1.14.0rc1 - essentially bug fixes assembled in the
last two years. From the git commit log:

2010-06-23
	Create longest possible path first in mkdirs routine.  radmind-1.14.0rc1

2010-05-28
	Updated radmind man page with CRL documentation.

2010-05-28
	[Patch 2930172]: Add support for CRLs

2010-02-03
	Fix: check argument count when encountering a minus...

2010-01-28
	[Bug 2927309]: ktcheck cores with recursive command...

2010-01-20
	Fix: -r (use randfile) was being ignored.

2010-01-13
	[Patch 2931438]: Change port back to standard on failur...

2009-12-15
	node_create sometimes takes a NULL transcript name.

2009-12-06
	[Bug 1816150]: Can't replace dir with file.

2009-11-19
	Accidentally placed dns_sd check in the PAM if-block.

2009-11-19
	Pull Wes's path repetition dectection patch from CVS.

2009-11-19
	Add --with-pam.

2009-11-17
	[Patch 2899332] Fix and document -p option to ra.sh.

2009-11-11
	[Patch 2524867] Add -p option for ra.sh (for port).

2009-11-11
	[Patch 2877346] Add a copy mode to lmerge.

2009-11-11
	Fix: missing closing quotation mark in lcksum error...

2009-10-28
	[Bug 2887658]: fsdiff prints multiple lines for changin...

2009-10-15
	Fix: lcksum crashes when given a minus (-) line with...

2009-10-15
	Accept 2845279: Updated rash manpage

2009-09-11
	Quick fix for pam_conv struct compiler nagging.

2009-09-11
	Fix empty prepath check in lapply and lcksum

2009-08-18
	Exclude leftovers from autoconf and git when making...

2009-08-18
	Do not track configure script.

2009-08-01
	Eliminate old workaround for broken mkdir on old versio...   origin

2009-02-23
	Only use $USERNAME if $USERAUTH is enabled.

2009-01-29
	Fix bug 2541171. Patch from bawood at umich dot edu.

2008-12-11
	Proof-of-concept code using Apple's FSEvents API. Can...
   2010-09-09 15:06:19 by Hauke Fath | Files touched by this commit (1)
Log message:
Radmind's license is a condensed version of the three clause BSD
license.

Change my maintainer address to @netbsd.org, makes dealing with bug
reports (what?!) easier.
   2010-02-19 21:48:45 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix ownership. Bump revision.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2008-11-21 03:07:31 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
Make sure to update distinfo.
   2008-11-20 14:45:29 by Hauke Fath | Files touched by this commit (2) | Package updated
Log message:
Update Radmind to v1.13.0

Radmind 1.13.0 features the following changes:

* Exclude patterns apply to transcript lines. [Bug #2038036]
* Automatically convert paths between absolute and relative paths
based on the path given to fsdiff. [Patch #2020818]
* If path doesn't contain a directory, canonicalize it by prepending
"./".
* Mac Package can be installed on any volume. [Feature Request #2025217]
* Add -e to ktcheck and lapply to allow changing the event type that
is reported to the radmind server. [Patch #1951140] Thanks Karl Kuehn
of Stanford University for the patch.
* Added -T option to lmerge to merge only transcripts, not files.
[Patch #2014521] Thanks to Eric Garver from the University of Michigan
for the patch.

Changelog entry for v1.12

Major changes from 1.11.0:
- Support for includes in the config file (Patch 1919220).
- Support symlink ownership (Feature request 1834497).
- Support for lchown and lchmod, expanded 'l' type to include owner,
group, mode.

Minor changes from 1.11.0:
- Fixed bug causing twhich to print out bad special file lines.
- Fixed bug in wildcard {} matching reported by
<larkost@so...>,
improved [] processing.
- ktcheck -I support, fixing bug 1436097 and case-insensitive
special.T.
- ktcheck -n now reports correct info and exits with correct value
when dealing with special.T.
- ra.sh now supports ktcheck -I.
- ra.sh -D support, allowing admin to change working directory before
running update.
- If PAGER is set, ra.sh will use it to display difference transcript.
- twhich usage output now includes -r.
- Added instructions for building from CVS.
- Added bin/getsnet to retrieve libsnet from SF.net.
- Improved universal binary building (Mac OS X).
   2008-06-23 10:44:28 by Hauke Fath | Files touched by this commit (1)
Log message:
Note than Radmind server has switched from port 6662 to the
IANA-assigned 6222.

Next | Query returned 57 messages, browsing 21 to 30 | Previous