fscrypt 0.2.5-1 source package in Ubuntu

Changelog

fscrypt (0.2.5-1) unstable; urgency=medium

  * New upstream version 0.2.5 (Closes: #945398).
  * Build-Depend on debhelper-compat and drop d/compat.
  * Bump Standards-Version to 4.4.1 (no changes needed).
  * d/control: add Rules-Requires-Root: no.
  * d/rules: drop DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed.
    ld --as-needed is enabled by default on Debian development versions.

 -- Paride Legovini <email address hidden>  Sat, 30 Nov 2019 15:20:33 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fscrypt_0.2.5-1.dsc 1.9 KiB 75ac393202c7e9c98dcbf32ce101eedeea9cd5ba0902d8f10c6950cb5ba107fe
fscrypt_0.2.5.orig.tar.gz 97.6 KiB e2447c3fd6982ee63d24b92ebb424efc1f28cdec5bf589d5f687721848936f6e
fscrypt_0.2.5-1.debian.tar.xz 5.0 KiB 39ad03048336ee978b32b161796cf6dd635a4fda5e36aec34f16269b5ba2f61c

Available diffs

No changes file available.

Binary packages built by this source

fscrypt: Tool 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.
 .
 To use fscrypt, you must have a filesystem with encryption enabled and
 a kernel that supports reading/writing from that filesystem. Currently,
 ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has
 supported Linux filesystem encryption since v4.1, F2FS added support
 in v4.2, and UBIFS added support in v4.10. Other filesystems may add
 support for native encryption in the future.

libpam-fscrypt: PAM module for 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 PAM module can be used to unlock one or more directories upon user
 login and then lock those directories when the user ends their session.