Your message dated Wed, 01 Jan 2025 12:51:56 +0000
with message-id <e1tsyca-00b1nm...@fasolo.debian.org>
and subject line Bug#1091220: fixed in rust-rustls 0.21.12-7
has caused the Debian Bug report #1091220,
regarding rust-rustls: 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 ow...@bugs.debian.org
immediately.)


-- 
1091220: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091220
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-rustls
Version: 0.21.12-6
Severity: normal
Tags: patch
X-Debbugs-Cc: noisyc...@tutanota.com

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. The version of src:rust-rustls
currently in unstable (v0.21.12-6) builds and its autopkgtests pass just fine
with v0.11. Bumping the version is straightforward, but I'm attaching a patch
nonetheless.

Cheers!
>From 6dc5f11dadff33963c216a5f117989f13739a72a Mon Sep 17 00:00:00 2001
From: NoisyCoil <noisyc...@tutanota.com>
Date: Wed, 18 Dec 2024 00:53:23 +0100
Subject: [PATCH] Bump env_logger to v0.11

---
 debian/control                       |  2 +-
 debian/patches/2002_env_logger.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series                |  1 +
 debian/tests/control                 | 16 ++++++++--------
 4 files changed, 38 insertions(+), 9 deletions(-)
 create mode 100644 debian/patches/2002_env_logger.patch

diff --git a/debian/control b/debian/control
index 800d09a2..25b5618c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-log-0.4+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
diff --git a/debian/patches/2002_env_logger.patch 
b/debian/patches/2002_env_logger.patch
new file mode 100644
index 00000000..372b0e7e
--- /dev/null
+++ b/debian/patches/2002_env_logger.patch
@@ -0,0 +1,28 @@
+Description: accept newer branch of crate env_logger
+Author: NoisyCoil <noisyc...@tutanota.com>
+Forwarded: not-needed
+Last-Update: 2024-12-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/rustls/Cargo.toml
++++ b/rustls/Cargo.toml
+@@ -32,7 +32,7 @@
+ 
+ [dev-dependencies]
+ bencher = "0.1.5"
+-env_logger = "0.10"
++env_logger = ">= 0.10, <= 0.11"
+ log = "0.4.4"
+ rustls-native-certs = "0.6"
+ rustls-pemfile = "1.0.3"
+--- a/examples/Cargo.toml
++++ b/examples/Cargo.toml
+@@ -12,7 +12,7 @@
+ 
+ [dependencies]
+ docopt = "~1.1"
+-env_logger = "0.10"
++env_logger = ">= 0.10, <= 0.11"
+ log = { version = "0.4.4" }
+ mio = { version = ">= 0.8, <= 1", features = ["net", "os-poll"] }
+ rustls = { path = "../rustls", features = [ "logging" ]}
diff --git a/debian/patches/series b/debian/patches/series
index c60a9f2d..c64d7829 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,5 +3,6 @@
 1002_mio.patch
 1002_ring.patch
 2001_native_certs.patch
+2002_env_logger.patch
 2003_network_access.patch
 2004_no_feature_read_buf.patch
diff --git a/debian/tests/control b/debian/tests/control
index 6739767c..95a4fbd6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -8,7 +8,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
  librust-rustls-0.21+default-dev,
@@ -26,7 +26,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-log-0.4+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
@@ -46,7 +46,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
  librust-rustls-0.21-dev,
@@ -64,7 +64,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
@@ -83,7 +83,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-log-0.4+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
@@ -103,7 +103,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
  librust-rustls-0.21+quic-dev,
@@ -122,7 +122,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
  librust-rustls-0.21+secret-extraction-dev,
@@ -141,7 +141,7 @@ Depends:
  librust-base64-0.22+default-dev,
  librust-bencher-0.1+default-dev,
  librust-docopt-1+default-dev,
- librust-env-logger-0.10+default-dev,
+ librust-env-logger-0.11+default-dev,
  librust-mio-dev (<< 2),
  librust-regex-1+default-dev,
  librust-rustls-0.21+tls12-dev,
-- 
2.45.2


