Update to version 0.10.3; Fixes RHBZ#2240136

epel9 imports/e9/rust-aes-gcm-0.10.3-1.el9
Fabio Valentini 1 year ago
parent 939897c6c2
commit 08350e5b6a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/aes-gcm-0.9.4.crate /aes-gcm-0.9.4.crate
/aes-gcm-0.10.1.crate /aes-gcm-0.10.1.crate
/aes-gcm-0.10.2.crate /aes-gcm-0.10.2.crate
/aes-gcm-0.10.3.crate

@ -5,7 +5,7 @@
%global crate aes-gcm %global crate aes-gcm
Name: rust-aes-gcm Name: rust-aes-gcm
Version: 0.10.2 Version: 0.10.3
Release: %autorelease Release: %autorelease
Summary: Pure Rust implementation of the AES-GCM AEAD Cipher Summary: Pure Rust implementation of the AES-GCM AEAD Cipher

@ -0,0 +1,2 @@
[DEFAULT]
summary = Pure Rust implementation of the AES-GCM AEAD Cipher

@ -1 +1 @@
SHA512 (aes-gcm-0.10.2.crate) = 489a7398f0035344ee79a0ed811711f04d321c5416976626d2b95608fd6bebac58a1001b3ef57d295e1e2893a66f672801b49842d2bee0c0025b14e8ae67058f SHA512 (aes-gcm-0.10.3.crate) = f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3

Loading…
Cancel
Save