Your message dated Fri, 26 Sep 2025 16:04:53 +0000
with message-id <[email protected]>
and subject line Bug#1115432: fixed in gnome-authenticator 4.6.2-8
has caused the Debian Bug report #1115432,
regarding gnome-authenticator - upcoming rust-zip 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.)
--
1115432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115432
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-authenticator
I hope to update rust-zip to the latest upstream version soon,
gnome-authenticator needs some dependency adjustments
(both Debian and Cargo) to build with the new version.
Debdiff is attatched, I may NMU this later.
diff -Nru gnome-authenticator-4.6.2/debian/changelog
gnome-authenticator-4.6.2/debian/changelog
--- gnome-authenticator-4.6.2/debian/changelog 2025-09-15 03:55:32.000000000
+0000
+++ gnome-authenticator-4.6.2/debian/changelog 2025-09-16 20:04:41.000000000
+0000
@@ -1,3 +1,10 @@
+gnome-authenticator (4.6.2-7.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax dependencies on rust-zip.
+
+ -- Peter Michael Green <[email protected]> Tue, 16 Sep 2025 20:04:41 +0000
+
gnome-authenticator (4.6.2-7) unstable; urgency=medium
* Cherry-pick patch to build with rust-gtk4 0.10 etc
diff -Nru gnome-authenticator-4.6.2/debian/control
gnome-authenticator-4.6.2/debian/control
--- gnome-authenticator-4.6.2/debian/control 2025-09-15 03:55:32.000000000
+0000
+++ gnome-authenticator-4.6.2/debian/control 2025-09-16 20:04:41.000000000
+0000
@@ -66,8 +66,10 @@
librust-uuid-1+v4-dev (>= 1.10-~~),
librust-zeroize-1+default-dev,
librust-zeroize-1+zeroize-derive-dev,
- librust-zip-2+aes-crypto-dev (>= 2.1-~~),
- librust-zip-2+default-dev (>= 2.1-~~)
+ librust-zip+aes-crypto-dev (>= 2.1-~~),
+ librust-zip+default-dev (>= 2.1-~~),
+ librust-zip+aes-crypto-dev (<< 6),
+ librust-zip+default-dev (<< 6)
Standards-Version: 4.7.2
Homepage: https://apps.gnome.org/Authenticator/
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-authenticator
diff -Nru
gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch
gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch
---
gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch
2025-09-15 03:55:32.000000000 +0000
+++
gnome-authenticator-4.6.2/debian/patches/0003-Relax-dependency-versions.patch
2025-09-16 20:04:41.000000000 +0000
@@ -8,10 +8,10 @@
favicon-scrapper/Cargo.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
-diff --git a/Cargo.toml b/Cargo.toml
-index e38f24d..6ac0823 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
+Index: gnome-authenticator-4.6.2/Cargo.toml
+===================================================================
+--- gnome-authenticator-4.6.2.orig/Cargo.toml
++++ gnome-authenticator-4.6.2/Cargo.toml
@@ -18,7 +18,7 @@ aes-gcm = "0.10"
anyhow = "1.0"
aperture = "0.9"
@@ -21,7 +21,7 @@
diesel = {version = "2.0", features = ["sqlite", "r2d2"]}
diesel_migrations = {version = "2.0", features = ["sqlite"]}
favicon-scrapper = {path = "./favicon-scrapper"}
-@@ -29,23 +29,23 @@ gettext-rs = {version = "0.7", features =
["gettext-system"]}
+@@ -29,25 +29,25 @@ gettext-rs = {version = "0.7", features
gtk = {package = "gtk4", version = "0.9", features = ["v4_10"]}
hex = {version = "0.4.3", features = ["serde"]}
image = {version = "0.25", default-features = false, features = ["png"]}
@@ -48,12 +48,15 @@
-uuid = {version = "1.13", features = ["v4"]}
+uuid = {version = "1.10", features = ["v4"]}
zeroize = {version = "1", features = ["zeroize_derive"]}
- zip = { version = "2.1", features = ["aes-crypto"] }
+-zip = { version = "2.1", features = ["aes-crypto"] }
++zip = { version = ">= 2.1, < 6", features = ["aes-crypto"] }
-diff --git a/favicon-scrapper/Cargo.toml b/favicon-scrapper/Cargo.toml
-index 949dbce..348bb47 100644
---- a/favicon-scrapper/Cargo.toml
-+++ b/favicon-scrapper/Cargo.toml
+ [profile.dev.package.rqrr]
+ opt-level = 3
+Index: gnome-authenticator-4.6.2/favicon-scrapper/Cargo.toml
+===================================================================
+--- gnome-authenticator-4.6.2.orig/favicon-scrapper/Cargo.toml
++++ gnome-authenticator-4.6.2/favicon-scrapper/Cargo.toml
@@ -7,7 +7,7 @@ name = "favicon-scrapper"
data-encoding = "2.3"
image = {version = "0.25", features = ["ico", "png"], default-features =
false}
--- End Message ---
--- Begin Message ---
Source: gnome-authenticator
Source-Version: 4.6.2-8
Done: Peter Michael Green <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnome-authenticator, 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
gnome-authenticator 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, 16 Sep 2025 20:04:41 +0000
Source: gnome-authenticator
Built-For-Profiles: noudeb
Architecture: source
Version: 4.6.2-8
Distribution: unstable
Urgency: high
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Peter Michael Green <[email protected]>
Closes: 1115432
Changes:
gnome-authenticator (4.6.2-8) unstable; urgency=high
.
* Team upload
* Build with rust-zip 5 (Closes: #1115432)
Checksums-Sha1:
3c89fe4e7b9957c9a63513a6df315b5de6c1b8ef 4203 gnome-authenticator_4.6.2-8.dsc
d6935a3e7fd4c4ef36534aeccd49ce32b1497a07 36836
gnome-authenticator_4.6.2-8.debian.tar.xz
2d02d8c53c3b0ac568c4475b6447f1188f8ee6fe 9520
gnome-authenticator_4.6.2-8_source.buildinfo
Checksums-Sha256:
a96a2a4d66b8998a3dc9260dd56d760ee14fc1405c9bb146e6e73288a5a81391 4203
gnome-authenticator_4.6.2-8.dsc
d69413cc2d42b6ff898768192986296940bcc3c2abbfdfe09209853db91932cb 36836
gnome-authenticator_4.6.2-8.debian.tar.xz
ed31306eeca5253bf51bc93ba9d0b0050f8eb7485a60f615283dff8677cdef08 9520
gnome-authenticator_4.6.2-8_source.buildinfo
Files:
a4f6953d8272c71cd79650ae191066e3 4203 gnome optional
gnome-authenticator_4.6.2-8.dsc
48d0e10aced09a214903d529620e5703 36836 gnome optional
gnome-authenticator_4.6.2-8.debian.tar.xz
bef3abe971ceaf14b598c513fb8394dd 9520 gnome optional
gnome-authenticator_4.6.2-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmjWtSIACgkQ5mx3Wuv+
bH0oow//Y1OcvVYgSFBzPAayCmM/VJ8YUU9GHejvhfX48c3zMj4ZDW1gGbnRG0zN
ZCJBCKj3EQgz2NqVGzTNaiCV24pfALBHZmvoI6P9PuUnahPD2QfV7rG+XLmGQRNZ
sNHjaC4fZpUNWjgklcAeUtgJY8HHRu6gQrFYw2XloZz5Ibm+RouFfxcwoeQUOMh2
QmLUcT7ov5N3zAV7YugvraFNfPSl3fQuNp3fv5lvIqGSpiR3FpusILaqZXOoiwSe
ZYy0m7oTwBn5v7C/53lhrVRqj3aJ9DWTW7NQty4LpCI3l1mb9WRGFRTlnEScZ8XY
ddeGauZSgFkIGQ8RzF6PJz66+hECwVH/kxReYGatT+BCEasovoIDyqeGcolWZnGX
v1UUYZbbwloKiYvuJlwn+wA85bommQfV7i0ThY2JVFwYOPDEEv8a4hsCr/AOivUW
Z7ulgu5XL3hmDWhpGji8Eu7nJW2t5MTI3kS6kHt6Xzwi2tX5MHiQzMx1K8H7BcYC
zCcupx58p+u5Ls0msh1HvOfusU1CUIipZ2d1UYnsvYfRBOugJQOFBiNZEvjuWoha
2nJ6ca+DxmY6h7V0Ai0rWjITvcyj8saaM77RYG9AgNGlv4fqGe15APQ7n7EuhSVY
8xWPzaKVm152o127I6d0ldSFwQELOm6WWxv+RfSc3KrW050q5S0=
=CuNX
-----END PGP SIGNATURE-----
pgpVjemS9MbDy.pgp
Description: PGP signature
--- End Message ---