--- End Message ---
--- Begin Message ---
Source: rust-rustls
Source-Version: 0.21.12-7
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
rust-rustls, 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 1091...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated rust-rustls 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 01 Jan 2025 13:32:13 +0100
Source: rust-rustls
Architecture: source
Version: 0.21.12-7
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1091220
Changes:
 rust-rustls (0.21.12-7) unstable; urgency=medium
 .
   * update watch file:
     + use Github API uri
     + improve filename mangling
   * add patch 1002_env_logger
     to accept newer branch of crate env_logger;
     bump build- and autopkgtest-dependencies
     for crate rust-env-logger;
     closes: bug#1091220, thanks to NoisyCoil
   * update git-buildpackage config: use git branch debian/unstable
Checksums-Sha1:
 56f5b2be272458407f141c9ee111ab3f8c470d5b 3256 rust-rustls_0.21.12-7.dsc
 6b35876bc26567b22a8fd8407026fe57d99121fb 16408 
rust-rustls_0.21.12-7.debian.tar.xz
 808bbf4f806cd5088452675d8d0c46d55d686942 11193 
rust-rustls_0.21.12-7_amd64.buildinfo
Checksums-Sha256:
 d510b8359a49f8baa662e833a5a805198390994e4bda233697dc34f9298c33a3 3256 
rust-rustls_0.21.12-7.dsc
 705717c1f3556fbecbabee67cdb6f5b7603b813403faf39d2f1ad69ce3d29340 16408 
rust-rustls_0.21.12-7.debian.tar.xz
 2bb555e5d264d2fb9d4bd3e405a3c6e6fc84301ac4fdbec0767890fe0a4293ba 11193 
rust-rustls_0.21.12-7_amd64.buildinfo
Files:
 0ecb3714fb710e6d864dad76108e9ad8 3256 rust optional rust-rustls_0.21.12-7.dsc
 22e23e59c11f03edcc96c4226a7fc2aa 16408 rust optional 
rust-rustls_0.21.12-7.debian.tar.xz
 13f1819ce5456bbff6b57ce9265b7863 11193 rust optional 
rust-rustls_0.21.12-7_amd64.buildinfo


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

wsG7BAEBCgBvBYJndTZXCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmceJ645Ch+q0cCI3dmF3JimJ5VGzyyvp2/ODCNy7pqW
0xYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAADG1hAAijGVI/WB/Uxy+FJ8g/4EWo58
KHs4+2JbCUmnTLnmGq9eF5FqjQTnfJgaNoj/h2EQD7xPcrT6tdvM/zv5LXIxfCI2
TBSV9xx7lMbXJ9lH1kf0OA31ijdb5wefKUHleMc68wv4yB0r/V2U27Z5HO26bVFc
YOb9Aa+EwPU4Nzt99RAhH7CK2eoSjNl9gpgv+bW5Ga645ZPSkueje9LaPPN1XYLH
bSph06/YAzcWYwzgzzCef3uyzexuTcmDNbJE6KNIr9d0uHBCfUD06izHfoxB++ey
4iLOBHwkFeJiG+oX1CElLnm8PBOTA7daS+2hovYzBCZKFjgt9tpzm/4quzB2mQEA
GDcMzmF8KbQG0ILTZqQlSGNZqdi77ICWrLfrNrjkbbae10XbW+rt/ZLcO9aHe+3S
SwjJtn+dAug0gma3zElzWkUHxnGpNxB+1cbgfSGaw0WUKMgZ5o1jL8OTc/l4NfCV
rcYbnEO6Dy9wB21+yzk9riV043AFU4t8uCQOktCj79OMVqO8DUIgOrYHNvMPG2h9
ZKpoa3tZtHR8EXEIf9mTPt/tnEzu22tJk7ibb3bIkiWagpYXZlx67c5l4oxswLSO
xo0DAklChdOENyQkLAdUKMF2+8h+e0OgLjgJChSZtN1v40cGdgan1MBLPW02xoRT
pIm5MvRuMENgM49q72U=
=LjYQ
-----END PGP SIGNATURE-----

Attachment: pgptLEL_2oP8k.pgp
Description: PGP signature


--- End Message ---

Reply via email to