summaryrefslogtreecommitdiff
path: root/net/openafs
diff options
context:
space:
mode:
authorgendalia <gendalia>2006-04-29 05:48:25 +0000
committergendalia <gendalia>2006-04-29 05:48:25 +0000
commit54255df0175e93cfa21839060653a41e64c02a1a (patch)
tree4c7cb10e258e4e0d74d1fa77de67bbda29c6001e /net/openafs
parent345de7df887db970976e0a62126fe715d167d9cd (diff)
downloadpkgsrc-54255df0175e93cfa21839060653a41e64c02a1a.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')
-rw-r--r--net/openafs/Makefile7
-rw-r--r--net/openafs/PLIST4
-rw-r--r--net/openafs/distinfo9
-rw-r--r--net/openafs/patches/patch-ab13
4 files changed, 10 insertions, 23 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile
index 548999b26f4..18394f6f547 100644
--- a/net/openafs/Makefile
+++ b/net/openafs/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2006/01/24 18:56:23 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/29 05:48:25 gendalia Exp $
-DISTNAME= openafs-1.4.0-src
-PKGREVISION= 1
+DISTNAME= openafs-1.4.1-src
PKGNAME= ${DISTNAME:C/-src//}
CATEGORIES= net sysutils
-MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.0/
+MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gendalia@NetBSD.org
diff --git a/net/openafs/PLIST b/net/openafs/PLIST
index a05838475f1..2f680d8cbd0 100644
--- a/net/openafs/PLIST
+++ b/net/openafs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/08/11 08:48:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/04/29 05:48:25 gendalia Exp $
bin/afsmonitor
bin/bos
bin/cmdebug
@@ -189,6 +189,8 @@ lib/afs/libxstat_cm.a
lib/afs/libxstat_fs.a
lib/afs/util.a
lib/afs/vlib.a
+lib/libafsauthent.a
+lib/libafsrpc.a
lib/libdes.a
lib/liblwp.a
lib/librx.a
diff --git a/net/openafs/distinfo b/net/openafs/distinfo
index cae3740bb7e..fd679846017 100644
--- a/net/openafs/distinfo
+++ b/net/openafs/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/11/04 07:20:32 gendalia Exp $
+$NetBSD: distinfo,v 1.10 2006/04/29 05:48:25 gendalia Exp $
-SHA1 (openafs-1.4.0-src.tar.bz2) = 09839a6bc71da3902f591c4f4f3c27cb63168195
-RMD160 (openafs-1.4.0-src.tar.bz2) = 96cac36c5f0e0891b8a77506003d9bda448dce23
-Size (openafs-1.4.0-src.tar.bz2) = 11268368 bytes
+SHA1 (openafs-1.4.1-src.tar.bz2) = 8f2ba479dfdc32e7471555f4a19493839bdd736f
+RMD160 (openafs-1.4.1-src.tar.bz2) = f842cc0ba7c434eea82721528c0449a307aea62b
+Size (openafs-1.4.1-src.tar.bz2) = 11244316 bytes
SHA1 (patch-aa) = a24cc0d97a0045e44dadbcb195a55c50dfc2d308
-SHA1 (patch-ab) = 21dcf87c03c04db8a4723f11fbf61ccc813db9dc
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 */