Your message dated Mon, 11 Aug 2025 05:49:32 +0000
with message-id <[email protected]>
and subject line Bug#1110775: fixed in safe-vdash 0.20.0-1
has caused the Debian Bug report #1110775,
regarding safe-vdash - please switch to reqwest 0.12
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.)


-- 
1110775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: safe-vdash

Now that trixie is out we are trying to get rid of the old version of the
rust http stack. safe-vdash is the last remaining user of reqwest 0.11.

The package builds successfully after bumping the Cargo and Debian
dependencies to reqwest 0.12
diff -Nru safe-vdash-0.19.3/debian/changelog safe-vdash-0.19.3/debian/changelog
--- safe-vdash-0.19.3/debian/changelog  2025-02-09 00:57:40.000000000 +0000
+++ safe-vdash-0.19.3/debian/changelog  2025-08-11 04:35:57.000000000 +0000
@@ -1,3 +1,10 @@
+safe-vdash (0.19.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to reqwest 0.12
+
+ -- Peter Michael Green <[email protected]>  Mon, 11 Aug 2025 04:35:57 +0000
+
 safe-vdash (0.19.3-2) unstable; urgency=medium
 
   * add metadata about upstream project
diff -Nru safe-vdash-0.19.3/debian/control safe-vdash-0.19.3/debian/control
--- safe-vdash-0.19.3/debian/control    2025-01-01 12:55:23.000000000 +0000
+++ safe-vdash-0.19.3/debian/control    2025-08-11 04:35:57.000000000 +0000
@@ -22,7 +22,7 @@
  librust-ratatui-0.28+default-dev,
  librust-ratatui-0.28+serde-dev,
  librust-regex-1+default-dev,
- librust-reqwest-0.11+default-dev,
+ librust-reqwest-0.12+default-dev,
  librust-serde-1+default-dev,
  librust-serde-1+derive-dev,
  librust-serde-json-1+default-dev,
diff -Nru safe-vdash-0.19.3/debian/patches/1002_reqwest.patch 
safe-vdash-0.19.3/debian/patches/1002_reqwest.patch
--- safe-vdash-0.19.3/debian/patches/1002_reqwest.patch 1970-01-01 
00:00:00.000000000 +0000
+++ safe-vdash-0.19.3/debian/patches/1002_reqwest.patch 2025-08-11 
04:35:57.000000000 +0000
@@ -0,0 +1,19 @@
+Description: use reqwest 0.12 instead of 0.11
+Author: Peter Michael Green <[email protected]>
+Forwarded: not-needed
+Last-Update: 2025-09-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: safe-vdash-0.19.3/Cargo.toml
+===================================================================
+--- safe-vdash-0.19.3.orig/Cargo.toml
++++ safe-vdash-0.19.3/Cargo.toml
+@@ -38,7 +38,7 @@ glob = "0.3.1"
+ serde = {version = "1.0.192", features = ["derive"] }
+ serde_json = "1.0.108"
+ serde_with = { version = "3.4.0", features = ["chrono_0_4"] }
+-reqwest = { version = "0.11.23", default_features = false, features = 
["rustls-tls"] }
++reqwest = { version = "0.12", default_features = false, features = 
["rustls-tls"] }
+ 
+ [[bin]]
+ name = "safe-vdash"
diff -Nru safe-vdash-0.19.3/debian/patches/series 
safe-vdash-0.19.3/debian/patches/series
--- safe-vdash-0.19.3/debian/patches/series     2025-01-01 12:50:22.000000000 
+0000
+++ safe-vdash-0.19.3/debian/patches/series     2025-08-11 04:35:57.000000000 
+0000
@@ -1,2 +1,3 @@
 1001_ratatui.patch
 2002_rename.patch
+1002_reqwest.patch

--- End Message ---
--- Begin Message ---
Source: safe-vdash
Source-Version: 0.20.0-1
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
safe-vdash, 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 safe-vdash 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: Mon, 11 Aug 2025 07:27:04 +0200
Source: safe-vdash
Architecture: source
Version: 0.20.0-1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1110775
Changes:
 safe-vdash (0.20.0-1) unstable; urgency=medium
 .
   [ upstream ]
   * new release(s)
 .
   [ Jonas Smedegaard ]
   * update upstream URIs for new home at codeberg.org
   * add patch 1001_reqwest to accept newer branch of crate reqwest;
     bump build-dependency for crate reqwest;
     closes: bug#1110775, thanks to Peter Michael Green
   * declare compliance with Debian Policy 4.7.2
Checksums-Sha1:
 798fbce864c26b1bbb75249d5b6a92a15ce2a9d2 3014 safe-vdash_0.20.0-1.dsc
 4abcf892f33bfa68846058645ce9cf60e60b10a7 1495225 safe-vdash_0.20.0.orig.tar.gz
 1c5b73ebac06ff46c9c45bcb7bbd8c2a1168942e 15268 
safe-vdash_0.20.0-1.debian.tar.xz
 3c0a9f1873e8c4bb2abe97becf988c3c979f515b 29964 
safe-vdash_0.20.0-1_amd64.buildinfo
Checksums-Sha256:
 e838a03a0e1c963398cd0ddbac7fc1b2e8999e7815e92c280f9e131ecdd0c8d3 3014 
safe-vdash_0.20.0-1.dsc
 50f2c38de8eeb2f4daeddcb769f1898b6c99db79d77b9079c6ddbb046e5053b1 1495225 
safe-vdash_0.20.0.orig.tar.gz
 9238cf687812ad1f93b586c684dee0798477261c934acc20b2753a1e5177a4da 15268 
safe-vdash_0.20.0-1.debian.tar.xz
 ed8ecf0aef7e0c3dd4f86a07112fa362fc1941f766118922bf68f13130ce6e5c 29964 
safe-vdash_0.20.0-1_amd64.buildinfo
Files:
 d5db946a59d88fc16e9038ede6258112 3014 net optional safe-vdash_0.20.0-1.dsc
 005a94e5d5540fd6455e054af211b99f 1495225 net optional 
safe-vdash_0.20.0.orig.tar.gz
 ea98b98c55911d81582f190b505c1551 15268 net optional 
safe-vdash_0.20.0-1.debian.tar.xz
 1fbe30f9b2b28822b1e752d524e11b75 29964 net optional 
safe-vdash_0.20.0-1_amd64.buildinfo


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

wsG7BAEBCgBvBYJomX/wCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmdZAwUNdeMIgzlP9TlQRZeMtqAaZAdRi96vFbBI3W/u
SRYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAADMEA/9HG5LhhXHceZfpjwvtZFac8Xa
lVfHd0gjclHJZsyf1SOgkuD3i+fBS8wxG42NjYZERf3geQ+chPdA/KiTRsDvNdib
XaFczM54GeKRsFo2U91ZEsx8lo+RBaE8gbzUEAO/kSGu1mLchYTSmtq2ero3Od37
0O43WtF7c9qXtp+cLNv6/vYD8qOaBNaalDTwzDRYG3XYeNuZtDmUQE7OMvbPNUi2
RrbPIjxMDaFkdZpI+hfLouKESpVUMnwEV0sNfgBJUvZlVXi/DE650kIVvIxUAfbl
KLVz/f3oyZQ2lUjxUtyJvZ/ezFx7wtXQbQ5fWD6nGddx6zACfgcQIc9UTm/wIijg
nppx021VFxNi4H+Kc0/qOGT8FOMJ6yav00IlKzRd/iFT9xVw38ohgA0xhwldHaLh
ydzO3LsbteQi7uaSA5VpW297a/RhxnxsDuXtGNApYTM/ToMox6kkMtKMdfSFh6C4
YQ5gXV5pPKsnb7jS0gulUrJTtMowk9gEJrxzhshI55haU1Z5Oy6brwU84CW4ZuIj
ERGrDeVNuNrx+2QLYrukbBbGEE0ukS+s9STKLkRifxnQjecLdzeJ85jGw8uL5kek
hd3TV9LZRdkSS7AVOUZ4sR5y77OGqNUtftkSYUh17fs9s5hwXZ9irSQaCDMKh5el
l+BjcFlyKU0Eyo+VZcs=
=+L+R
-----END PGP SIGNATURE-----

Attachment: pgpL_H5Gvwhzd.pgp
Description: PGP signature


--- End Message ---

Reply via email to