Your message dated Tue, 30 Dec 2025 11:41:41 +0000
with message-id <[email protected]>
and subject line Bug#1124309: fixed in rust-rustls-native-certs 0.8.3-1
has caused the Debian Bug report #1124309,
regarding rust-rustls-native-certs - rust-serial-test 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.)
--
1124309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124309
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-rustls-native-certs
Version: 0.8.1-5
Severity: serious
Tags: ftbfs
I made a mistake while preparing the rust-serial-test update and
incorrectly had rust-rustls-native-certs down as "no changes
needed" but it does in-fact need changes. The simplest change
would be just to change the build-dependencies and
test-dependencies, but given that the new version of serial-test
is already in sid, I figure it makes sense to also get rid of the patch.
debdiff is attached
diff -Nru rust-rustls-native-certs-0.8.1/debian/changelog
rust-rustls-native-certs-0.8.1/debian/changelog
--- rust-rustls-native-certs-0.8.1/debian/changelog 2025-08-31
15:04:13.000000000 +0000
+++ rust-rustls-native-certs-0.8.1/debian/changelog 2025-12-30
10:14:17.000000000 +0000
@@ -1,3 +1,11 @@
+rust-rustls-native-certs (0.8.1-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Stop patching serial-test dependency, update build-depends
+ and test-depends to use version 3.
+
+ -- Peter Michael Green <[email protected]> Tue, 30 Dec 2025 10:14:17 +0000
+
rust-rustls-native-certs (0.8.1-5) unstable; urgency=medium
* fix autopkgtest-dependencies
diff -Nru rust-rustls-native-certs-0.8.1/debian/control
rust-rustls-native-certs-0.8.1/debian/control
--- rust-rustls-native-certs-0.8.1/debian/control 2025-08-30
08:33:01.000000000 +0000
+++ rust-rustls-native-certs-0.8.1/debian/control 2025-12-30
10:12:59.000000000 +0000
@@ -10,7 +10,7 @@
librust-rustls-0.23-dev,
librust-rustls-pki-types-1+default-dev,
librust-rustls-webpki-0.103+default-dev,
- librust-serial-test-2+default-dev,
+ librust-serial-test-3+default-dev,
librust-tempfile-3+default-dev,
librust-untrusted-0.9+default-dev,
librust-x509-parser-0.18+default-dev,
diff -Nru rust-rustls-native-certs-0.8.1/debian/patches/2001_serial_test.patch
rust-rustls-native-certs-0.8.1/debian/patches/2001_serial_test.patch
--- rust-rustls-native-certs-0.8.1/debian/patches/2001_serial_test.patch
2025-08-30 08:31:20.000000000 +0000
+++ rust-rustls-native-certs-0.8.1/debian/patches/2001_serial_test.patch
1970-01-01 00:00:00.000000000 +0000
@@ -1,18 +0,0 @@
-Description: accept older branch of crate serial_test
-Author: Jonas Smedegaard <[email protected]>
-Bug-Debian: https://bugs.debian.org/1093802
-Forwarded: not-needed
-Last-Update: 2025-01-25
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -17,7 +17,7 @@
- ring = "0.17"
- rustls = "0.23"
- rustls-webpki = ">= 0.102, <= 0.103"
--serial_test = "3"
-+serial_test = ">= 2.0.0, <= 3"
- tempfile = "3.5"
- untrusted = "0.9"
- webpki-roots = "0.26"
diff -Nru rust-rustls-native-certs-0.8.1/debian/patches/2001_webpki-roots.patch
rust-rustls-native-certs-0.8.1/debian/patches/2001_webpki-roots.patch
--- rust-rustls-native-certs-0.8.1/debian/patches/2001_webpki-roots.patch
2025-08-30 08:09:01.000000000 +0000
+++ rust-rustls-native-certs-0.8.1/debian/patches/2001_webpki-roots.patch
2025-12-30 10:14:17.000000000 +0000
@@ -7,7 +7,7 @@
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,6 @@
- serial_test = ">= 2.0.0, <= 3"
+ serial_test = "3"
tempfile = "3.5"
untrusted = "0.9"
-webpki-roots = "0.26"
diff -Nru rust-rustls-native-certs-0.8.1/debian/patches/series
rust-rustls-native-certs-0.8.1/debian/patches/series
--- rust-rustls-native-certs-0.8.1/debian/patches/series 2025-08-30
08:30:16.000000000 +0000
+++ rust-rustls-native-certs-0.8.1/debian/patches/series 2025-12-30
10:13:39.000000000 +0000
@@ -1,6 +1,5 @@
1001_rustls-webpki.patch
1001_x509-parser.patch
-2001_serial_test.patch
2001_webpki-roots.patch
2002_no_macos.patch
2002_no_windows.patch
diff -Nru rust-rustls-native-certs-0.8.1/debian/tests/control
rust-rustls-native-certs-0.8.1/debian/tests/control
--- rust-rustls-native-certs-0.8.1/debian/tests/control 2025-08-31
15:03:52.000000000 +0000
+++ rust-rustls-native-certs-0.8.1/debian/tests/control 2025-12-30
10:12:48.000000000 +0000
@@ -9,7 +9,7 @@
librust-rustls-0.23-dev,
librust-rustls-native-certs-0.8-dev,
librust-rustls-webpki-0.103+default-dev,
- librust-serial-test-2+default-dev,
+ librust-serial-test-3+default-dev,
librust-tempfile-3+default-dev,
librust-untrusted-0.9+default-dev,
librust-x509-parser-0.18+default-dev,
@@ -26,7 +26,7 @@
librust-rustls-0.23-dev,
librust-rustls-native-certs-0.8+default-dev,
librust-rustls-webpki-0.103+default-dev,
- librust-serial-test-2+default-dev,
+ librust-serial-test-3+default-dev,
librust-tempfile-3+default-dev,
librust-untrusted-0.9+default-dev,
librust-x509-parser-0.18+default-dev,
@@ -43,7 +43,7 @@
librust-rustls-0.23-dev,
librust-rustls-native-certs-0.8-dev,
librust-rustls-webpki-0.103+default-dev,
- librust-serial-test-2+default-dev,
+ librust-serial-test-3+default-dev,
librust-tempfile-3+default-dev,
librust-untrusted-0.9+default-dev,
librust-x509-parser-0.18+default-dev,
--- End Message ---
--- Begin Message ---
Source: rust-rustls-native-certs
Source-Version: 0.8.3-1
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-rustls-native-certs, 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-rustls-native-certs
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: Tue, 30 Dec 2025 12:05:24 +0100
Source: rust-rustls-native-certs
Architecture: source
Version: 0.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1124309
Changes:
rust-rustls-native-certs (0.8.3-1) unstable; urgency=medium
.
[ upstream ]
* new release(s)
.
[ Jonas Smedegaard ]
* bump project versions in virtual packages and autopkgtests
* stop set superfluous fields Rules-Requires-Root Priority
* declare compliance with Debian Policy 4.7.3
* update and unfuzz patches
* drop patch 2001_serial_test, obsoleted by Debian packaging changes;
bump build- and autopkgtest-dependencies for crate serial_test;
closes: bug#1124309, thanks to Peter Michael Green
* add patch 2003 to avoid broken tests
Checksums-Sha1:
a0dbdfc6f8a2a2bf51387b9cf21802bac632c589 2754
rust-rustls-native-certs_0.8.3-1.dsc
10bfe2d28af6ab218094f4fa7c98efb4e05648d1 29566
rust-rustls-native-certs_0.8.3.orig.tar.gz
132ed381303389f3b309ef6732f0f5c3b515be66 7612
rust-rustls-native-certs_0.8.3-1.debian.tar.xz
1a7710954a2ac33edaaaff9434476e927b7ee79b 18462
rust-rustls-native-certs_0.8.3-1_amd64.buildinfo
Checksums-Sha256:
e12c48754531edf101eac393098fcb18b407760b3ee0a48dc0cc0142066ca348 2754
rust-rustls-native-certs_0.8.3-1.dsc
f0edbf777c2a2537e3127fadd73e3fe6e9c3a2693b9514a54fe9b20d6c44131a 29566
rust-rustls-native-certs_0.8.3.orig.tar.gz
f0948edbf994dcfaf95b6c59c34280c5557a7aeec9893e27bf81e14cce3d13f7 7612
rust-rustls-native-certs_0.8.3-1.debian.tar.xz
510dacc903c0cd32df0fa0f6efd4475c014c60e6afbd23f45655d9381e9219c4 18462
rust-rustls-native-certs_0.8.3-1_amd64.buildinfo
Files:
aab49539ebf508c52bea4948ff16782f 2754 rust optional
rust-rustls-native-certs_0.8.3-1.dsc
49a60c0be61528d28a8e12e21eff6a1c 29566 rust optional
rust-rustls-native-certs_0.8.3.orig.tar.gz
a0c0ead35b88c2e1df35c7f038ea7397 7612 rust optional
rust-rustls-native-certs_0.8.3-1.debian.tar.xz
f2387063af381af0d8d8017c4c048b8d 18462 rust optional
rust-rustls-native-certs_0.8.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmlTslkMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEh7JcP/2n63oj9MlUHC5Gbdb2MA0IYN0qpy0ef2QE8+76H
saBxjlWfX3d87RCFjSDvdoEKiEZwn9aitrTTfHou1ICnUdx8+ESrZYSjDoGtKRxU
UIDoRmw/oM4bJC9t0bTN1QCSv+DnofXxbhPNQE04YCoILuN00wmNhdkHteJOmkOx
bNpLGKZeaMyZGvppeKfPqHPFfKy/qEE4Nc7dS/RGceb3WW2o/IQuOOMsfjQIcucS
xqILedcNyNs3KiYq05uiYv8tC5FPLD5CRKjZHuO3SE76vhhivu82d8WedC3vL1wo
i29U/VOUfy4QEdSxq7OLBqoCCnHrNjCaQlvZ+5ePbMVD2bB7C9NGsjH/LhvAdUim
JUngOX0M2txJo3DymLmCqQsSsmB+J9elHltm3KYQ2buM7gUvDMtDC1NJXmekulKQ
g4TGob0znPm/16ij0J21iMVWC71cQq2XYrvYXnOPUJZqvgw/q1w9O60XakmepSxt
igOXnYI7kq9m1Q0/RUm/7O9JI95s7T0FxoTtIl382jpluxi2LL56wt9MftqUmRBG
1ysbidCS/HtyZG8HTFFKEryyNHBlfpf2zwtF1wwGWbn+SMzcSE7rGMdbNODVVqCu
Qa5MXv12HLTVHliXG9kSSl4JhB9sZWSF3AUpd3KHR2zCWQVk6CGtH7a6t8FYtd/U
VXau
=fMzZ
-----END PGP SIGNATURE-----
pgplYDnFHgErc.pgp
Description: PGP signature
--- End Message ---