Update to 0.16.19

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent c0d954dc28
commit 51b8810a83
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,9 +1,30 @@
--- ring-0.16.15/Cargo.toml 2020-06-16T23:27:06+00:00 --- ring-0.16.19/Cargo.toml 2020-12-02T02:20:32+00:00
+++ ring-0.16.15/Cargo.toml 2020-07-30T19:40:32.073105+00:00 +++ ring-0.16.19/Cargo.toml 2021-01-03T14:05:55.472720+00:00
@@ -79,7 +79,3 @@ @@ -58,10 +58,6 @@
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] std = ["alloc"]
version = "0.3.10" test_logging = []
wasm32_c = []
-[target."cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))".dependencies.web-sys]
-version = "0.3.37"
-features = ["Crypto", "Window"]
-default-features = false
[target."cfg(any(target_arch = \"x86\",target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))".dependencies.spin]
version = "0.5.2"
default-features = false
@@ -74,17 +70,6 @@
features = ["std"]
optional = true
default-features = false default-features = false
-[target."cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))".dependencies.once_cell]
-version = "1.5.2"
-features = ["std"]
-default-features = false
[target."cfg(any(unix, windows))".dev-dependencies.libc]
version = "0.2.80"
default-features = false
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
-version = "0.3.18"
-default-features = false
-[target."cfg(target_os = \"windows\")".dependencies.winapi] -[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3.8" -version = "0.3.8"
-features = ["ntsecapi", "wtypesbase"] -features = ["ntsecapi", "wtypesbase"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ring %global crate ring
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.16.15 Version: 0.16.19
Release: 1%{?dist} Release: 1%{?dist}
Summary: Safe, fast, small crypto using Rust Summary: Safe, fast, small crypto using Rust
@ -172,5 +172,8 @@ which use "wasm32_c" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jan 03 15:05:55 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.16.19-1
- Update to 0.16.19
* Thu Jul 30 2020 Peter Robinson <pbrobinson@fedorapeople.org> - 0.16.15-1 * Thu Jul 30 2020 Peter Robinson <pbrobinson@fedorapeople.org> - 0.16.15-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (ring-0.16.15.crate) = 17c72ba204cdbc80856bc588dea220d2475a2dd1e2990ec9bf76fe4c0acae8a91a8fd532127e2ce679b43be0a52bc05dcda309744876d8faf0c50de0bb8c399a SHA512 (ring-0.16.19.crate) = 86dff6211232c6175c395d8716dc767929841efc34af5f2892d1661e794dffd20bd7df3cb1f68f1fef57ae4636398f9d0be8ad0c2925067545e6bad2d3f023bb

Loading…
Cancel
Save