#1140646 rust-wasmtime - upcoming backtrace stack update.

#1140646#5
Date:
2026-06-23 22:23:39 UTC
From:
To:
I hope to update backtrace and it's dependencies soon. backtrace itself is
not semver-breaking, but some of it's dependencies are.

object 0.36→0.37, gimli 0.31→0.32, addr2line 0.24→0.25, ruzstd 0.7→0.8, backtrace 0.3.75→0.3.76

For wasmtime the update is a simple matter of dropping
2002_older_addr2line_gimli_object.patch and updating
the dependencies.

#1140646#14
Date:
2026-07-30 21:18:48 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
rust-wasmtime, 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 1140646@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <dr@jones.dk> (supplier of updated rust-wasmtime 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Thu, 30 Jul 2026 22:52:29 +0200
Source: rust-wasmtime
Architecture: source
Version: 36.0.12+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <dr@jones.dk>
Changed-By: Jonas Smedegaard <dr@jones.dk>
Closes: 1140646
Changes:
 rust-wasmtime (36.0.12+dfsg-3) unstable; urgency=medium
 .
   * drop patch 2002_older_addr2line_gimli_object,
     obsoleted by Debian package changes;
     closes: bug#1140646, thanks to Peter Michael Green
   * add patch 1002_newer_cpp_demangle
     to use newer minor version of crate cpp_demangle
Checksums-Sha1:
 ed54de06b0d44d9f5ffca216f2afb99a34b76a2a 6780 rust-wasmtime_36.0.12+dfsg-3.dsc
 6f778c1543805395f9db114c813bb10b184b4c5a 26292 rust-wasmtime_36.0.12+dfsg-3.debian.tar.xz
 f6876d8e0e7c4ae8c02ee19f9f15e1a60b65776d 25744 rust-wasmtime_36.0.12+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 ef7fe3be35e24a892404b26dbe88618a313f5be58f9f7f7a1256b7841470296f 6780 rust-wasmtime_36.0.12+dfsg-3.dsc
 0e8f75b969358696d6e1aff23196720ae0e02c4d4d5b240423d11ffd408b8b38 26292 rust-wasmtime_36.0.12+dfsg-3.debian.tar.xz
 e0bac0237fd19689bfe18821f0acdf71ad9ec60b5a88ad5d723d1b587de0f8df 25744 rust-wasmtime_36.0.12+dfsg-3_amd64.buildinfo
Files:
 c50655e2c142010d7c02fc8417875ba8 6780 rust optional rust-wasmtime_36.0.12+dfsg-3.dsc
 c9c9ed257f3cf87ed9ddda8399762152 26292 rust optional rust-wasmtime_36.0.12+dfsg-3.debian.tar.xz
 a22046c73230e89b62ab274685703ab7 25744 rust optional rust-wasmtime_36.0.12+dfsg-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmpruwAMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhl6wQAIeW8TPh6TJkHxvDf2d7h0rWMGDLCXNgjfoZlxmc
rhmFzfdMDD33yGNVJAZ0LszCtFbW7urr0/Hbv955pG8/qrLlS2BcOM/7O4hNO+6P
tqjk+FdVvl78pQUvp/TANkKMEx8fXOpq7fyjuLcBzVbprBbKCUettSQ9Iyz8vaSv
j+rvXcmlF5zXOwPOXA/bDfS5EKg5KdUZb/UiIHv8piCg5d9DRqyz+rssdqlpbIUk
B0BzpOY9kSmqIJXYzgCquT9Z1/wRam51Anqynr2WplRNOcOMEs3LV38Zin/DENfm
kLU0tqBZlX/u3Z8iI2CKktiCiA+yKMVfRpYf3XKFvWDxtkhq3WBW9MI1+vxIoD/K
Y/ZmPPBS+XHB4OqoHtjhMdbru2ycdWPIFkMdWOum9pF6yc1gGnJ/he5aTEmgOK/A
k+yTIP4ai+RNwgvDWpKLHJjX1vWX9328NvyZEbjri0mBxkCgIxJwO99ajbsdI7Io
G8a6hmETwDX9fAaXPu4fOvBTj83Us01EX1oEYlp8ctZjIxIFT6CnE8eArWqTpFjL
h+nWnujwuCWCGoaQKD5VV5C1aRGQG1DsksiM14O2AeoX2IW/E8lfAB5J2lYlK2j1
65h8C9rvMDJD8ozHtZZmnDx/BLcMsOu95/+WFtxJNIDLBYVfviDUXpURc9vhpFNk
9EMM
=Mjtm
-----END PGP SIGNATURE-----

#1140646#19
Date:
2026-08-07 07:00:21 UTC
From:
To:
Quoting Peter Green (2026-06-24 00:23:39)

Fixed in unstable. Posting this to make more time for getting into
testing (awaits gimli and others...)

 - Jonas