Update to version 1.6.0; Fixes RHBZ#2181927

epel9
Fabio Valentini 2 years ago
parent 27ddf4e723
commit 54cb79cd91
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-zeroize
The rust-zeroize package

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

@ -1 +1 @@
SHA512 (zeroize-1.5.7.crate) = e0688681bceba324d36ea4dc552791801dc93b5882d106b79dd317af99cb718b711899bfd09917a811d23096693448801e64f0651bd9eeae7895618821d88fa9
SHA512 (zeroize-1.6.0.crate) = 9ebc81c10516440476b5c198dd4ff0d284a0a37cee11a2cdfb5a1995f95b72d05beb827483b16e8b764f720fbcf30a5e5d8b1517cfbbf572bcb27c2efb18393b

Loading…
Cancel
Save