diff options
author | gendalia <gendalia@pkgsrc.org> | 2006-04-29 05:48:25 +0000 |
---|---|---|
committer | gendalia <gendalia@pkgsrc.org> | 2006-04-29 05:48:25 +0000 |
commit | aca179b23f76ec59590a7334dc83b4f2ab55e5af (patch) | |
tree | 4c7cb10e258e4e0d74d1fa77de67bbda29c6001e /net/openafs/patches | |
parent | de5f21368065d6d2375d1d44bb08afca5d7b5e48 (diff) | |
download | pkgsrc-aca179b23f76ec59590a7334dc83b4f2ab55e5af.tar.gz |
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.
Diffstat (limited to 'net/openafs/patches')
-rw-r--r-- | net/openafs/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/openafs/patches/patch-ab b/net/openafs/patches/patch-ab deleted file mode 100644 index 645a3e65bc8..00000000000 --- a/net/openafs/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2005/11/04 07:20:32 gendalia Exp $ - ---- src/config/param.nbsd21.h.orig 2005-11-04 00:43:26.000000000 -0600 -+++ src/config/param.nbsd21.h -@@ -29,7 +29,7 @@ - #define AFS_HAVE_FFS 1 /* Use system's ffs. */ - - #if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H) --#if __NetBSD_Version__ >= 200040000 -+#if __NetBSD_Version__ >= 299000900 - #define AFS_HAVE_STATVFS 1 /* System supports statvfs */ - #else - #define AFS_HAVE_STATVFS 0 /* System doesn't supports statvfs */ |