public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ureq] f44: Update to version 3.4.2; Fixes RHBZ#2532724
@ 2026-09-15 10:38 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-15 10:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-ureq
Branch : f44
Commit : 89d82077ccad75644cdea8e0ad6f9c060edcae53
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-15T11:33:11+01:00
Stats  : +23/-13 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ureq/c/89d82077ccad75644cdea8e0ad6f9c060edcae53?branch=f44

Log:
Update to version 3.4.2; Fixes RHBZ#2532724

---
diff --git a/.gitignore b/.gitignore
index 51e0029..521017d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /ureq-3.3.0.crate
 /ureq-3.4.0.crate
 /ureq-3.4.1.crate
+/ureq-3.4.2.crate

diff --git a/0001-Downstream-only-omit-tests-that-require-network-acce.patch b/0001-Downstream-only-omit-tests-that-require-network-acce.patch
index c6108c2..ed87d85 100644
--- a/0001-Downstream-only-omit-tests-that-require-network-acce.patch
+++ b/0001-Downstream-only-omit-tests-that-require-network-acce.patch
@@ -1,4 +1,4 @@
-From 1edbaeac339f382ba76e3f5dcef486870bcfc56a Mon Sep 17 00:00:00 2001
+From e47aa700b2247c6a16974987459a50f45edb8fd9 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Sun, 28 Jun 2026 10:16:41 +0100
 Subject: [PATCH 1/2] Downstream-only: omit tests that require network access

diff --git a/0002-Downstream-only-omit-tests-that-would-require-rustls.patch b/0002-Downstream-only-omit-tests-that-would-require-rustls.patch
index 7ef7cbc..6cbc4a1 100644
--- a/0002-Downstream-only-omit-tests-that-would-require-rustls.patch
+++ b/0002-Downstream-only-omit-tests-that-would-require-rustls.patch
@@ -1,18 +1,18 @@
-From 361792cbfba9ce49300bed59354a280a66c7992b Mon Sep 17 00:00:00 2001
+From c730958c7c9762145c63b0ecd5e2414f7cd2d2ff Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Mon, 7 Sep 2026 07:26:20 +0100
 Subject: [PATCH 2/2] Downstream-only: omit tests that would require
  rustls/aws-lc-rs
 
 ---
- src/tls/mod.rs | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
+ src/tls/mod.rs | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
 
 diff --git a/src/tls/mod.rs b/src/tls/mod.rs
-index 8c6d986..26d70c6 100644
+index b3dc89b..b44977c 100644
 --- a/src/tls/mod.rs
 +++ b/src/tls/mod.rs
-@@ -233,7 +233,7 @@ impl TlsConfigBuilder {
+@@ -273,7 +273,7 @@ impl TlsConfigBuilder {
      ///
      /// * Agent
      ///
@@ -21,7 +21,16 @@ index 8c6d986..26d70c6 100644
      /// use std::sync::Arc;
      /// use ureq::{Agent};
      /// use ureq::tls::{TlsConfig, TlsProvider};
-@@ -456,6 +456,8 @@ mod test {
+@@ -421,6 +421,8 @@ mod test {
+     }
+ 
+     #[test]
++    // Downstream-only: omit tests that would require rustls/aws-lc-rs
++    #[cfg(false)]
+     #[cfg(feature = "_rustls")]
+     fn crypto_providers_pool_by_identity() {
+         let provider = || Arc::new(::rustls::crypto::aws_lc_rs::default_provider());
+@@ -521,6 +523,8 @@ mod test {
          }
  
          #[test]

diff --git a/rust-ureq.spec b/rust-ureq.spec
index 07435f2..221fdec 100644
--- a/rust-ureq.spec
+++ b/rust-ureq.spec
@@ -5,7 +5,7 @@
 %global crate ureq
 
 Name:           rust-ureq
-Version:        3.4.1
+Version:        3.4.2
 Release:        %autorelease
 Summary:        Simple, safe HTTP client
 

diff --git a/sources b/sources
index be37d54..1a825ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ureq-3.4.1.crate) = a69728b7edd8216730335ba216ab6c9b0150caf71e615ce4b560b599d39782344de29f9d0ca15699d3e2cc6744398227a40155c0f8e5ffa59f02f506f63e148b
+SHA512 (ureq-3.4.2.crate) = 01995a1e6579518ff8890552ea1b8748c6594df69976dfcb7354dd699078c61d763446f54f9af11a2054b00a3c1bed75bdcf83fbd9c39cdb428603243d86d770

diff --git a/ureq-fix-metadata-auto.diff b/ureq-fix-metadata-auto.diff
index 6cfc02d..328a31c 100644
--- a/ureq-fix-metadata-auto.diff
+++ b/ureq-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- ureq-3.4.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ ureq-3.4.1/Cargo.toml	2026-09-07T06:35:46.690680+00:00
+--- ureq-3.4.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ ureq-3.4.2/Cargo.toml	2026-09-15T10:27:59.202287+00:00
 @@ -111,7 +111,7 @@
  rustls-webpki-roots = ["dep:webpki-roots"]
  socks-proxy = ["dep:socks"]

diff --git a/ureq-fix-metadata.diff b/ureq-fix-metadata.diff
index 0a50a7a..77625ad 100644
--- a/ureq-fix-metadata.diff
+++ b/ureq-fix-metadata.diff
@@ -1,5 +1,5 @@
---- ureq-3.4.1/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ ureq-3.4.1/Cargo.toml	2026-09-07T06:35:46.691911+00:00
+--- ureq-3.4.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ ureq-3.4.2/Cargo.toml	2026-09-15T10:27:59.204012+00:00
 @@ -118,19 +118,6 @@
  path = "src/lib.rs"
  

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

only message in thread, other threads:[~2026-09-15 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 10:38 [rpms/rust-ureq] f44: Update to version 3.4.2; Fixes RHBZ#2532724 Benjamin A. Beasley

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