Your message dated Sat, 24 Jun 2023 21:02:10 +0000
with message-id <[email protected]>
and subject line Bug#1038420: fixed in rust-rustls 0.20.8-4.1
has caused the Debian Bug report #1038420,
regarding rust-rustls - autopkgtest failure with new base64.
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.)


-- 
1038420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038420
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-rustls
Version: 0.20.8-4
Severity: serious
Tags: trixie, sid

The autopkgtest for rust-rustls autopkgtest depends on rust-base64 0.13 but
unstable now has 0.21 and we are trying to get it into trixie.

Since your package does not use skip-not-installable this is a hard failure
and is blocking the testing migration of rust-rustls-pemfile and hence
rust-base64.

When upstream bumped the dependency they made some code
changes, but it looks like said code changes were only needed
to fix deprecation warnings. Simply bumping the dependency in
Cargo.toml and debian/tests/control is enough to make the autopkgtest
pass.

Debdiff attatched, if this is still outstanding in a week or so and other
blockers for testing migration are cleared, I will probablly NMU it.
diff -Nru rust-rustls-0.20.8/debian/changelog 
rust-rustls-0.20.8/debian/changelog
--- rust-rustls-0.20.8/debian/changelog 2023-02-03 13:57:58.000000000 +0000
+++ rust-rustls-0.20.8/debian/changelog 2023-06-18 01:01:18.000000000 +0000
@@ -1,3 +1,10 @@
+rust-rustls (0.20.8-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump base64 dev-dependency to 0.21.
+
+ -- Peter Michael Green <[email protected]>  Sun, 18 Jun 2023 01:01:18 +0000
+
 rust-rustls (0.20.8-4) unstable; urgency=medium
 
   * add patch 1001 to add feature constraints to tests
diff -Nru rust-rustls-0.20.8/debian/patches/2004_bump_base64.patch 
rust-rustls-0.20.8/debian/patches/2004_bump_base64.patch
--- rust-rustls-0.20.8/debian/patches/2004_bump_base64.patch    1970-01-01 
00:00:00.000000000 +0000
+++ rust-rustls-0.20.8/debian/patches/2004_bump_base64.patch    2023-06-18 
01:01:00.000000000 +0000
@@ -0,0 +1,11 @@
+--- rust-rustls-0.20.8.orig/rustls/Cargo.toml
++++ rust-rustls-0.20.8/rustls/Cargo.toml
+@@ -37,7 +37,7 @@ log = "0.4.4"
+ rustls-native-certs = "0.6"
+ criterion = "0.3.0"
+ rustls-pemfile = "1.0.0"
+-base64 = "0.13.0"
++base64 = "0.21.0"
+ 
+ [[example]]
+ name = "bogo_shim"
diff -Nru rust-rustls-0.20.8/debian/patches/series 
rust-rustls-0.20.8/debian/patches/series
--- rust-rustls-0.20.8/debian/patches/series    2023-02-03 13:56:11.000000000 
+0000
+++ rust-rustls-0.20.8/debian/patches/series    2023-06-18 01:00:10.000000000 
+0000
@@ -1,3 +1,4 @@
 1001_feature_constraints.patch
 2001_native_certs.patch
 2003_network_access.patch
+2004_bump_base64.patch
diff -Nru rust-rustls-0.20.8/debian/tests/control 
rust-rustls-0.20.8/debian/tests/control
--- rust-rustls-0.20.8/debian/tests/control     2023-02-02 19:14:08.000000000 
+0000
+++ rust-rustls-0.20.8/debian/tests/control     2023-06-18 00:58:44.000000000 
+0000
@@ -4,7 +4,7 @@
 Features: test-name=rust-rustls-0.20:@
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -27,7 +27,7 @@
 Features: test-name=rust-rustls-0.20:dangerous_configuration
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -48,7 +48,7 @@
 Features: test-name=rust-rustls-0.20:quic
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -69,7 +69,7 @@
 Features: test-name=rust-rustls-0.20:secret_extraction
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -90,7 +90,7 @@
 Features: test-name=rust-rustls-0.20:tls12
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -111,7 +111,7 @@
 Features: test-name=rust-rustls-0.20:read_buf
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -133,7 +133,7 @@
 Features: test-name=rust-rustls-0.20:
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -154,7 +154,7 @@
 Features: test-name=rust-rustls-0.20:default
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,
@@ -175,7 +175,7 @@
 Features: test-name=rust-rustls-0.20:logging
 Depends:
  dh-cargo (>= 18),
- librust-base64-0.13+default-dev,
+ librust-base64-0.21+default-dev,
  librust-criterion-0.3+default-dev,
  librust-docopt-1+default-dev,
  librust-env-logger-0.9+default-dev,

--- End Message ---
--- Begin Message ---
Source: rust-rustls
Source-Version: 0.20.8-4.1
Done: Peter Michael Green <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Michael Green <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 24 Jun 2023 20:20:37 +0000
Source: rust-rustls
Architecture: source
Version: 0.20.8-4.1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Peter Michael Green <[email protected]>
Closes: 1038420
Changes:
 rust-rustls (0.20.8-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Bump base64 dev-dependency to 0.21. (Closes: #1038420)
Checksums-Sha1:
 ec16f35bae4ea57289df7349bf5f26eb96d94947 3498 rust-rustls_0.20.8-4.1.dsc
 09572a1320643138541d077e3e1a1bddf1379dcf 22968 
rust-rustls_0.20.8-4.1.debian.tar.xz
 75bb790fc00dd5ae98008d17df4e1bd2a57b9ece 18911 
rust-rustls_0.20.8-4.1_source.buildinfo
Checksums-Sha256:
 90cdd142548ac7c3174993f7291793b7ef43ad8bde64ea98806f94301b6a342e 3498 
rust-rustls_0.20.8-4.1.dsc
 70bdce3c26aefb1eab0be4bf91a4deb51518130492a0a116c8080e40e29ae60e 22968 
rust-rustls_0.20.8-4.1.debian.tar.xz
 00e73fd3ec36d23640b29ee6cda05347fca2240f5dd4536df407bef6ace9de84 18911 
rust-rustls_0.20.8-4.1_source.buildinfo
Files:
 9ae833e44986d8cdd93d7471f1d1c822 3498 rust optional rust-rustls_0.20.8-4.1.dsc
 b5784c6116f0677d85fc0e8477a99c6c 22968 rust optional 
rust-rustls_0.20.8-4.1.debian.tar.xz
 76c3002bf1ee8a20e2b6f6c1603e5de6 18911 rust optional 
rust-rustls_0.20.8-4.1_source.buildinfo

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

iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmSXUmAUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuPRA//atqeB0Sps5xsAJ9HwzlvHltu+AaC
Pgw9dTQLTnm+mgki9wfC9+XYdthpJsG0fgih8ljTz5wFFZreZx1pAB5PuTF6/LVY
htPdhj7urKBTvJsopOLYxVyGPog10gMkthkpmUtGnzEkK5CxPL480o+Z8hSbRNWb
Q8rdvwDl+5sPBHBihKwVoam4tZb/gXfhAVU57kyZk0qC4h++GOClcug0eMiops8A
klubTiR6zWeee5FFG+VTNRQwOLkjeMDND+0HMAkAOCIpMtfBbK0Z8jNkatyaNfCj
Gcf6sn1YMNFcZ3NJbsYGgYJnFmZB92G2Ygthp5fbld7MZ9MizKiobO50ZGAZnnsz
70kP17A9uWp/TWUE19peHjmq9ZV7kDW5Ek2dZ33gSlIAMQwye0HlAnZQqMUdcFNT
7jq/SYKWgqwQaAX+TR34tugZKYYTihuqjCYotkrE7qNfegRfKnCuabagchl5EjLD
IwaAV/02xkmK6BLhLYR0blQzfNCh3NXUjdn6wq71zrnT/4eM0oMbsEmzu607HtEQ
kEEj+DWgxikgRS9XQZtYOL6kYg2+Nl7jfxz3PmaraVHu1PFbva3VOhXVx/fgdfof
SBWnrTiBt2GQofku4DbcfPpBEvsNFUw/SNos8TL97s5UYKP9NcC0G5UMcEbuaoGy
st5zvPN7YYD/Fsc=
=uvyO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to