[Pkg-privacy-commits] [obfsproxy] 202/353: Add some trivialities related to the #10031 patch.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
commit 144aac01b90d26c14c98b6334f10c8147f0220a5
Author: George Kadianakis <desnacked at riseup.net>
Date: Sun Oct 27 19:08:22 2013 +0000
Add some trivialities related to the #10031 patch.
---
ChangeLog | 5 +++++
setup.py | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 120a0dd..9bbba1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in version 0.2.5 - UNRELEASED
+ - Use gmpy's modular exponentiation function since it's more efficient.
+ Fixes #10031 and adds gmpy as a dependency. Patch by Philipp Winter.
+
+
Changes in version 0.2.4 - 2013-09-30
- Make pluggable transports aware of where they should store state
in the filesystem. Also introduce --data-dir CLI switch to specify
diff --git a/setup.py b/setup.py
index ca946fb..f45f3bc 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ setup(
'PyCrypto',
'Twisted',
'argparse',
- 'pyptlib >= 0.0.5'
+ 'pyptlib >= 0.0.5',
+ 'gmpy'
],
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list