summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2019-01-05 16:51:54 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2019-01-05 17:00:13 +0300
commit2ee38441e0210b8d43f22bb8afe100d5c2a1c58c (patch)
tree2d363e32ed5e666333d5450f8a3ab0515ba61a52 /net-fs/openafs/metadata.xml
parentnet-fs/openafs: fix QA issues (diff)
downloadgentoo-2ee38441e0210b8d43f22bb8afe100d5c2a1c58c.tar.gz
gentoo-2ee38441e0210b8d43f22bb8afe100d5c2a1c58c.tar.bz2
gentoo-2ee38441e0210b8d43f22bb8afe100d5c2a1c58c.zip
net-fs/openafs: 1.8.2 version bump
- Update to upstream version 1.8.2 and patches from 1_8_x branch till 20181001. This fixes some open Gentoo bugs: 472184 (probably), 544162, 603890 (likely), 640874, 642542. - Merge openafs-kernel back into openafs: - save lots of build time (configure, compilling common code); - original split was required due to problems in the build system (e.g. -j1) which are fixed now. Now kernels < 4.21 are supported. - Add support for new features: - enable gssapi via kerberos; - allow to choose between namei and inode file servers; - add Tivoli TSM API support; - conrol ubik-read-while-write mode; - deprecate kauth tools (may be enabled via flag); - add support for perl bindings via swig; - Docs: - build api docs (using doxygen); - Build PDF docs, support all three generators (fop, dblatex, docbook2pdf). - Avoid file collision with heimdal (bug 631584). The client is tested on various configurations, the server is not. Closes: https://bugs.gentoo.org/472184 Closes: https://bugs.gentoo.org/544162 Closes: https://bugs.gentoo.org/603890 Closes: https://bugs.gentoo.org/631584 Closes: https://bugs.gentoo.org/640874 Closes: https://bugs.gentoo.org/642542 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> Package-Manager: Portage-2.3.53, Repoman-2.3.11
Diffstat (limited to 'net-fs/openafs/metadata.xml')
-rw-r--r--net-fs/openafs/metadata.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/net-fs/openafs/metadata.xml b/net-fs/openafs/metadata.xml
index 4e38bd3d43bd..d8682a896200 100644
--- a/net-fs/openafs/metadata.xml
+++ b/net-fs/openafs/metadata.xml
@@ -9,12 +9,24 @@
<name>Andrew Savchenko</name>
</maintainer>
<use>
- <flag name="bitmap-later">Enable fast startup of file server by
- not reading bitmap till needed.</flag>
+ <flag name="api">Build API documentation using <pkg>app-doc/doxygen</pkg>.
+ May take a *long* time to build.</flag>
+ <flag name="bitmap-later">Enable fast startup of file server by not
+ reading bitmap till needed.</flag>
<flag name="fuse">Build fuse client.</flag>
+ <flag name="gssapi">Enable GSSAPI support via Kerberos (<pkg>virtual/krb5</pkg>).</flag>
+ <flag name="kauth">Install the DEPRECATED kauth server, PAM modules, and utilities</flag>
<flag name="modules">Build libafs kernel module. Disable only if you know
what you're doing: without this module OpenAFS client will not work.</flag>
+ <flag name="namei">Enable namei fileserver instead of inode fileserver.
+ You should disable this option only if compatibility with inode format AFS
+ storage is required.
+ </flag>
<flag name="pthreaded-ubik">Enable installation of pthreaded ubik applications.</flag>
<flag name="supergroups">Enable support for nested pts groups.</flag>
+ <flag name="tsm">Enable use of the Tivoli TSM API libraries from <pkg>app-backup/tsm</pkg>
+ for butc support. AMD64 only.</flag>
+ <flag name="ubik-read-while-write">Enable vlserver read from db cache during
+ write locks (EXPERIMENTAL)</flag>
</use>
</pkgmetadata>