Update to version 0.8.0; Fixes RHBZ#2306094

epel10
Fabio Valentini 5 months ago
parent 0b5acc20ac
commit 11b489b6c8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/rustls-native-certs-0.6.3.crate /rustls-native-certs-0.6.3.crate
/rustls-native-certs-0.7.0.crate /rustls-native-certs-0.7.0.crate
/rustls-native-certs-0.7.1.crate /rustls-native-certs-0.7.1.crate
/rustls-native-certs-0.8.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 26
# * outdated dev-dependencies: ring ^0.16 # * missing dev-dependencies: x509-parser ^0.16
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rustls-native-certs %global crate rustls-native-certs
Name: rust-rustls-native-certs Name: rust-rustls-native-certs
Version: 0.7.1 Version: 0.8.0
Release: %autorelease Release: %autorelease
Summary: Allows rustls to use the platform native certificate store Summary: Allows rustls to use the platform native certificate store

@ -1,4 +1,4 @@
[tests] [tests]
run = ["none"] run = ["none"]
comments = ["outdated dev-dependencies: ring ^0.16"] comments = ["missing dev-dependencies: x509-parser ^0.16"]

@ -1,10 +1,10 @@
--- rustls-native-certs-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- rustls-native-certs-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-native-certs-0.7.1/Cargo.toml 2024-07-06T14:24:20.122383+00:00 +++ rustls-native-certs-0.8.0/Cargo.toml 2024-10-08T12:51:14.359087+00:00
@@ -58,8 +58,3 @@ @@ -83,8 +83,3 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe] [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-probe]
version = "0.1.2" version = "0.1.2"
-[target."cfg(target_os = \"macos\")".dependencies.security-framework] -[target.'cfg(target_os = "macos")'.dependencies.security-framework]
-version = "2" -version = "2"
- -
-[target."cfg(windows)".dependencies.schannel] -[target."cfg(windows)".dependencies.schannel]

@ -1 +1 @@
SHA512 (rustls-native-certs-0.7.1.crate) = 31da13ad5c67ebf47e14327cb97c6592a18eac971d86782fd5c5cb6f87e477f47faa752fa3390093efe45fd7becf14c1539609391afabc3b50bbef2c3b3384aa SHA512 (rustls-native-certs-0.8.0.crate) = 856d2da2e37b58c9444e0b057c369b5eda5c6dfae635c14e93594ab48ff6df8de9b8ebdb6ed546f1b2de0c568322b1072c2a06e9939d7bc04b8dd45981f292cd

Loading…
Cancel
Save