forked from pool/fscrypt
Accepting request 1172978 from filesystems
- update to 0.3.5: * Upgraded various dependencies, resolving two security alerts from GitHub. * `fscrypt` now requires Go 1.18 or later to build. * `fscrypt` now provides a better error message when it's asked to operate on a locked regular file. * Made some improvements to the documentation. - drop pam-specs from main package - use pam_moduledir script (CVE-2022-25328, command injection). * Make pam_fscrypt ignore system users completely. - refresh 346.patch with final merged state - add 346.patch (bsc#1195623) * Improved the documentation. - spec-cleaner run OBS-URL: https://build.opensuse.org/request/show/1172978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fscrypt?expand=0&rev=5
This commit is contained in:
commit
6370443371
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe3c51ecb936226087bb3a62dddda5b7f5cd77dd3be7bf1feb270e1c55eddfa3
|
||||
size 175778
|
3
fscrypt-0.3.5.tar.gz
Normal file
3
fscrypt-0.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:368119b5e67c64bdc5f7872ffc7beed425e1401778003f4c7ae7c1062a45ebaf
|
||||
size 175314
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 18:53:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.5:
|
||||
* Upgraded various dependencies, resolving two security alerts
|
||||
from GitHub.
|
||||
* `fscrypt` now requires Go 1.18 or later to build.
|
||||
* `fscrypt` now provides a better error message when it's asked
|
||||
to operate on a locked regular file.
|
||||
* Made some improvements to the documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 11:28:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fscrypt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.4
|
||||
Version: 0.3.5
|
||||
Release: 0
|
||||
Summary: Go tool for managing Linux filesystem encryption
|
||||
License: Apache-2.0
|
||||
@ -31,7 +31,7 @@ BuildRequires: golang-packaging
|
||||
BuildRequires: m4
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
BuildRequires: golang(API) >= 1.18
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
Requires: pam-fscrypt = %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user