SHA256
1
0
forked from pool/fscrypt

Accepting request 1062173 from home:darix:playground

- update to 0.3.4:
  - fscrypt now requires Go 1.16 or later to build.
  - pam_fscrypt now supports the option unlock_only to disable
    locking of directories on logout.
  - Fixed a bug where the number of CPUs used in the passphrase
    hash would be calculated incorrectly on systems with more than
    255 CPUs.
  - Added support for AES-256-HCTR2 filenames encryption.
  - Directories are now synced immediately after an encryption
    policy is applied, reducing the chance of an inconsistency
    after a sudden crash.
  - Added Lustre to the list of allowed filesystems.
  - Added a NEWS.md file that contains the release notes, and
    backfilled it from the GitHub release notes.

OBS-URL: https://build.opensuse.org/request/show/1062173
OBS-URL: https://build.opensuse.org/package/show/filesystems/fscrypt?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2023-01-31 10:20:45 +00:00 committed by Git OBS Bridge
parent f817e851b3
commit 9272366398
5 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7485232dc4c48d8db262e0280b34b3c869e7b6f41f8ee8601ebfe04297796410
size 167020

3
fscrypt-0.3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe3c51ecb936226087bb3a62dddda5b7f5cd77dd3be7bf1feb270e1c55eddfa3
size 175778

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jan 31 07:27:28 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- update to 0.3.4:
- fscrypt now requires Go 1.16 or later to build.
- pam_fscrypt now supports the option unlock_only to disable
locking of directories on logout.
- Fixed a bug where the number of CPUs used in the passphrase
hash would be calculated incorrectly on systems with more than
255 CPUs.
- Added support for AES-256-HCTR2 filenames encryption.
- Directories are now synced immediately after an encryption
policy is applied, reducing the chance of an inconsistency
after a sudden crash.
- Added Lustre to the list of allowed filesystems.
- Added a NEWS.md file that contains the release notes, and
backfilled it from the GitHub release notes.
-------------------------------------------------------------------
Tue Mar 8 21:10:23 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package fscrypt
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: fscrypt
Version: 0.3.3
Version: 0.3.4
Release: 0
Summary: Go tool for managing Linux filesystem encryption
License: Apache-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f887f28478f3480a0a62115a1e0343191e96c0bcd537c3858bd7283c510bbd9a
size 1044684
oid sha256:fa2cb9fb6f599336ee7f3064ec5cf3832b7679bb8b3b2bd3dafccd4b710b32a5
size 1411284