Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-google-fscrypt-devel | Distribution: Fedora Project |
Version: 0.3.4 | Vendor: Fedora Project |
Release: 6.fc41 | Build date: Thu Jul 18 01:50:29 2024 |
Group: Unspecified | Build host: buildvm-x86-18.iad2.fedoraproject.org |
Size: 580215 | Source RPM: fscrypt-0.3.4-6.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/google/fscrypt | |
Summary: PAM module for managing Linux filesystem encryption |
fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/fscrypt
Apache-2.0
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 0.3.4-5 - Rebuild for golang 1.22.0 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Dec 21 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 0.3.4-2 - Make it build on EPEL 9 * Sat Sep 02 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.3.4-1 - Initial package
/usr/share/doc/golang-github-google-fscrypt-devel /usr/share/doc/golang-github-google-fscrypt-devel/CODE_OF_CONDUCT.md /usr/share/doc/golang-github-google-fscrypt-devel/CONTRIBUTING.md /usr/share/doc/golang-github-google-fscrypt-devel/NEWS.md /usr/share/doc/golang-github-google-fscrypt-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/google /usr/share/gocode/src/github.com/google/fscrypt /usr/share/gocode/src/github.com/google/fscrypt/.goipath /usr/share/gocode/src/github.com/google/fscrypt/actions /usr/share/gocode/src/github.com/google/fscrypt/actions/callback.go /usr/share/gocode/src/github.com/google/fscrypt/actions/config.go /usr/share/gocode/src/github.com/google/fscrypt/actions/config_test.go /usr/share/gocode/src/github.com/google/fscrypt/actions/context.go /usr/share/gocode/src/github.com/google/fscrypt/actions/context_test.go /usr/share/gocode/src/github.com/google/fscrypt/actions/hashing_test.go /usr/share/gocode/src/github.com/google/fscrypt/actions/policy.go /usr/share/gocode/src/github.com/google/fscrypt/actions/policy_test.go /usr/share/gocode/src/github.com/google/fscrypt/actions/protector.go /usr/share/gocode/src/github.com/google/fscrypt/actions/protector_test.go /usr/share/gocode/src/github.com/google/fscrypt/actions/recovery.go /usr/share/gocode/src/github.com/google/fscrypt/actions/recovery_test.go /usr/share/gocode/src/github.com/google/fscrypt/cmd /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/commands.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/errors.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/flags.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/format.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/fscrypt.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/fscrypt_test.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/keys.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/prompt.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/protector.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/setup.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/status.go /usr/share/gocode/src/github.com/google/fscrypt/cmd/fscrypt/strings.go /usr/share/gocode/src/github.com/google/fscrypt/crypto /usr/share/gocode/src/github.com/google/fscrypt/crypto/crypto.go /usr/share/gocode/src/github.com/google/fscrypt/crypto/crypto_test.go /usr/share/gocode/src/github.com/google/fscrypt/crypto/key.go /usr/share/gocode/src/github.com/google/fscrypt/crypto/rand.go /usr/share/gocode/src/github.com/google/fscrypt/crypto/recovery_test.go /usr/share/gocode/src/github.com/google/fscrypt/filesystem /usr/share/gocode/src/github.com/google/fscrypt/filesystem/filesystem.go /usr/share/gocode/src/github.com/google/fscrypt/filesystem/filesystem_test.go /usr/share/gocode/src/github.com/google/fscrypt/filesystem/mountpoint.go /usr/share/gocode/src/github.com/google/fscrypt/filesystem/mountpoint_test.go /usr/share/gocode/src/github.com/google/fscrypt/filesystem/path.go /usr/share/gocode/src/github.com/google/fscrypt/filesystem/path_test.go /usr/share/gocode/src/github.com/google/fscrypt/go.mod /usr/share/gocode/src/github.com/google/fscrypt/keyring /usr/share/gocode/src/github.com/google/fscrypt/keyring/fs_keyring.go /usr/share/gocode/src/github.com/google/fscrypt/keyring/keyring.go /usr/share/gocode/src/github.com/google/fscrypt/keyring/keyring_test.go /usr/share/gocode/src/github.com/google/fscrypt/keyring/user_keyring.go /usr/share/gocode/src/github.com/google/fscrypt/metadata /usr/share/gocode/src/github.com/google/fscrypt/metadata/checks.go /usr/share/gocode/src/github.com/google/fscrypt/metadata/config.go /usr/share/gocode/src/github.com/google/fscrypt/metadata/config_test.go /usr/share/gocode/src/github.com/google/fscrypt/metadata/constants.go /usr/share/gocode/src/github.com/google/fscrypt/metadata/metadata.pb.go /usr/share/gocode/src/github.com/google/fscrypt/metadata/metadata.proto /usr/share/gocode/src/github.com/google/fscrypt/metadata/policy.go /usr/share/gocode/src/github.com/google/fscrypt/metadata/policy_test.go /usr/share/gocode/src/github.com/google/fscrypt/pam /usr/share/gocode/src/github.com/google/fscrypt/pam/constants.go /usr/share/gocode/src/github.com/google/fscrypt/pam/login.go /usr/share/gocode/src/github.com/google/fscrypt/pam/pam.c /usr/share/gocode/src/github.com/google/fscrypt/pam/pam.go /usr/share/gocode/src/github.com/google/fscrypt/pam/pam.h /usr/share/gocode/src/github.com/google/fscrypt/pam/pam_test.go /usr/share/gocode/src/github.com/google/fscrypt/pam_fscrypt /usr/share/gocode/src/github.com/google/fscrypt/pam_fscrypt/pam_fscrypt.go /usr/share/gocode/src/github.com/google/fscrypt/pam_fscrypt/run_fscrypt.go /usr/share/gocode/src/github.com/google/fscrypt/pam_fscrypt/run_test.go /usr/share/gocode/src/github.com/google/fscrypt/security /usr/share/gocode/src/github.com/google/fscrypt/security/cache.go /usr/share/gocode/src/github.com/google/fscrypt/security/privileges.go /usr/share/gocode/src/github.com/google/fscrypt/security/security_test.go /usr/share/gocode/src/github.com/google/fscrypt/util /usr/share/gocode/src/github.com/google/fscrypt/util/errors.go /usr/share/gocode/src/github.com/google/fscrypt/util/util.go /usr/share/gocode/src/github.com/google/fscrypt/util/util_test.go /usr/share/licenses/golang-github-google-fscrypt-devel /usr/share/licenses/golang-github-google-fscrypt-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 02:54:38 2024