forked from pool/fscrypt
- 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/package/show/filesystems/fscrypt?expand=0&rev=22
This commit is contained in:
parent
45aa177c0a
commit
23ae2d637c
@ -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>
|
Wed Mar 8 11:28:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fscrypt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fscrypt
|
Name: fscrypt
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Go tool for managing Linux filesystem encryption
|
Summary: Go tool for managing Linux filesystem encryption
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -31,7 +31,7 @@ BuildRequires: golang-packaging
|
|||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: golang(API) >= 1.16
|
BuildRequires: golang(API) >= 1.18
|
||||||
BuildRequires: pkgconfig(bash-completion)
|
BuildRequires: pkgconfig(bash-completion)
|
||||||
Requires: pam-fscrypt = %{version}
|
Requires: pam-fscrypt = %{version}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user