public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-rustls-platform-verifier] epel9: Update to version 0.7.0; Fixes RHBZ#2457642
Date: Mon, 10 Aug 2026 06:00:19 GMT [thread overview]
Message-ID: <178634161909.1.6219234060407892636.rpms-rust-rustls-platform-verifier-bc23922de314@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-rustls-platform-verifier
Branch : epel9
Commit : bc23922de314cb66f0cd497bb4dc45cd67c7df27
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-09T07:44:04+01:00
Stats : +13/-9 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustls-platform-verifier/c/bc23922de314cb66f0cd497bb4dc45cd67c7df27?branch=epel9
Log:
Update to version 0.7.0; Fixes RHBZ#2457642
---
diff --git a/.gitignore b/.gitignore
index abeb38e..31fe929 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/rustls-platform-verifier-0.5.2.crate
/rustls-platform-verifier-0.5.3.crate
/rustls-platform-verifier-0.6.2.crate
+/rustls-platform-verifier-0.7.0.crate
diff --git a/rust-rustls-platform-verifier.spec b/rust-rustls-platform-verifier.spec
index 478b056..8c8530c 100644
--- a/rust-rustls-platform-verifier.spec
+++ b/rust-rustls-platform-verifier.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate rustls-platform-verifier
Name: rust-rustls-platform-verifier
-Version: 0.6.2
+Version: 0.7.0
Release: %autorelease
Summary: Supports verifying TLS certificates in rustls with the operating system verifier
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 0cfdd8f..e40b016 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,4 +1,7 @@
[package]
+# Upstream: “rustls-platform-verifier supports verifying TLS certificates in
+# rustls with the operating system verifier”
+summary = "Supports verifying TLS certificates in rustls with the operating system verifier"
cargo-toml-patch-comments = [
"drop support for building as a JNI module",
"drop webpki-root-certs dev-dependency and the one example that uses it",
diff --git a/rustls-platform-verifier-fix-metadata-auto.diff b/rustls-platform-verifier-fix-metadata-auto.diff
index 09e0e8e..1614c7e 100644
--- a/rustls-platform-verifier-fix-metadata-auto.diff
+++ b/rustls-platform-verifier-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- rustls-platform-verifier-0.6.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ rustls-platform-verifier-0.6.2/Cargo.toml 2025-11-30T10:09:15.049241+00:00
+--- rustls-platform-verifier-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ rustls-platform-verifier-0.7.0/Cargo.toml 2026-08-09T06:43:11.124425+00:00
@@ -50,7 +50,6 @@
"once_cell",
]
@@ -37,7 +37,7 @@
-optional = true
-
-[target.'cfg(target_os = "android")'.dependencies.jni]
--version = "0.21"
+-version = "0.22"
-default-features = false
-
-[target.'cfg(target_os = "android")'.dependencies.once_cell]
diff --git a/rustls-platform-verifier-fix-metadata.diff b/rustls-platform-verifier-fix-metadata.diff
index 509ada9..1cf86b1 100644
--- a/rustls-platform-verifier-fix-metadata.diff
+++ b/rustls-platform-verifier-fix-metadata.diff
@@ -1,5 +1,5 @@
---- rustls-platform-verifier-0.6.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ rustls-platform-verifier-0.6.2/Cargo.toml 2025-11-30T10:09:15.050455+00:00
+--- rustls-platform-verifier-0.7.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ rustls-platform-verifier-0.7.0/Cargo.toml 2026-08-09T06:43:11.125727+00:00
@@ -45,10 +45,6 @@
[features]
cert-logging = ["base64"]
@@ -24,7 +24,7 @@
optional = true
-[dependencies.jni]
--version = "0.21"
+-version = "0.22.4"
-optional = true
-default-features = false
-
diff --git a/sources b/sources
index 05444e7..fb2cf87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rustls-platform-verifier-0.6.2.crate) = f3ff09863ff30ebfce2718fd135499c689edd37983726a4640c35ffbc40c1eff416e84047286fd27751b811dca9d627b9b7eacd1fd995c036c19a4b51102b99b
+SHA512 (rustls-platform-verifier-0.7.0.crate) = 6ff99a6d9d6c9f165d618fac11211bae9e5e4d671084db75c422b174f90b56f2439ccc15c62a6c9bb4537ae6aa6f7efc00ce1b9cc6cfdede0c1a87850a302742
reply other threads:[~2026-08-10 6:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178634161909.1.6219234060407892636.rpms-rust-rustls-platform-verifier-bc23922de314@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox