Your message dated Sun, 08 Mar 2026 09:05:08 +0000
with message-id <[email protected]>
and subject line Bug#1130011: fixed in rust-ureq 3.2.0+ds+~0.5.3+ds-3
has caused the Debian Bug report #1130011,
regarding rust-ureq - upcoming rust-getrandom update
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1130011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130011
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-ureq
Version: 3.2.0+ds+~0.5.3+ds-2

We hope to update rust-getrandom to version 0.4 soon, rust-ureq needs
a small patch to build against the new version.
diff -Nru rust-ureq-3.2.0+ds+~0.5.3+ds/debian/changelog 
rust-ureq-3.2.0+ds+~0.5.3+ds/debian/changelog
--- rust-ureq-3.2.0+ds+~0.5.3+ds/debian/changelog       2026-02-10 
08:44:39.000000000 +0000
+++ rust-ureq-3.2.0+ds+~0.5.3+ds/debian/changelog       2026-03-07 
13:47:01.000000000 +0000
@@ -1,3 +1,10 @@
+rust-ureq (3.2.0+ds+~0.5.3+ds-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch for getrandom 0.4.
+
+ -- Peter Michael Green <[email protected]>  Sat, 07 Mar 2026 13:47:01 +0000
+
 rust-ureq (3.2.0+ds+~0.5.3+ds-2) unstable; urgency=medium
 
   * add patch 2004
diff -Nru rust-ureq-3.2.0+ds+~0.5.3+ds/debian/control 
rust-ureq-3.2.0+ds+~0.5.3+ds/debian/control
--- rust-ureq-3.2.0+ds+~0.5.3+ds/debian/control 2026-02-09 09:04:47.000000000 
+0000
+++ rust-ureq-3.2.0+ds+~0.5.3+ds/debian/control 2026-03-07 13:42:45.000000000 
+0000
@@ -12,7 +12,7 @@
  librust-encoding-rs-dev,
  librust-env-logger-dev,
  librust-flate2-dev,
- librust-getrandom-dev,
+ librust-getrandom-0.4-dev,
  librust-http-dev,
  librust-httparse-dev,
  librust-log-dev,
diff -Nru rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/2005_getrandom.patch 
rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/2005_getrandom.patch
--- rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/2005_getrandom.patch    
1970-01-01 00:00:00.000000000 +0000
+++ rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/2005_getrandom.patch    
2026-03-07 13:47:01.000000000 +0000
@@ -0,0 +1,32 @@
+Description: Update to getrandom 0.4
+Author: Peter Michael Green <[email protected]>
+Forwarded: no
+Last-Update: 2026-03-07
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: rust-ureq-3.2.0+ds+~0.5.3+ds/Cargo.toml
+===================================================================
+--- rust-ureq-3.2.0+ds+~0.5.3+ds.orig/Cargo.toml
++++ rust-ureq-3.2.0+ds+~0.5.3+ds/Cargo.toml
+@@ -94,7 +94,7 @@ serde = { version = "1.0.138", optional
+ serde_json = { version = "1.0.120", optional = true, default-features = 
false, features = ["std"] }
+ 
+ mime_guess = { version = "2.0.5", optional = true }
+-getrandom = { version = "0.2.15", optional = true }
++getrandom = { version = "0.4", optional = true }
+ 
+ [dev-dependencies]
+ env_logger = "0.11.7"
+Index: rust-ureq-3.2.0+ds+~0.5.3+ds/src/multipart.rs
+===================================================================
+--- rust-ureq-3.2.0+ds+~0.5.3+ds.orig/src/multipart.rs
++++ rust-ureq-3.2.0+ds+~0.5.3+ds/src/multipart.rs
+@@ -133,7 +133,7 @@ impl<'a> Form<'a> {
+         // only present in the dependencies if we use native-tls. In
+         // all other cases we have getrandom already.
+         let mut random_bytes = [0u8; BOUNDARY_SUFFIX_LEN];
+-        getrandom::getrandom(&mut random_bytes).expect("failed to generate 
random boundary");
++        getrandom::fill(&mut random_bytes).expect("failed to generate random 
boundary");
+ 
+         // *2 since we're using hex encoding
+         let mut boundary = String::with_capacity(BOUNDARY_PREFIX.len() + 
BOUNDARY_SUFFIX_LEN * 2);
diff -Nru rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/series 
rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/series
--- rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/series  2026-02-10 
08:44:13.000000000 +0000
+++ rust-ureq-3.2.0+ds+~0.5.3+ds/debian/patches/series  2026-03-07 
13:47:01.000000000 +0000
@@ -8,3 +8,4 @@
 2003_no_net.patch
 2003_no_windows.patch
 2004_test_local_file.patch
+2005_getrandom.patch

--- End Message ---
--- Begin Message ---
Source: rust-ureq
Source-Version: 3.2.0+ds+~0.5.3+ds-3
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-ureq, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated rust-ureq package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 08 Mar 2026 09:41:36 +0100
Source: rust-ureq
Architecture: source
Version: 3.2.0+ds+~0.5.3+ds-3
Distribution: experimental
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1130011
Changes:
 rust-ureq (3.2.0+ds+~0.5.3+ds-3) experimental; urgency=medium
 .
   * add patch 1001 to use newer minor version of crate getrandom;
     closes: bug#1130011, thanks to Peter Michael Green
   * update copyright info: update coverage
Checksums-Sha1:
 b4a69419c20d41c12a494efa24d35920d4a1ebe7 3391 
rust-ureq_3.2.0+ds+~0.5.3+ds-3.dsc
 b55b3b702891696b203c83c866b28011aab2b882 15220 
rust-ureq_3.2.0+ds+~0.5.3+ds-3.debian.tar.xz
 81e59efc5df20eeb59a04fa7e28cea3cd6aa086e 17442 
rust-ureq_3.2.0+ds+~0.5.3+ds-3_amd64.buildinfo
Checksums-Sha256:
 fde2a6ea5f935f36ac8be587926026a1de522781f6a24b9821aa2359b12d1ccb 3391 
rust-ureq_3.2.0+ds+~0.5.3+ds-3.dsc
 4aa0c886ab4c7d079ea4ce05f130b29c364f4af181ef37f6182777a9491eff71 15220 
rust-ureq_3.2.0+ds+~0.5.3+ds-3.debian.tar.xz
 988b7718a776bb9900d5c544b6fe7b34be3883fd2f2c56bf64493e51e1eabfde 17442 
rust-ureq_3.2.0+ds+~0.5.3+ds-3_amd64.buildinfo
Files:
 2952576b16d706d75942c1c3c9c03964 3391 rust optional 
rust-ureq_3.2.0+ds+~0.5.3+ds-3.dsc
 2ce47d333d862d9455cc8a2e0a55ccde 15220 rust optional 
rust-ureq_3.2.0+ds+~0.5.3+ds-3.debian.tar.xz
 2d5402688564d2026fe5b96017447922 17442 rust optional 
rust-ureq_3.2.0+ds+~0.5.3+ds-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmmtN6cMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEh100QAK33/JnSknN7TiSNWVtYlaPPObo4LzOuTBPAGieh
1/HccP4tV49NCum6EWCVhYWtt/grKW+DUYvRmxKRXEw5cmQdSYMbVwFfKFV7Veex
hcmkOQySnhg5XqWWqsPG0zsV+WSdtCRhLcoD0W9+LGz4JH7emoupWVz9/EHCu3S5
eiXX2NqYcicJJsiRVM1juL5kfzbGpWCeiyZv20NZtL8Qh2ieZ17mcOR9Zs9V/o1a
hbt3GizPYF36Hyc8Au7Qa5ra1D2hVHnXT9e1n/Aar6kZfHf2MdKEE21PNXUS/Ph3
L1MOoy3HS0px6lL/PSZBo9W0qvxwQBLTHbQLl3X64Lo/1T3bBOkxdZywI2tu5LaK
qJCxXoDYP2WvV5kqxktsAcAGGD1tRPrQMh86MygaUtBB8ZF0Wg62jq8oIXe0bypT
O0JZy+yf/UMQnOBPUK+Ff/QBMPDCQqmK88uDoUONRCH7cHii4kfSRbv8VRNg2i3l
6736UxhZ7nla7sLLibG4M3F4L8uNRZ1uVf4j7S54CwapgMgPBhGXwSHxtkRew2sV
3bUh8FHsbGycUvPwWKRguvcftGI0vu1O2L1/nUazyNgJgdTnYDERi9KgNUO/ppFk
QtnaeZpdAO9qOxffvlnZxTBq0Fgfmeeojx5gomHUrtmKqcI80NmVukca0INSaPtW
DZoL
=zcXO
-----END PGP SIGNATURE-----

Attachment: pgpvWd5ZG22OT.pgp
Description: PGP signature


--- End Message ---

Reply via email to