Update to version 1.8.1; Fixes RHBZ#2283251

epel10
Fabio Valentini 8 months ago
parent e0450b3117
commit 87c543cf3a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -5,7 +5,7 @@
%global crate zeroize
Name: rust-zeroize
Version: 1.8.0
Version: 1.8.1
Release: %autorelease
Summary: Securely clear secrets from memory
@ -99,6 +99,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-devel %{_description}
This package contains library source intended for building other packages which
use the "simd" feature of the "%{crate}" crate.
%files -n %{name}+simd-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (zeroize-1.8.0.crate) = 97bd8b769da633c1dba47493a98a87f2dea0da32a61653a95364842a32144360bacb7b27ca71f395705ba326d4a8033a3db2e46f3198d9002141f52684bd222a
SHA512 (zeroize-1.8.1.crate) = dd40ebe98b98fd742608d4066b5ab66caba94b2e679428fcaff9fe547d8cd6ff2360dc85d671ee9183e32fb79cb554d00d6aef9eb8f3d8ad0ec92d0435aa4ebe

Loading…
Cancel
Save