diff options
author | gendalia <gendalia@pkgsrc.org> | 2007-03-21 04:29:29 +0000 |
---|---|---|
committer | gendalia <gendalia@pkgsrc.org> | 2007-03-21 04:29:29 +0000 |
commit | 44a48205296ac0ada24323b1a92dfa3530b0db3c (patch) | |
tree | 7f989d4424e009a19399ee5d9988a86e5f8a6b3d /net | |
parent | 7ab9303f23b24d9aee2166e85c596a7e979edf5e (diff) | |
download | pkgsrc-44a48205296ac0ada24323b1a92dfa3530b0db3c.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')
-rw-r--r-- | net/openafs/Makefile | 6 | ||||
-rw-r--r-- | net/openafs/distinfo | 8 |
2 files changed, 7 insertions, 7 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 diff --git a/net/openafs/distinfo b/net/openafs/distinfo index fd679846017..53d34b7297f 100644 --- a/net/openafs/distinfo +++ b/net/openafs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2006/04/29 05:48:25 gendalia Exp $ +$NetBSD: distinfo,v 1.11 2007/03/21 04:29:29 gendalia Exp $ -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 (openafs-1.4.4-src.tar.bz2) = 07c2854d97fab807ee023c281ec7203f1e9ef723 +RMD160 (openafs-1.4.4-src.tar.bz2) = 712907afc74ced010996dd43f785b341ac24da46 +Size (openafs-1.4.4-src.tar.bz2) = 12500224 bytes SHA1 (patch-aa) = a24cc0d97a0045e44dadbcb195a55c50dfc2d308 |