Your message dated Wed, 01 Jan 2025 13:05:35 +0000
with message-id <[email protected]>
and subject line Bug#1091223: fixed in rust-ureq 2.12.1-2
has caused the Debian Bug report #1091223,
regarding rust-ureq: Upcoming update to env_logger v0.11
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.)


-- 
1091223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091223
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-ureq
Version: 2.12.1-1
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Hi,

env_logger v0.11 has been in experimental for a while now, and we intend to
upload it to unstable over the following weeks. src:rust-ureq builds and
its autopkgtests pass just fine with v0.11. Bumping the version is
straightforward, but I'm attaching a patch nonetheless.

Cheers!
>From 1a1f182dcf8e22382c41d060357fde6b9e243f22 Mon Sep 17 00:00:00 2001
From: NoisyCoil <[email protected]>
Date: Mon, 23 Dec 2024 16:33:12 +0100
Subject: [PATCH] Bump env_logger to v0.11

---
 debian/control                       |  2 +-
 debian/patches/1001_env_logger.patch |  2 +-
 debian/patches/2001_hootbin.patch    |  2 +-
 debian/patches/2001_rustls.patch     |  2 +-
 debian/tests/control                 | 28 ++++++++++++++--------------
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 8c9d37f..abc33b1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  librust-cookie-0.18-dev <!nocheck>,
  librust-cookie-store-0.21+preserve-order-dev <!nocheck>,
  librust-encoding-rs-0.8+default-dev <!nocheck>,
- librust-env-logger-0.10+humantime-dev <!nocheck>,
+ librust-env-logger-0.11+humantime-dev <!nocheck>,
  librust-flate2-1+default-dev (>= 1.0.22) <!nocheck>,
  librust-http-0.2+default-dev <!nocheck>,
  librust-log-0.4+default-dev <!nocheck>,
diff --git a/debian/patches/1001_env_logger.patch 
b/debian/patches/1001_env_logger.patch
index 860bc30..e749fa2 100644
--- a/debian/patches/1001_env_logger.patch
+++ b/debian/patches/1001_env_logger.patch
@@ -10,7 +10,7 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
  
  [dev-dependencies]
 -env_logger = { version = "<=0.9", default-features = false, features = 
["humantime"] }
-+env_logger = { version = "<=0.10", default-features = false, features = 
["humantime"] }
++env_logger = { version = "<=0.11", default-features = false, features = 
["humantime"] }
  serde = { version = "1", features = ["derive"] }
  rustls = { version = "0.23.5", default-features = false, features = ["std", 
"ring"] }
  rustls-pemfile = { version = "2.0" }
diff --git a/debian/patches/2001_hootbin.patch 
b/debian/patches/2001_hootbin.patch
index 15329f5..205024e 100644
--- a/debian/patches/2001_hootbin.patch
+++ b/debian/patches/2001_hootbin.patch
@@ -23,5 +23,5 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
 -hootbin = { version = "0.1.5", optional = true }
 -
  [dev-dependencies]
- env_logger = { version = "<=0.10", default-features = false, features = 
["humantime"] }
+ env_logger = { version = "<=0.11", default-features = false, features = 
["humantime"] }
  serde = { version = "1", features = ["derive"] }
diff --git a/debian/patches/2001_rustls.patch b/debian/patches/2001_rustls.patch
index e6a7d47..c4f9411 100644
--- a/debian/patches/2001_rustls.patch
+++ b/debian/patches/2001_rustls.patch
@@ -33,7 +33,7 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
 +rustls = { version = "0.21.12", optional = true, default-features = false, 
features = ["logging", "tls12"] }
  
  [dev-dependencies]
- env_logger = { version = "<=0.10", default-features = false, features = 
["humantime"] }
+ env_logger = { version = "<=0.11", default-features = false, features = 
["humantime"] }
  serde = { version = "1", features = ["derive"] }
 -rustls = { version = "0.23.5", default-features = false, features = ["std", 
"ring"] }
 -rustls-pemfile = { version = "2.0" }
diff --git a/debian/tests/control b/debian/tests/control
index 2f47cef..159a94f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -13,7 +13,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:@
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -33,7 +33,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -53,7 +53,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:default
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -73,7 +73,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:brotli
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -94,7 +94,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:cookies
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -115,7 +115,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:charset
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -136,7 +136,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=ureq-2:gzip
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -157,7 +157,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:http-interop
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -178,7 +178,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:json
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -199,7 +199,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:native-certs
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -220,7 +220,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:native-tls
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -241,7 +241,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:proxy-from-env
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -262,7 +262,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:socks-proxy
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -283,7 +283,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:tls
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
-- 
2.45.2


