Update to version 0.17.6; Fixes RHBZ#2251978

epel9
Fabio Valentini 1 year ago
parent 2bebab6bd0
commit 75e5ec941b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,8 +1,8 @@
--- ring-0.17.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.5/Cargo.toml 2023-10-25T13:04:09.102675+00:00
@@ -214,17 +214,6 @@
unstable-testing-arm-no-neon = []
wasm32_unknown_unknown_js = ["getrandom/js"]
--- ring-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.6/Cargo.toml 2023-11-30T11:36:38.885312+00:00
@@ -219,17 +219,6 @@
version = "0.2.148"
default-features = false
-[target."cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))".dependencies.windows-sys]
-version = "0.48"
@ -18,7 +18,7 @@
[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\", target_os = \"windows\"))))".dependencies.spin]
version = "0.9.8"
features = ["once"]
@@ -237,3 +226,4 @@
@@ -238,3 +227,4 @@
[target."cfg(any(unix, windows, target_os = \"wasi\"))".dev-dependencies.libc]
version = "0.2.148"
default-features = false

@ -1,5 +1,5 @@
--- ring-0.17.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.5/Cargo.toml 2023-10-25T13:04:28.092749+00:00
--- ring-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.6/Cargo.toml 2023-11-30T11:37:21.742455+00:00
@@ -165,7 +165,7 @@
"cryptography",
"no-std",
@ -9,7 +9,7 @@
repository = "https://github.com/briansmith/ring"
[package.metadata.docs.rs]
@@ -210,9 +210,6 @@
@@ -211,9 +211,6 @@
slow_tests = []
std = ["alloc"]
test_logging = []
@ -17,5 +17,5 @@
-unstable-testing-arm-no-neon = []
-wasm32_unknown_unknown_js = ["getrandom/js"]
[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\", target_os = \"windows\"))))".dependencies.spin]
version = "0.9.8"
[target."cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))".dependencies.libc]
version = "0.2.148"

@ -6,7 +6,7 @@
%global crate ring
Name: rust-ring
Version: 0.17.5
Version: 0.17.6
Release: %autorelease
Summary: Safe, fast, small crypto using Rust
@ -78,6 +78,18 @@ use the "dev_urandom_fallback" feature of the "%{crate}" crate.
%files -n %{name}+dev_urandom_fallback-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+less-safe-getrandom-custom-or-rdrand-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+less-safe-getrandom-custom-or-rdrand-devel %{_description}
This package contains library source intended for building other packages which
use the "less-safe-getrandom-custom-or-rdrand" feature of the "%{crate}" crate.
%files -n %{name}+less-safe-getrandom-custom-or-rdrand-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+slow_tests-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (ring-0.17.5.crate) = d4fe515031ee3545d257651d07fd23c670b313c64a26af33fe93bbdd006219908c1d2ff1b382ebfe3a85e8aae1a69f0693ccb640edc0a1f51a3af783c20b6df2
SHA512 (ring-0.17.6.crate) = 863f7cedaa6f6ae6e2c384e6bdfe91e28db2bdde78f3650ccbd7e41654efc38f1f742f4842a6d52b608706e71111114943139294773a1d687911eb25522228b4

Loading…
Cancel
Save