[Pkg-privacy-commits] [Git][pkg-privacy-team/onionprobe][debian/bookworm] 3 commits: debian/changelog: add missing NMU release 1.0.0+ds-2.1
Georg Faerber (@georg)
georg at debian.org
Tue Dec 26 22:31:01 GMT 2023
Georg Faerber pushed to branch debian/bookworm at Privacy Maintainers / onionprobe
Commits:
18461a20 by Georg Faerber at 2023-12-26T22:21:00+00:00
debian/changelog: add missing NMU release 1.0.0+ds-2.1
Unfortunately, this changelog entry wasn't pushed to git, and neither a
corresponding tag. The tag is still missing, and can't be created
anymore without rewriting history.
- - - - -
c066ed13 by Georg Faerber at 2023-12-26T22:21:02+00:00
debian/patches: pull in upstream patch to make Tor process quiet
- - - - -
196c05ab by Georg Faerber at 2023-12-26T22:21:48+00:00
debian/changelog: Debian release 1.0.0+ds-2.1+deb12u1
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+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 <georg at debian.org> Mon, 18 Dec 2023 14:30:56 +0000
+
+onionprobe (1.0.0+ds-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * No source change upload to rebuild with debhelper 13.10.
+
+ -- Michael Biebl <biebl at debian.org> Sat, 15 Oct 2022 12:32:07 +0200
+
onionprobe (1.0.0+ds-2) unstable; urgency=medium
* Source-only upload to allow migration.
=====================================
debian/patches/0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch
=====================================
@@ -0,0 +1,21 @@
+Description: Fix: make the tor process quiet when generating hashed passwords
+Author: Silvio Rhatto <rhatto at torproject.org>
+Origin: upstream
+Applied-Upstream: 6bb2a64fa73e2f678279709f82823f90fd3dc672
+Reviewed-by: Georg Faerber <georg at 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
+
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-Fix-make-the-tor-process-quiet-when-generating-hashed-passwords.patch
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionprobe/-/compare/3c3b87597ee3f106b2d4b38c58c4ee83f63bbb95...196c05abe72a087055ab48bff4cab97e0052629e
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionprobe/-/compare/3c3b87597ee3f106b2d4b38c58c4ee83f63bbb95...196c05abe72a087055ab48bff4cab97e0052629e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20231226/8acd0eea/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list