pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/openafs
Module Name: pkgsrc
Committed By: sevan
Date: Fri Jul 21 01:39:33 UTC 2017
Modified Files:
pkgsrc/filesystems/openafs: Makefile PLIST distinfo
Log Message:
Update to 1.6.21
User-Visible OpenAFS Changes
OpenAFS 1.6.21
All platforms
* Avoid a possible 100ms transmit delay in the RX protocol when a peer's
receive window transitions from closed to open (12627)
* Documentation improvements (12476 12477 12559[RT #133339])
All server platforms
* When bosserver is started with an unknown option, print an error message
and exit with a non-zero value rather than failing silently (12631)
All DB server platforms
* Hold the DB lock while checking for an aborted write transaction (12516)
All file server platforms
* On demand attach fileservers, don't save or restore a client's host
state if CPS ("Current Protection Subdomain") recalculation for it is
in progress, to avoid fileserver thread exhaustion (12568)
* On demand attach fileservers, avoid flooding the log with error messages,
which could happen when the fileserver was restarted while a volume was
offline (12569)
* Update a volume's "Last Update" time when its content is modified by
the salvager, to make the change visible in the output of "vos examine"
and to backup services (12633)
All client platforms
* Corrected the DCentries bucket counts for very large and zero length
files in the output of "fs getcacheparms -excessive" (12604 12605)
* Fixed a bug that prevented users with GID 2748 and 2750 from executing
the "fs sysname" command on clients running afsd with -rmtsys (12607)
* Provide a new -inumcalc switch for afsd to allow enabling the alternative
MD5 method of inode number calculation, which was previously only
possible on Linux and through the sysctl interface (12608 12632)
Linux clients
* Support for mainline kernel 4.12 and distribution kernels with backports
from it (12624 12626)
* Re-added the improved algorithm for freeing unused vcaches to reduce
memory consumption first introduced with the 1.6.18 release, together
with a fix for the issue leading to its removal in 1.6.18.2 (12448..12451)
macOS clients
* Fixed a crash while stopping the client on macOS 10.12 "Sierra" (12602)
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/filesystems/openafs/Makefile \
pkgsrc/filesystems/openafs/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/filesystems/openafs/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/openafs/Makefile
diff -u pkgsrc/filesystems/openafs/Makefile:1.14 pkgsrc/filesystems/openafs/Makefile:1.15
--- pkgsrc/filesystems/openafs/Makefile:1.14 Mon Oct 3 08:30:13 2016
+++ pkgsrc/filesystems/openafs/Makefile Fri Jul 21 01:39:33 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2016/10/03 08:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/07/21 01:39:33 sevan Exp $
-DISTNAME= openafs-1.6.17-src
+DISTNAME= openafs-1.6.21-src
PKGNAME= ${DISTNAME:C/-src//}
-PKGREVISION= 2
CATEGORIES= filesystems net sysutils
-MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.17/
+MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.21/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gendalia%NetBSD.org@localhost
Index: pkgsrc/filesystems/openafs/distinfo
diff -u pkgsrc/filesystems/openafs/distinfo:1.14 pkgsrc/filesystems/openafs/distinfo:1.15
--- pkgsrc/filesystems/openafs/distinfo:1.14 Mon Apr 4 12:48:29 2016
+++ pkgsrc/filesystems/openafs/distinfo Fri Jul 21 01:39:33 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2016/04/04 12:48:29 jakllsch Exp $
+$NetBSD: distinfo,v 1.15 2017/07/21 01:39:33 sevan Exp $
-SHA1 (openafs-1.6.17-src.tar.bz2) = 1898679226a87659eb71e073de29384e4d8d4739
-RMD160 (openafs-1.6.17-src.tar.bz2) = b21fc9986cae46385c6440b14ac562d08cbc59c9
-SHA512 (openafs-1.6.17-src.tar.bz2) = 3ca61a7731c9bd9bae7da2f7b3900438fcc9f75c95b354574389c2203af2ec0a7b4dcaaf13a437743477fcad8a46c3bbb8c68255a976b9a9917b8f0a0cdf028f
-Size (openafs-1.6.17-src.tar.bz2) = 14607107 bytes
+SHA1 (openafs-1.6.21-src.tar.bz2) = ea48a2fde9ed4732e8041216c9e24dd500e24ea4
+RMD160 (openafs-1.6.21-src.tar.bz2) = 834b42debfcbf0a003280ac0300b3af65625ad48
+SHA512 (openafs-1.6.21-src.tar.bz2) = 451c38ed5031b8a962da3276bf5d0f1b74c5956c2d10cdb8bbd22ea633880ebf35cf5fc71feb5d2eca4306762f6c2376a46f4522150291acfc469f8be2da757f
+Size (openafs-1.6.21-src.tar.bz2) = 14682997 bytes
SHA1 (patch-acinclude.m4) = 16efdc809c134698a0a834c3e8064d201f61ca68
SHA1 (patch-configure) = be58e44c599e2c424a7b561010d890c97e5d871a
SHA1 (patch-src_cf_osconf.m4) = 2ae23bc82dd3f19cfa3fecf50dcca514e09d7a4b
Index: pkgsrc/filesystems/openafs/PLIST
diff -u pkgsrc/filesystems/openafs/PLIST:1.4 pkgsrc/filesystems/openafs/PLIST:1.5
--- pkgsrc/filesystems/openafs/PLIST:1.4 Tue Mar 11 14:05:01 2014
+++ pkgsrc/filesystems/openafs/PLIST Fri Jul 21 01:39:33 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/03/11 14:05:01 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/07/21 01:39:33 sevan Exp $
bin/afs_compile_et
bin/afsio
bin/afsmonitor
@@ -38,6 +38,7 @@ include/afs/afs_consts.h
include/afs/afs_lhash.h
include/afs/afs_stats.h
include/afs/afs_sysnames.h
+include/afs/afs_trace.h
include/afs/afscbint.h
include/afs/afscp.h
include/afs/afsint.h
@@ -260,6 +261,7 @@ sbin/vldb_check
sbin/vldb_convert
sbin/voldump
sbin/volinfo
+sbin/volscan
sbin/vos
sbin/vsys
share/openafs/C/afszcm.cat
Home |
Main Index |
Thread Index |
Old Index