Update to version 0.4.4; Fixes RHBZ#1997263

epel9
Fabio Valentini 3 years ago
parent 301deff660
commit 0147f0f6be
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,11 +1,11 @@
--- ghash-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ghash-0.4.3/Cargo.toml 2021-08-24T18:32:15.982674+00:00
--- ghash-0.4.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ghash-0.4.4/Cargo.toml 2021-09-29T16:02:31.940725+00:00
@@ -29,7 +29,7 @@
version = "0.5.1"
[dependencies.zeroize]
-version = "=1.3"
+version = "1.3"
-version = ">=1, <1.4"
+version = "1"
optional = true
default-features = false
[dev-dependencies.hex-literal]

@ -5,7 +5,7 @@
%global crate ghash
Name: rust-%{crate}
Version: 0.4.3
Version: 0.4.4
Release: %autorelease
Summary: Universal hash over GF(2^128) useful for the AES-GCM cipher

@ -1 +1 @@
SHA512 (ghash-0.4.3.crate) = 6ecd7fd755bdade1dfd3ebfa13218a9ccb168d280d02f60b1d848b53949c573f636d89cac9644e54de564628a43372a33b527b4baf2f0758b5115895f977c592
SHA512 (ghash-0.4.4.crate) = b18c8a1e4ad2aeaac586381fb14746f7556a44985b64f00e8ac82ad586a91487b1b3ac37f910b7cffb8ccc65e2b05fa589025d855a63c78bfc39157bef7a2d18

Loading…
Cancel
Save