|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate zeroize
|
|
|
|
%global crate zeroize
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-zeroize
|
|
|
|
Name: rust-zeroize
|
|
|
|
Version: 1.5.7
|
|
|
|
Version: 1.6.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Securely clear secrets from memory
|
|
|
|
Summary: Securely clear secrets from memory
|
|
|
|
|
|
|
|
|
|
|
@ -13,15 +13,13 @@ License: Apache-2.0 OR MIT
|
|
|
|
URL: https://crates.io/crates/zeroize
|
|
|
|
URL: https://crates.io/crates/zeroize
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Securely clear secrets from memory with a simple trait built on stable Rust
|
|
|
|
Securely clear secrets from memory with a simple trait built on stable
|
|
|
|
primitives which guarantee memory is zeroed using an operation will not be
|
|
|
|
Rust primitives which guarantee memory is zeroed using an operation will
|
|
|
|
'optimized away' by the compiler. Uses a portable pure Rust implementation that
|
|
|
|
not be 'optimized away' by the compiler. Uses a portable pure Rust
|
|
|
|
works everywhere, even WASM!.}
|
|
|
|
implementation that works everywhere, even WASM!.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
|