[Pkg-privacy-commits] [Git][pkg-privacy-team/onionshare][debian/sid] 2 commits: Use cryptodome namespace
Ulrike Uhlig
ulrike at debian.org
Tue Jan 5 12:32:57 GMT 2021
Ulrike Uhlig pushed to branch debian/sid at Privacy Maintainers / onionshare
Commits:
98fac488 by Ulrike Uhlig at 2021-01-05T13:26:13+01:00
Use cryptodome namespace
- - - - -
68d54ec4 by Ulrike Uhlig at 2021-01-05T13:32:47+01:00
Update changelog
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/cryptodome.diff
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ onionshare (2.2-3) UNRELEASED; urgency=medium
* Correct and update manpages. (Closes: #965055)
* Document --website option in manpages. (Closes: #965152)
* Replace python3-crypto by python3-pycryptodome (Closes: #971299)
+ * Add debian/patches/cryptodome.diff to use the cryptodome namespace.
+ Note that this does not fix the root cause in #886291.
-- Ulrike Uhlig <ulrike at debian.org> Tue, 05 Jan 2021 12:35:35 +0100
=====================================
debian/patches/cryptodome.diff
=====================================
@@ -0,0 +1,11 @@
+--- a/onionshare/onion.py
++++ b/onionshare/onion.py
+@@ -21,7 +21,7 @@
+ from stem.control import Controller
+ from stem import ProtocolError, SocketClosed
+ from stem.connection import MissingPassword, UnreadableCookieFile, AuthenticationFailure
+-from Crypto.PublicKey import RSA
++from Cryptodome.PublicKey import RSA
+ import base64, os, sys, tempfile, shutil, urllib, platform, subprocess, time, shlex
+
+ from distutils.version import LooseVersion as Version
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+cryptodome.diff
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionshare/-/compare/43f4e4ace508d4b98c362426da2a0be29717c520...68d54ec494a26452cc65857f28e3148237f545cc
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/onionshare/-/compare/43f4e4ace508d4b98c362426da2a0be29717c520...68d54ec494a26452cc65857f28e3148237f545cc
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/20210105/c2462f13/attachment.html>
More information about the Pkg-privacy-commits
mailing list