fscrypt 0.3.3-1 source package in Ubuntu

Changelog

fscrypt (0.3.3-1) unstable; urgency=medium

  * New upstream version 0.3.1.
    Closes: #1006485, tracking:
     - CVE-2022-25326
     - CVE-2022-25327
     - CVE-2022-25328
  * d/gbp.conf: debian-branch = debian/latest (DEP-14)
  * d/copyright: update copyright years for debian/*

 -- Paride Legovini <email address hidden>  Mon, 07 Mar 2022 21:32:01 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
fscrypt_0.3.3-1.dsc 1.9 KiB 9907a4dcbb6ed8ede85df8f6b9fc81cdfb5e4cd8019e22bfd1ffefbabea6103a
fscrypt_0.3.3.orig.tar.xz 132.0 KiB beec9ed0e03b76dbe82aba743242146a42e2b38df14638e54c49e2abaffc802b
fscrypt_0.3.3-1.debian.tar.xz 5.3 KiB 6b064b5c99e928a3e2b932b93e824baa42fa3b31f5528a95e87c4eb74382680e

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.