Your message dated Sat, 24 Jan 2026 21:42:26 -0500
with message-id <[email protected]>
and subject line Re: Bug#1116210: rust-bzip2: please upgrade to v0.6
has caused the Debian Bug report #1116210,
regarding rust-bzip2: please upgrade to v0.6
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.)


-- 
1116210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-bzip2
Version: 0.4.4-1
Severity: normal
Tags: upstream

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

Please upgrade crate bzxip2 to v0.6.


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

wsG7BAEBCgBvBYJo09AwCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmcUVSJ6hKPWZvYEz59ieyMsL4OqRZQBth1lcHbZv6eC
axYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAAATpQ//aW7GsL1dAtW3IrSeN/4rjpmy
cobQ+0+IoxOFZwplP/AJvXy+Q/Fjxr4VezG3zInO0/WQle3ER5HwmGIPL1VDt3hR
uCeabvNev+Eii41XgHnP+6eCjRUXn9A825zsruZJoVGxTO1kYDIanfy/ivanv5vb
hlK59qsPF2yovz+IRw/7xKnMqLJ4CGqN2czECpPonSMe4TdNSCN2Ad3YpcQXYVjF
7UeNg6oMWfWkjWVdxMr7MwGWo5wJNoaKsfkbVJZqgmOVTmivNmAtk56f//5I2CWW
oPJ5TDsnC2Qui3lXOG82BsyFIn/XGBR8qwh8vTFdn+KsXmiDkp+9QX34jesKOTpB
c6JjpsM9NREqUhN76rT9yvpv4md3pJRNbHvMO2PnCWMALR9curnrIVXtmZzevT9N
rMEMTSB2O/XrddYakFRSbOz3dJW9HO76tm59xe6zHjdUAjC1yoma0lBLBYbNNL1N
xrp9yiNLkvUeFFOhmjeF5lgbqtwBqtdv7n+rR5CaHx2Zehz/3g88/w4bX4oJPYLK
1tD/5BwlB+b64x06kCIpzBdTrhxaF7NapW59SWJV2c7N/ZEXbEjpRclt63dyhHvG
xovNNcjps5CnC1wsyTwEnatngmRLO/wVg4OonwOTOcsFaceoCiIDA+RW222Hql1x
w8M+QAprdJ+l93JNQB4=
=itPf
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Hi Jonas--

On Wed 2025-09-24 13:04:16 +0200, Jonas Smedegaard wrote:
>
> Please upgrade crate bzxip2 to v0.6.

I've just upgraded rust-bzip2 to 0.6.1.  Please update the patch in
rust-rustls-webpki accordingly so that they can migrate together :)

BTW, i note that debian/patches/2002_bzip2.patch adjusted the crate
dependencies this way:

-bzip2 = "0.6"
+bzip2 = ">= 0.4.4, <= 0.6"


I think what you really want in this patch is:

-bzip2 = "0.6"
+bzip2 = ">= 0.4.4, < 0.7"

because the original line implies "anything semver-compatible with 0.6"
(which includes, for example, 0.6.1, and really anything up to 0.7).

The change in 2002_bzip2.patch only implies "anything up to 0.6", which
does *not* include 0.6.1, so it's currently blocking rust-bzip2's
potential migration.

Thanks for your work on rust-rustls-webpki!

          --dkg

--- End Message ---

Reply via email to