Versions
v111_p20170609-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~arm ~ppc64 ~riscv ~x86
- USE flags
- doc gpg gtk nls openssl pam pkcs11 suid tpm
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- gpg
- Enable app-crypt/gnupg key module
- gtk
- Add support for x11-libs/gtk+ (The GIMP Toolkit)
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- openssl
- Enable dev-libs/openssl key module
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- pkcs11
- Enable PKCS#11 (Smartcards) key module
- suid
- Enable setuid root program(s)
- tpm
- Enable support for Trusted Platform Module (TPM) using app-crypt/trousers
Dependencies
app-crypt / gpgme : GnuPG Made Easy is a library for making GnuPG easier to use
app-crypt / trousers : An open-source TCG Software Stack (TSS) v1.1 implementation
dev-libs / glib : The GLib library of C routines
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / nss : Mozilla's Network Security Services library that implements PKI support
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / pkcs11-helper : PKCS#11 helper library
sys-apps / keyutils : Linux Key Management Utilities
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
sys-process / lsof : Lists open files for running Unix processes
Runtime Dependencies
app-crypt / gpgme : GnuPG Made Easy is a library for making GnuPG easier to use
app-crypt / trousers : An open-source TCG Software Stack (TSS) v1.1 implementation
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / nss : Mozilla's Network Security Services library that implements PKI support
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / pkcs11-helper : PKCS#11 helper library
sys-apps / keyutils : Linux Key Management Utilities
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
sys-process / lsof : Lists open files for running Unix processes
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-fs/ecryptfs-utils: unkeyword 111_p20170609-r1 for ~ppc
Hard-requires broken (lots of test failures) keyutils. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
sys-fs/ecryptfs-utils: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-fs/ecryptfs-utils: add missing lsof dep
Needed by the ecryptfs-migrate-home tool. Closes: https://bugs.gentoo.org/704356 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-fs/ecryptfs-utils: fix musl build
Include a simple patch from Alpine Linux to fix the build on musl. Closes: https://bugs.gentoo.org/715508 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-fs/ecryptfs-utils: cleanup old Python 2.7 version
Closes: https://bugs.gentoo.org/735486 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-fs/ecryptfs-utils: add missing dep
Closes: https://bugs.gentoo.org/715938 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-fs/ecryptfs-utils: forcibly disable Python bindings
From Tiago's original PR: "This package only supports Python 2, so disable the bindings with --disable-pywrap and remove the USE flag. The tools themselves don't require Python, they're either binaries or shell scripts." Committing separately because I want to do this in a revbump due to other cleanups and in case someone wants to shout about the Python bindings being somehow useful. Thanks-to: Tiago Sousa <tiagosousa@gmail.com> Bug: https://bugs.gentoo.org/735486 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
sys-fs/ecryptfs-utils: security cleanup (bug #572500)
Bug: https://bugs.gentoo.org/572500 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15101 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ben Kohler · gentoo
sys-fs/ecryptfs-utils: move tarball to dev space
Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ben Kohler <bkohler@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ben Kohler · gentoo
sys-fs/ecryptfs-utils: bump to new snapshot
Version bump bug has been open over 3 years with no known blocking problems. I'm doing a non-maintainer bump to fix several outstanding issues. Bug: https://bugs.gentoo.org/572500 Closes: https://bugs.gentoo.org/595264 Closes: https://bugs.gentoo.org/697700 Closes: https://bugs.gentoo.org/694104 Closes: https://github.com/gentoo/gentoo/pull/12464 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ben Kohler <bkohler@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
sys-fs/ecryptfs-utils: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
sys-fs/ecryptfs-utils: Use slot operator for sys-apps/keyutils
Closes: https://bugs.gentoo.org/693238 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Frysinger · gentoo
sys-fs/ecryptfs-utils: add support for USE=nls
Also update the openssl dep to use subslots while we're here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Michał Górny · gentoo
sys-fs/ecryptfs-utils: python-single-r1, EAPI=6 - Manuel Rüger · gentoo
sys-fs/ecryptfs-utils: Remove old
Package-Manager: portage-2.2.28 - Tim Harder · gentoo
sys-fs/ecryptfs-utils: version bump - Justin Lecher · gentoo
Convert all URIs for launchpad.net from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed