pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openafs Update openafs to release 1.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d7c9ce194f7
branches:  trunk
changeset: 502121:4d7c9ce194f7
user:      gendalia <gendalia%pkgsrc.org@localhost>
date:      Wed Nov 02 14:42:38 2005 +0000

description:
Update openafs to release 1.4.0.

The OpenAFS Gatekeepers are pleased to announce the release of version
1.4.0 of OpenAFS. This version incorporates hundreds of enhancements
and improvements since the 1.2 series. Many bugs and programming
inefficiencies (some of which have been present since IBM's donation
of AFS to the open source community) have been eliminated, resulting
in a much more stable product. Improvements for Windows users are
particularly dramatic.

OpenAFS 1.4.0 also represents a significant step forward for Kerberos 5
integration.  This release allows Kerberos 5 KDCs including Microsoft
Active Directory to be the source of AFS client authentication.

Changes under UNIX (tm) and *nix Operating Systems
- --------------------------------------------------
Increased Performance and Stability:

The addition of pthreaded servers and thread optimizations in the
RPC and RX libraries provide increased performance over the 1.2
release.  Cache chunk locking has been refined, and native operating
system vnodes on Linux and MacOS X are now supported. Support for files
larger than two Gigabytes in the AFS file system is now available to
operating systems providing native support for large files.  ntp,
rlogind, rsh and other unnecessary and potentially insecure services
have been removed.

Increased Server Efficiency in Handling Mobile Clients:

Use of multi-host probing has been improved, reducing the time a
server needs to timeout clients no longer accessible on the network.
Server load is reduced by new functionality allowing servers to queue
callback notifications for unreachable clients until the client contacts
the server.

Improved Administration:

Audit logs are available for all servers augmenting existing server
monitoring and debugging tools.  All logs can be output to named pipes
allowing organizations to deploy custom filters.  Groups of groups
(a.k.a. Supergroups) can now be created on the protection server
providing additional flexibility in the administration of user access.
The Kerberos 5 authentication tool, aklog, is now distributed as part
of OpenAFS.

Other New Features:

The new "vos copy" command allows an administrator to create a new
volume and copy the contents of an existing volume in one step.  This
eliminates the need to perform a "vos dump" followed by a "vos restore".

The "vos convertROtoRW" command allows an administrator to convert an
existing RO replica into a new RW site in the event the current RW site
is down.

The -vattachpar file server option reduces file server startup time by
instructing the file server to attach volumes from multiple vice
partitions in parallel.

diffstat:

 net/openafs/Makefile |  6 +++---
 net/openafs/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r cd7b653ac5c4 -r 4d7c9ce194f7 net/openafs/Makefile
--- a/net/openafs/Makefile      Wed Nov 02 14:28:45 2005 +0000
+++ b/net/openafs/Makefile      Wed Nov 02 14:42:38 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2005/08/11 08:48:04 adam Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/02 14:42:38 gendalia Exp $
 
-DISTNAME=      openafs-1.3.87-src
+DISTNAME=      openafs-1.4.0-src
 PKGNAME=       ${DISTNAME:C/-src//}
 CATEGORIES=    net sysutils
-MASTER_SITES=  http://www.openafs.org/dl/openafs/1.3.87/
+MASTER_SITES=  http://www.openafs.org/dl/openafs/1.4.0/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    gendalia%NetBSD.org@localhost
diff -r cd7b653ac5c4 -r 4d7c9ce194f7 net/openafs/distinfo
--- a/net/openafs/distinfo      Wed Nov 02 14:28:45 2005 +0000
+++ b/net/openafs/distinfo      Wed Nov 02 14:42:38 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/08/11 08:48:04 adam Exp $
+$NetBSD: distinfo,v 1.8 2005/11/02 14:42:38 gendalia Exp $
 
-SHA1 (openafs-1.3.87-src.tar.bz2) = 6d776941bd0076a3cf4cf66f9986ac032aafb6ac
-RMD160 (openafs-1.3.87-src.tar.bz2) = 3079e046edec673579eb4650ab07a05a4e4ff99b
-Size (openafs-1.3.87-src.tar.bz2) = 10983389 bytes
+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 (patch-aa) = a24cc0d97a0045e44dadbcb195a55c50dfc2d308



Home | Main Index | Thread Index | Old Index