import rust-ring-0.17.7-1.el9

i9ce changed/i9ce/rust-ring-0.17.7-1.el9
MSVSphere Packaging Team 1 year ago
parent 8498f962be
commit 924801d125

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/ring-0.17.7.crate

@ -0,0 +1 @@
a4fcc2a673507ca5fb8a2c3413a4c55d16656127 SOURCES/ring-0.17.7.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- ring-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- ring-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.6/Cargo.toml 2023-11-30T11:36:38.885312+00:00 +++ ring-0.17.7/Cargo.toml 2024-01-11T20:30:28.301946+00:00
@@ -219,17 +219,6 @@ @@ -219,17 +219,6 @@
version = "0.2.148" version = "0.2.148"
default-features = false default-features = false
@ -15,7 +15,7 @@
-version = "0.3.37" -version = "0.3.37"
-default-features = false -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\", target_os = \"windows\"))))".dependencies.spin] [target."cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\",target_arch = \"x86_64\"))".dependencies.spin]
version = "0.9.8" version = "0.9.8"
features = ["once"] features = ["once"]
@@ -238,3 +227,4 @@ @@ -238,3 +227,4 @@

@ -1,5 +1,5 @@
--- ring-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- ring-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ring-0.17.6/Cargo.toml 2023-11-30T11:37:21.742455+00:00 +++ ring-0.17.7/Cargo.toml 2024-01-11T20:30:22.204922+00:00
@@ -165,7 +165,7 @@ @@ -165,7 +165,7 @@
"cryptography", "cryptography",
"no-std", "no-std",

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["test fixtures are not included in published crates"]

@ -16,7 +16,7 @@
%global crate ring %global crate ring
Name: rust-ring Name: rust-ring
Version: 0.17.6 Version: 0.17.7
Release: %autorelease Release: %autorelease
Summary: Safe, fast, small crypto using Rust Summary: Safe, fast, small crypto using Rust
@ -155,9 +155,12 @@ use the "test_logging" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.17.6-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.17.7-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.17.7-1
- Update to version 0.17.7; Fixes RHBZ#2253082
* Thu Nov 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.6-1 * Thu Nov 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.6-1
- Update to version 0.17.6; Fixes RHBZ#2251978 - Update to version 0.17.6; Fixes RHBZ#2251978

Loading…
Cancel
Save