pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openafs Update to OpenAFS 1.4.1 from 1.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beceb2bb985d
branches:  trunk
changeset: 512039:beceb2bb985d
user:      gendalia <gendalia%pkgsrc.org@localhost>
date:      Sat Apr 29 05:48:25 2006 +0000

description:
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:

 net/openafs/Makefile         |   7 +++----
 net/openafs/PLIST            |   4 +++-
 net/openafs/distinfo         |   9 ++++-----
 net/openafs/patches/patch-ab |  13 -------------
 4 files changed, 10 insertions(+), 23 deletions(-)

diffs (67 lines):

diff -r 1f014bc92a2b -r beceb2bb985d net/openafs/Makefile
--- a/net/openafs/Makefile      Sat Apr 29 04:57:10 2006 +0000
+++ b/net/openafs/Makefile      Sat Apr 29 05:48:25 2006 +0000
@@ -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@localhost
diff -r 1f014bc92a2b -r beceb2bb985d net/openafs/PLIST
--- a/net/openafs/PLIST Sat Apr 29 04:57:10 2006 +0000
+++ b/net/openafs/PLIST Sat Apr 29 05:48:25 2006 +0000
@@ -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_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 -r 1f014bc92a2b -r beceb2bb985d net/openafs/distinfo
--- a/net/openafs/distinfo      Sat Apr 29 04:57:10 2006 +0000
+++ b/net/openafs/distinfo      Sat Apr 29 05:48:25 2006 +0000
@@ -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 -r 1f014bc92a2b -r beceb2bb985d net/openafs/patches/patch-ab
--- a/net/openafs/patches/patch-ab      Sat Apr 29 04:57:10 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index