Compare commits

..

7 Commits

5
.gitignore vendored

@ -2,3 +2,8 @@
/rustls-webpki-0.100.2.crate
/rustls-webpki-0.100.3.crate
/rustls-webpki-0.101.7.crate
/rustls-webpki-0.102.2.crate
/rustls-webpki-0.102.4.crate
/rustls-webpki-0.102.5.crate
/rustls-webpki-0.102.6.crate
/rustls-webpki-0.102.8.crate

@ -1,18 +1,21 @@
# Generated by rust2rpm 25
# * missing dev-dependencies: rcgen ^0.11.1
# Generated by rust2rpm 26
# * missing dev-dependencies: rcgen ^0.13
%bcond_with check
%global debug_package %{nil}
%global crate rustls-webpki
Name: rust-rustls-webpki
Version: 0.101.7
Version: 0.102.8
Release: %autorelease
Summary: Web PKI X.509 Certificate Verification
License: ISC
URL: https://crates.io/crates/rustls-webpki
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop support for aws-lc-rs crypto backend
Patch: rustls-webpki-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -62,6 +65,18 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ring-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ring-devel %{_description}
This package contains library source intended for building other packages which
use the "ring" feature of the "%{crate}" crate.
%files -n %{name}+ring-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1,4 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: rcgen ^0.11.1"]
comments = ["missing dev-dependencies: rcgen ^0.13"]

@ -0,0 +1,23 @@
--- rustls-webpki-0.102.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-webpki-0.102.8/Cargo.toml 2024-09-16T21:12:45.660150+00:00
@@ -132,12 +132,6 @@
name = "tls_server_certs"
path = "tests/tls_server_certs.rs"
-[dependencies.aws-lc-rs]
-version = "1.9"
-features = ["aws-lc-sys"]
-optional = true
-default-features = false
-
[dependencies.pki-types]
version = "1.7"
default-features = false
@@ -180,7 +174,6 @@
"ring?/alloc",
"pki-types/alloc",
]
-aws_lc_rs = ["dep:aws-lc-rs"]
default = [
"std",
"ring",

@ -1 +1 @@
SHA512 (rustls-webpki-0.101.7.crate) = 680e3d52f699c9d6200e2e738a4245a5114fc7122546c07d3f15f1e6741a52275061b3e016c2240f1dc3eb9f701f7346193bd82e827274fb73b8e9e0d5af4e68
SHA512 (rustls-webpki-0.102.8.crate) = 8cdd5d07bb8d6c3f0d1d6663babc3b7ccbe8c9b1463870a3dd095c67f46addf4097a715da796c70f1891ebc1d045ae7d7c3a352400e8bfd6687e6cddfd33b1ba

Loading…
Cancel
Save