Update to version 0.101.7; Fixes RHBZ#2219642

epel9 imports/e9/rust-rustls-webpki-0.101.7-1.el9
Fabio Valentini 1 year ago
parent e042b0da2d
commit fbd6258d6a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/rustls-webpki-0.100.1.crate
/rustls-webpki-0.100.2.crate
/rustls-webpki-0.100.3.crate
/rustls-webpki-0.101.7.crate

@ -5,25 +5,14 @@
%global crate rustls-webpki
# compile and run tests only on supported architectures
%global supported_arches x86_64 %{ix86} aarch64 %{arm}
Name: rust-rustls-webpki
Version: 0.100.3
Version: 0.101.7
Release: %autorelease
Summary: Web PKI X.509 Certificate Verification
# * rustls-webpki itself is licensed under the terms of the ISC license
# * third-party data from chromium is licensed under a 3-Clause-BSD license,
# but it is only used for integration tests and not included in RPM packages
License: ISC
URL: https://crates.io/crates/rustls-webpki
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * specify license with SPDX identifier in crate metadata:
# https://github.com/rustls/webpki/issues/101
# https://github.com/rustls/webpki/pull/102
Patch: rustls-webpki-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -95,19 +84,15 @@ rm tests/integration.rs
%cargo_generate_buildrequires
%build
%ifarch %{supported_arches}
%cargo_build
%endif
%install
%cargo_install
%if %{with check}
%ifarch %{supported_arches}
%check
%cargo_test
%endif
%endif
%changelog
%autochangelog

@ -1,11 +1,3 @@
[package]
supported-arches = [
"x86_64",
"%{ix86}",
"aarch64",
"%{arm}",
]
[tests]
run = ["none"]
comments = ["missing dev-dependencies: rcgen ^0.11.1"]

@ -1,11 +0,0 @@
--- rustls-webpki-0.100.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-webpki-0.100.3/Cargo.toml 2023-10-10T09:34:41.893429+00:00
@@ -55,7 +55,7 @@
"cryptography",
"no-std",
]
-license-file = "LICENSE"
+license = "ISC"
repository = "https://github.com/rustls/webpki"
[package.metadata.docs.rs]

@ -1 +1 @@
SHA512 (rustls-webpki-0.100.3.crate) = 0f9a321a0004691fbede43c0c7d8ea5ef97c36db755f78342aec4465dc1b476cd071338cc09543e03e49ab134a57e855bcd15854344ba95d3375a99bac25b090
SHA512 (rustls-webpki-0.101.7.crate) = 680e3d52f699c9d6200e2e738a4245a5114fc7122546c07d3f15f1e6741a52275061b3e016c2240f1dc3eb9f701f7346193bd82e827274fb73b8e9e0d5af4e68

Loading…
Cancel
Save