Update openafs to 1.6.2.
Upstream release notes: User-Visible OpenAFS Changes OpenAFS 1.6.2 All platforms * Fix buffer overflows in fileserver and ptserver. * Abort an rx connection when given an unknown service (Gerrit 7593). * "idle dead" behavior improvements. * Documentation updates. All server platforms * Fix rare file corruption during background sync (Gerrit 8796). * Fix corrupting clients' metadata cache during certain errors (Gerrit 6957). * Avoid saying a volume doesn't exist when accessed as the volume is going offline (Gerrit 7488). * Fix fileservers to properly report >2 TiB partitions. * Fix stale volume info from vos examine on non-DAFS filservers. * Fix possible volume corruption with vos convertROtoRW. * Fix bosserver to preserve all command-line options over restart. * Fix bosserver to properly kill hung processes during shutdown. All UNIX client platforms * Fixes for memcache, especially on Solaris. * Increase the size of the DNS resolver answer buffer to allow sites with a long response list to use SRV and AFSDB records. * Fix a crash when a server appears to run out of addresses (Gerrit 7487). * Fix cache corruption when reading from a file another client is simultaneously writing to (Gerrit 7994). * Improve handling of disk cache disk errors. Linux * fix DKMS configuration for DKMS 2.2. * Avoid generating inode number 0 with md5 inodes (Gerrit 7276). * Fix a crash when reading /proc/fs/openafs/unixusers (Gerrit 7914). * Make PAG-less access use the real UID of the calling process instead of the effective UID, when determining what credentials to use (Gerrit 7931). * Fix possible abuse of fs mkmount. Prior to 1.6.2, users could crash a client by nesting volume mounts. * Fix fileserver memory corruption on RHEL 6 Prior to 1.6.2, fileservers on RHEL 6 may crash under heavy load. * Fix client page cache corruption on Linux When multiple clients read and write to a file, the reading client may see first page (4096 bytes) of a file as nulls. * Support Linux kernels up to 3.7. * Support newer glibc versions. * Improve client systemd unit file. * Update Red Hat packaging. OS X * Fix crashes on shutdown. * Prevent unloading the module before shutdown completes. * Security improvement for the OpenAFS preference pane. Solaris * Support newer versions of the Sun Studio compiler software. * Support compiling on newer versions of Solaris 11 and Solaris 10.
This commit is contained in:
parent
28a98390a3
commit
4fe413d8b3
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/12/01 15:22:32 jakllsch Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/03/04 19:39:41 jakllsch Exp $
|
||||
|
||||
DISTNAME= openafs-1.6.1-src
|
||||
DISTNAME= openafs-1.6.2-src
|
||||
PKGNAME= ${DISTNAME:C/-src//}
|
||||
CATEGORIES= filesystems net sysutils
|
||||
MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.1/
|
||||
MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.2/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= gendalia@NetBSD.org
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/12/01 15:22:32 jakllsch Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/03/04 19:39:41 jakllsch Exp $
|
||||
|
||||
SHA1 (openafs-1.6.1-src.tar.bz2) = 85d25d20c406ee4e6a1cac4580ddfb42676b215d
|
||||
RMD160 (openafs-1.6.1-src.tar.bz2) = 027e58101300e29a307b451095e72754f0ae11d5
|
||||
Size (openafs-1.6.1-src.tar.bz2) = 14356434 bytes
|
||||
SHA1 (openafs-1.6.2-src.tar.bz2) = 3a5513c93bc9b1f58500cae2825d2a413952383f
|
||||
RMD160 (openafs-1.6.2-src.tar.bz2) = 03a524e7b602775981c6dedfd7883ed1205a7464
|
||||
Size (openafs-1.6.2-src.tar.bz2) = 14378378 bytes
|
||||
SHA1 (patch-Makefile.in) = 159d314975188f768e0046bf153711d1b5c6b89c
|
||||
SHA1 (patch-src_aklog_aklog.c) = 7a21b2bd338a3a1d00dc0cb99f1af206ab0c607c
|
||||
SHA1 (patch-src_comerr_Makefile.in) = dd5e996481d7ef908710868aa9dc1b65feb98717
|
||||
|
|
Loading…
Reference in a new issue