forked from pool/rage-encryption
Accepting request 1078412 from home:jengelh:branches:security
- As per https://en.opensuse.org/openSUSE:Package_description_guidelines mention distinctive characteristics that offset this solution from e.g. gpg. OBS-URL: https://build.opensuse.org/request/show/1078412 OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=25
This commit is contained in:
parent
9b69fe6bdd
commit
547d4d8ec8
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 11:13:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- As per https://en.opensuse.org/openSUSE:Package_description_guidelines
|
||||||
|
mention distinctive characteristics that offset this solution
|
||||||
|
from e.g. gpg.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 26 07:04:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Sun Mar 26 07:04:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: rage-encryption
|
|||||||
# This will be set by osc services, that will run after this.
|
# This will be set by osc services, that will run after this.
|
||||||
Version: 0.9.1+0
|
Version: 0.9.1+0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple, modern, and secure file encryption tool
|
Summary: X25519-based, simple, modern, and secure file encryption tool
|
||||||
# If you know the license, put it's SPDX string here.
|
# If you know the license, put it's SPDX string here.
|
||||||
# Alternately, you can use cargo lock2rpmprovides to help generate this.
|
# Alternately, you can use cargo lock2rpmprovides to help generate this.
|
||||||
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CDDL-1.0 AND MIT
|
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CDDL-1.0 AND MIT
|
||||||
@ -47,8 +47,13 @@ Conflicts: rage
|
|||||||
ExclusiveArch: %{rust_tier1_arches}
|
ExclusiveArch: %{rust_tier1_arches}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Rage is a simple, modern, and secure file encryption tool, using the age format. It features small
|
Rage is a simple, modern, and secure file encryption tool, using the
|
||||||
explicit keys, no config options, and UNIX-style composability.
|
age format. It features small explicit keys, no config options, and
|
||||||
|
UNIX-style composability.
|
||||||
|
|
||||||
|
Keys are based on X25519 which are similar to the ones used by SSH.
|
||||||
|
rage-encryption can also use ssh-ed25519 and ssh-rsa keys as
|
||||||
|
alternatives to age1 keys.
|
||||||
|
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Bash completion for %{name}
|
Summary: Bash completion for %{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user