Subject: CVS commit: pkgsrc/net/openafs
To: None <pkgsrc-changes@NetBSD.org>
From: Tracy Di Marco White <gendalia@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2006 05:48:25
Module Name:	pkgsrc
Committed By:	gendalia
Date:		Sat Apr 29 05:48:25 UTC 2006

Modified Files:
	pkgsrc/net/openafs: Makefile PLIST distinfo
Removed Files:
	pkgsrc/net/openafs/patches: patch-ab

Log Message:
Update to OpenAFS 1.4.1 from 1.4.0.

Changes from 1.4.0:
All systems:

- Several race conditions in the host tracking and handling in the fileserver
  which could cause inconsistent behavior and crashes have been fixed.

- A fileserver bug where a reference to a volume could be leaked and later
  cause a deadlock as a result of a bulk status call

- Reference counting of fileserver objects in unsigned 32 bit integers
  instead of signed 16 bit integers.

- Avoid type mismatches when handling time values (betweemn 32 bit and 64 bit
  variables).

- Fix a memory leak during multilevel packet queue handling.

- Audit log output had been updated to include FIDs for newly created files.

- asetkey is now included to ease Kerberos 5 integration for server
  administrators.

- A new fileserver statistics collection including callback statistics was
  added.

- man pages are now generated.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/net/openafs/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/openafs/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/net/openafs/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/net/openafs/patches/patch-ab

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