Compare commits

...

9 Commits

Author SHA1 Message Date
Fedora Release Engineering 3af2ab21f3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
5 months ago
Fabio Valentini 87c543cf3a
Update to version 1.8.1; Fixes RHBZ#2283251
7 months ago
Fabio Valentini e0450b3117
Update to version 1.8.0; Fixes RHBZ#2276915
8 months ago
Fedora Release Engineering bd6b956a57 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
11 months ago
Fabio Valentini a323a5dcdf
Update to version 1.7.0; Fixes RHBZ#2250104
1 year ago
Fabio Valentini 338b73de64
Update to version 1.6.1; Fixes RHBZ#2249898
1 year ago
Fedora Release Engineering bdb33be34b Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year ago
Fabio Valentini 4cb568d050
Update to version 1.6.0; Fixes RHBZ#2181927
2 years ago
Fedora Release Engineering 83094d47a2 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 26
%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.8.1
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: cargo-rpm-macros >= 24
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}
@ -101,6 +99,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -126,7 +136,7 @@ use the "zeroize_derive" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[package]
summary = "Securely clear secrets from memory"

@ -1 +1 @@
SHA512 (zeroize-1.5.7.crate) = e0688681bceba324d36ea4dc552791801dc93b5882d106b79dd317af99cb718b711899bfd09917a811d23096693448801e64f0651bd9eeae7895618821d88fa9 SHA512 (zeroize-1.8.1.crate) = dd40ebe98b98fd742608d4066b5ab66caba94b2e679428fcaff9fe547d8cd6ff2360dc85d671ee9183e32fb79cb554d00d6aef9eb8f3d8ad0ec92d0435aa4ebe

Loading…
Cancel
Save