summaryrefslogtreecommitdiff
path: root/net/openafs/Makefile
diff options
context:
space:
mode:
authorgendalia <gendalia>2007-03-21 04:29:29 +0000
committergendalia <gendalia>2007-03-21 04:29:29 +0000
commit6788675caedfe87dc0d15be3a6b4aaf0b1c89604 (patch)
tree7f989d4424e009a19399ee5d9988a86e5f8a6b3d /net/openafs/Makefile
parent6919a679a3fd8646b49a526ccdbe7863530e5d78 (diff)
downloadpkgsrc-6788675caedfe87dc0d15be3a6b4aaf0b1c89604.tar.gz
Update OpenAFS from 1.4.1 to 1.4.4.
Changes: * Security bugfix: - SetUID is no longer honored for the local cell by default. The "fs setcellstatus" command must be issued for any cell the system administrator wishes to allow setuid files in. >From 1.4.3: All unix systems: - Fix Universal AFS Error mapping when the local OS does not define some errors. - Avoid byte range locking for java when it means to ask for a whole file lock but uses a -1 length. - Reinit resolver library on afsdb failure. All systems: - Make rxdebug be less aggressive when retransmitting. - Allow unix domain socket for fileserver-volserver communication. - Fix server fake address support when NetRestrict is being used. - Fix crash when 3.4 jumbograms are part of an Rx connection. - Fix crashes in pts chown and pts rename. - Make asetkey buildable with Heimdal. - Avoid potential orphaned files during vos restore. - Improve ubik debug logging. - Add vldb repair tool. - Avoid potential bosserver process list corruption. - Revert to previous fileserver startup attachment order. >From 1.4.2: All systems: * Volume dump parsing code in the volserver has better error checking. * salvager has improved damaged volume handling on namei fileservers. * fileserver has size validity checks for when large file support is disabled. * fileserver avoids potentially multiply adding a host to its hash table. * rxkad client private data storage is allocated dynamically on ticket size. * Handle universal error code translation for file locking. * fileserver needs to swap callback connections on a client IP change. * fileserver host package revised to reduce lock contention. * Rx has been fixed to count hard acks, thus opening the congestion window. * All servers support bound Rx sockets (on one interface). * namei fileserver no longer use lockf() to avoid range locking issues. * most binaries now support the -version switch. * backup suite fixes for 64 bit platforms. * volserver avoids holding holds during volume purges. * volserver avoids losing files on namei during vos zap. > Since 1.4.1: All systems: * Fix rx usage of WSAStartup/WSACleanup * Fix the code that writes the backconnectionhostnames value to ensure that the data buffer is written with the correct length. * Do not panic if the maximum number of volume entries are in use and one of them can be recycled. * Add a missing lock that was lost during the pullup of patchs for 1.4.1c * Fix the pthread library so that it can be loaded and unloaded safely by an application.
Diffstat (limited to 'net/openafs/Makefile')
-rw-r--r--net/openafs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile
index 4f1db479386..7fc92ca8ac4 100644
--- a/net/openafs/Makefile
+++ b/net/openafs/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2006/06/09 16:05:51 minskim Exp $
+# $NetBSD: Makefile,v 1.21 2007/03/21 04:29:29 gendalia Exp $
-DISTNAME= openafs-1.4.1-src
+DISTNAME= openafs-1.4.4-src
PKGNAME= ${DISTNAME:C/-src//}
CATEGORIES= net sysutils
-MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.1/
+MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gendalia@NetBSD.org