--- End Message ---
--- Begin Message ---
Source: rust-ureq
Source-Version: 2.12.1-2
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: Wed, 01 Jan 2025 13:46:58 +0100
Source: rust-ureq
Architecture: source
Version: 2.12.1-2
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1091223
Changes:
 rust-ureq (2.12.1-2) unstable; urgency=medium
 .
   * drop patch 2001_cookie_store, obsoleted by Debian packaging changes
   * update patch 1001_env_logger to accept newer branch;
     bump build- and autopkgtest-dependencies for crate rust-env-logger;
     closes: bug#1091223, thanks to NoisyCoil
Checksums-Sha1:
 fe1a8e4054b7cdb43ea64e443b7d51efc35d4b56 3521 rust-ureq_2.12.1-2.dsc
 1a25b2a459dc9d8e84dc9cfef744e963ce678bc5 10156 rust-ureq_2.12.1-2.debian.tar.xz
 3b8f062d5a76d5cc1fa652d4b8d2bb0c0590d09d 16551 
rust-ureq_2.12.1-2_amd64.buildinfo
Checksums-Sha256:
 445fda7f7a9d744ca070e231a67d5e7dac86ed46b04f4ee46b9e36e2dd7b4d41 3521 
rust-ureq_2.12.1-2.dsc
 ea1d77d129e34def2576f9972d7971579a5434d50848e13e436c6177f2173c3a 10156 
rust-ureq_2.12.1-2.debian.tar.xz
 b39e234033a0133a82d7e7ac5790d9643aceb291901e258afc2cb9d4fa6193d5 16551 
rust-ureq_2.12.1-2_amd64.buildinfo
Files:
 0ba2ed59d47832d4afdbca324b7d26ea 3521 rust optional rust-ureq_2.12.1-2.dsc
 9c5d92a41cc88e17f79e6637176ecae7 10156 rust optional 
rust-ureq_2.12.1-2.debian.tar.xz
 b4a0fa6212835fdb298336e216643d89 16551 rust optional 
rust-ureq_2.12.1-2_amd64.buildinfo


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

wsG7BAEBCgBvBYJndTmXCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmftNFa3n9bIb2+9fWOO9BC+z6c3xDfEHHJE6BbLF1MC
ahYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAAACRQ//dbR7Ir5NIYQ8ZPOg7tRp/xW2
oLcdISuFsTx8Souf8Z8NhdH4Al19/Cfl1bv/v0Jh4j+lrkEIl0kDaN3nzKkjH7N8
FvyN1K8U21RXTqbbDAgJ6NNqHP+dMFdmfYunOHOWndpSLSItpSp0Yal3ZIwxvAHc
ucv/cZaUMOLq4Ka6wX6WHftrUHfUaOY2fRrcXQwHqDY3b8AGSdn4IOpVdajjixGF
piHanAsMm/YUZxOjYyHMUWAFZifqzq+r6B9x1P8UuIeTXVV/FxVlMi0wzzVB9iYR
aJVcZbyjmudAlqRMGD+ajTjKPAbkou7nexJOHDxfJQxcLoDONgVrh5A5pKI0ykD7
YT53dTLkJS5jYjrCbN6cs+KO/vnEPCa8dFndb/hTtbBBKXWf7Q7vtYrwujZs0mrN
qt0VdSvAqcHGwdqQJBic67wyVDZcWyUrvPMZwOFodtXkye1PN+I5IV3wYOlDcGqp
5kDZyOInxjor48b855/dSNJDet/c8A96wFCnQzcbYbuDGfOO9thsKwQFFS+5ptUm
i3Ij4j3xKdtvB2awHtD0wEjhtY1jmHd/ArtupDRhq6V+MQ81khzfhYsuSE7mCuMt
fGYaBSOuTozKxZ70bdlWPkiaBvYqGCDiTdRCY+nLtHXdp9bomSnZWt24vHL5khBh
hcbmiRGUjXYFp7YBFPc=
=2m3s
-----END PGP SIGNATURE-----

Attachment: pgp41C8xUUCdN.pgp
Description: PGP signature


--- End Message ---

Reply via email to