public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-reqwest] f43: Update to version 0.13.4; Fixes RHBZ#2437422
@ 2026-07-14 13:50 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-14 13:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-reqwest
Branch : f43
Commit : 227e35fbbb7852e5fda4564586ae269fb9ab0de7
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-14T15:19:03+02:00
Stats  : +18/-12 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-reqwest/c/227e35fbbb7852e5fda4564586ae269fb9ab0de7?branch=f43

Log:
Update to version 0.13.4; Fixes RHBZ#2437422

---
diff --git a/.gitignore b/.gitignore
index fb16851..99122bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /reqwest-0.12.28.crate
 /reqwest-0.13.1.crate
 /reqwest-0.13.3.crate
+/reqwest-0.13.4.crate

diff --git a/0001-replace-references-to-rustls-aws-lc-with-rustls-ring.patch b/0001-replace-references-to-rustls-aws-lc-with-rustls-ring.patch
index 440bacc..f055ad4 100644
--- a/0001-replace-references-to-rustls-aws-lc-with-rustls-ring.patch
+++ b/0001-replace-references-to-rustls-aws-lc-with-rustls-ring.patch
@@ -1,4 +1,4 @@
-From 8e5b600a5dd198b73bd02890eb5174cd6ec51604 Mon Sep 17 00:00:00 2001
+From 7343b98fbacd3924c82559b8cd3c01aed33b1289 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Fri, 9 Jan 2026 12:48:45 +0100
 Subject: [PATCH] replace references to rustls/aws-lc with rustls/ring
@@ -8,16 +8,21 @@ Subject: [PATCH] replace references to rustls/aws-lc with rustls/ring
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/src/async_impl/client.rs b/src/async_impl/client.rs
-index 9b46bed..8214263 100644
+index 4996a4c..7524496 100644
 --- a/src/async_impl/client.rs
 +++ b/src/async_impl/client.rs
-@@ -2446,11 +2446,11 @@ impl Default for Client {
+@@ -2480,7 +2480,7 @@ impl Default for Client {
  
  #[cfg(feature = "__rustls")]
  fn default_rustls_crypto_provider() -> Arc<rustls::crypto::CryptoProvider> {
 -    #[cfg(not(feature = "__rustls-aws-lc-rs"))]
 +    #[cfg(not(feature = "__rustls-ring"))]
-     panic!("No provider set");
+     panic!(
+         "No rustls crypto provider is configured. \
+         When using the `rustls-no-provider` feature you must install a \
+@@ -2489,8 +2489,8 @@ fn default_rustls_crypto_provider() -> Arc<rustls::crypto::CryptoProvider> {
+         See https://docs.rs/rustls/latest/rustls/#cryptography-providers for details."
+     );
  
 -    #[cfg(feature = "__rustls-aws-lc-rs")]
 -    Arc::new(rustls::crypto::aws_lc_rs::default_provider())
@@ -27,5 +32,5 @@ index 9b46bed..8214263 100644
  
  impl Client {
 -- 
-2.52.0
+2.55.0
 

diff --git a/reqwest-fix-metadata-auto.diff b/reqwest-fix-metadata-auto.diff
index daf6ec5..8c441fb 100644
--- a/reqwest-fix-metadata-auto.diff
+++ b/reqwest-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- reqwest-0.13.3/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ reqwest-0.13.3/Cargo.toml	2026-05-26T13:35:00.860082+00:00
+--- reqwest-0.13.4/Cargo.toml	2006-07-24T01:21:28+00:00
++++ reqwest-0.13.4/Cargo.toml	2026-07-14T13:01:44.751538+00:00
 @@ -180,7 +180,6 @@
      "tokio/fs",
      "dep:futures-util",

diff --git a/reqwest-fix-metadata.diff b/reqwest-fix-metadata.diff
index d0ba333..f065a1c 100644
--- a/reqwest-fix-metadata.diff
+++ b/reqwest-fix-metadata.diff
@@ -1,5 +1,5 @@
---- reqwest-0.13.3/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ reqwest-0.13.3/Cargo.toml	2026-05-26T13:35:00.861533+00:00
+--- reqwest-0.13.4/Cargo.toml	2006-07-24T01:21:28+00:00
++++ reqwest-0.13.4/Cargo.toml	2026-07-14T13:01:44.753155+00:00
 @@ -83,11 +83,10 @@
      "dep:rustls",
      "__tls",
@@ -75,7 +75,7 @@
 -optional = true
 -
  [target.'cfg(not(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"))))'.dependencies.hickory-resolver]
- version = "0.25"
+ version = "0.26"
  features = ["tokio"]
 @@ -332,12 +307,6 @@
  

diff --git a/rust-reqwest.spec b/rust-reqwest.spec
index b609c28..48afd3a 100644
--- a/rust-reqwest.spec
+++ b/rust-reqwest.spec
@@ -5,7 +5,7 @@
 %global crate reqwest
 
 Name:           rust-reqwest
-Version:        0.13.3
+Version:        0.13.4
 Release:        %autorelease
 Summary:        Higher level HTTP client library
 

diff --git a/sources b/sources
index 32d7a08..3ed1479 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (reqwest-0.13.3.crate) = e2a4e8412dc9bbbf13a3cb5a82fe93d2e03e9393918d0fe3b3eb6be6eff2052e114637f897d3248325e4b46cbab95c2c2f9a2c46c086ddb2930cafebb7da81fa
+SHA512 (reqwest-0.13.4.crate) = abf6bd11e3d455d69ba9445cf7bb3c115c8bc31a7dff9faa7741b911173f4735172f7e2fca346c47894fbd3a2965c4c5223a54b28b2e8e7a6e6446ffd775c365

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-14 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 13:50 [rpms/rust-reqwest] f43: Update to version 0.13.4; Fixes RHBZ#2437422 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox