Update to version 7.3.0; Fixes RHBZ#2207633

epel9 imports/e9/rust-nettle-7.3.0-1.el9
Fabio Valentini 2 years ago
parent 6249488723
commit 94084a36d0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/nettle-7.1.0.crate
/nettle-7.2.0.crate
/nettle-7.2.2.crate
/nettle-7.3.0.crate

@ -5,18 +5,17 @@
%global crate nettle
Name: rust-nettle
Version: 7.2.2
Version: 7.3.0
Release: %autorelease
Summary: Rust bindings for the Nettle cryptographic library
License: LGPL-3.0 OR GPL-2.0 OR GPL-3.0
URL: https://crates.io/crates/nettle
Source: %{crates_source}
# drop two elliptic curves that are disabled in nettle in Fedora:
# - nettle_get_secp_192r1
# - nettle_get_secp_224r1
Patch1: 0001-drop-secp192r1-and-secp224r1-elliptic-curves.patch
Patch: 0001-drop-secp192r1-and-secp224r1-elliptic-curves.patch
BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (nettle-7.2.2.crate) = d799680c0035cdf46be176fa4a4411a0a8e76aadd5e249b683edf85b8e0530ed36c1735352043e4764a64fc432d4e6669cea6fe5fa54e8c3c8d5c97f2932cfd4
SHA512 (nettle-7.3.0.crate) = 658b7c72eaa86c574ccec8c10ea4aa37480c1d7b92711a96274c7ea75d89c96d669d2e05145598c835a1f34ffb1b2be005cef278f7bf103b8d2c8b8d96213cb6

Loading…
Cancel
Save