Hi Jonathan,

On 23-12-24 19:48:20, Jonathan Wiltshire wrote:
> Yes. Just make sure you have the rejection email before you upload
> again with the same version.

Thanks -- the changelog listing the latest upload 1.0.0+ds-2.1, as
present currently in bookworm, is now part of the git history. I rebuild
accordingly, see the attached diff, which now correctly lists the
version as per above in the changelog.

I've uploaded again, and hope it goes without troubles for you this time.

I'll pay better attention next time.

Cheers,
Georg
diff -Nru onionprobe-1.0.0+ds/debian/changelog onionprobe-1.0.0+ds/debian/changelog
--- onionprobe-1.0.0+ds/debian/changelog	2022-10-15 10:32:07.000000000 +0000
+++ onionprobe-1.0.0+ds/debian/changelog	2023-12-18 14:30:56.000000000 +0000
@@ -1,3 +1,11 @@
+onionprobe (1.0.0+ds-2.1+deb12u1) bookworm; urgency=medium
+
+  * debian/patches:
+    - Pull in upstream fix to silence Tor if generating hashed passwords.
+      (Closes: #1053204)
+
+ -- Georg Faerber <ge...@debian.org>  Mon, 18 Dec 2023 14:30:56 +0000
+
 onionprobe (1.0.0+ds-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru onionprobe-1.0.0+ds/debian/patches/0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch onionprobe-1.0.0+ds/debian/patches/0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch
--- onionprobe-1.0.0+ds/debian/patches/0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch	1970-01-01 00:00:00.000000000 +0000
+++ onionprobe-1.0.0+ds/debian/patches/0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch	2023-12-18 14:30:56.000000000 +0000
@@ -0,0 +1,21 @@
+Description: Fix: make the tor process quiet when generating hashed passwords
+Author: Silvio Rhatto <rha...@torproject.org>
+Origin: upstream
+Applied-Upstream: 6bb2a64fa73e2f678279709f82823f90fd3dc672
+Reviewed-by: Georg Faerber <ge...@debian.org>
+Last-Update: 2023-12-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: onionprobe/packages/onionprobe/tor.py
+===================================================================
+--- onionprobe.orig/packages/onionprobe/tor.py	2023-12-18 14:20:02.960327906 +0000
++++ onionprobe/packages/onionprobe/tor.py	2023-12-18 14:21:17.442024820 +0000
+@@ -166,7 +166,7 @@
+         import subprocess
+ 
+         tor    = shutil.which('tor')
+-        result = subprocess.check_output([tor, '--hash-password', password], text=True)
++        result = subprocess.check_output([tor, '--quiet', '--hash-password', password], text=True)
+ 
+         return result
+ 
diff -Nru onionprobe-1.0.0+ds/debian/patches/series onionprobe-1.0.0+ds/debian/patches/series
--- onionprobe-1.0.0+ds/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ onionprobe-1.0.0+ds/debian/patches/series	2023-12-18 14:30:56.000000000 +0000
@@ -0,0 +1 @@
+0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch

Reply via email to