Subject: CVS commit: pkgsrc/devel/cvsync
To: None <pkgsrc-changes@NetBSD.org>
From: MAEKAWA Masahide <gehenna@netbsd.org>
List: pkgsrc-changes
Date: 07/30/2003 16:11:50
Module Name:	pkgsrc
Committed By:	gehenna
Date:		Wed Jul 30 16:11:50 UTC 2003

Modified Files:
	pkgsrc/devel/cvsync: Makefile distinfo

Log Message:
CVSync 0.24.2

Changes:
	* A 'access' file is reloaded dynamically. (server)
	  This file is reloaded when a client is connected if necessary.

	  Not necessary to restart for reloading any files.

	* New keyword: base-prefix (server)

	  Specifies the prefix for the keyword 'prefix' of collections.
	  It must be an absolute path.

	* Fix a bug to try to remove wrong pid file mistakenly. (server)

	* Fix a bug to forget to tranfer the last file in some cases. (server)

	* native SHA1 is enabled on OpenBSD 3.3 or prior again.
	  All SHA1 calculations is wrapped by giant lock on OpenBSD.

	* Fix a rdiff bug. (server)

	* New keyword: haltfile (server)

	  When specified, a server checks it instead of /var/run/cvsyncd.HALT.

	* New feature: file-based halt (server)

	  If /var/run/cvsyncd.HALT is created or modified when a server is
	  running, the server exits gracefully.

	* New keyword: pidfile (server)

	  Specifies the file to store the pid number in a configuration file.

	* Fix a bug to mirror directories/files specified as 'deny'
	  in 'distfile' mistakenly.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/devel/cvsync/Makefile
cvs rdiff -r1.41 -r1.42 pkgsrc/devel/cvsync/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.