Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-google-fscrypt-devel-0.3.4-2.el9 RPM for noarch

From EPEL 9 for ppc64le / Packages / g

Name: golang-github-google-fscrypt-devel Distribution: Fedora Project
Version: 0.3.4 Vendor: Fedora Project
Release: 2.el9 Build date: Thu Dec 21 20:08:46 2023
Group: Unspecified Build host: buildvm-a64-18.iad2.fedoraproject.org
Size: 660420 Source RPM: fscrypt-0.3.4-2.el9.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

Provides

Requires

License

Apache-2.0

Changelog

* 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

Files

/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/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/google/fscrypt/CONTRIBUTING.md
/usr/share/gocode/src/github.com/google/fscrypt/NEWS.md
/usr/share/gocode/src/github.com/google/fscrypt/README.md
/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/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, Wed May 1 02:39:06 2024