[Pkg-privacy-commits] [obfsproxy] 03/15: Merge tag 'debian/0.2.7-1' into wheezy-backports

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch wheezy-backports
in repository obfsproxy.

commit c3d2ed19bb90887d7a50cad4395b7e3e6b1c7afb
Merge: 3c317f8 7a158af
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Mar 27 13:50:15 2014 +0100

    Merge tag 'debian/0.2.7-1' into wheezy-backports
    
    Format: 1.8
    Date: Sat, 15 Mar 2014 15:00:00 +0100
    Source: obfsproxy
    Binary: obfsproxy
    Architecture: source all
    Version: 0.2.7-1
    Distribution: unstable
    Urgency: low
    Maintainer: Jérémy Bobbio <lunar at debian.org>
    Changed-By: Jérémy Bobbio <lunar at debian.org>
    Description:
     obfsproxy  - pluggable transport proxy for Tor
    Changes:
     obfsproxy (0.2.7-1) unstable; urgency=low
     .
       * New upstream release.
       * Update Build-Depends.
    Checksums-Sha1:
     fa1835fb6c44e41dbaa37e453d0420412dfe21cb 1158 obfsproxy_0.2.7-1.dsc
     d258ddcea9deb23163d52ccebf43fdf5283c2d97 88442 obfsproxy_0.2.7.orig.tar.gz
     9dc01dfd02ce167be4a4e51ea0ed70b7c4c4a212 13700 obfsproxy_0.2.7-1.debian.tar.xz
     61623ef83abeeedc2cd3de5dd692e64781be39be 69502 obfsproxy_0.2.7-1_all.deb
    Checksums-Sha256:
     a78f1a4b67bc63cabba25b230c69a54050de924cbb852ce5371d0b21e088bde8 1158 obfsproxy_0.2.7-1.dsc
     730becaf5cc480397d91aea6998efcb0e2a3bcb74fdb09e5701a463ef2dedaaf 88442 obfsproxy_0.2.7.orig.tar.gz
     20a7eb78e7e8fed6d51cab4429a7354d1a746d788297a46343a4569f923c0ea5 13700 obfsproxy_0.2.7-1.debian.tar.xz
     6993ce8f576824b1cc7b0d1ff3a108bb9eaed1ea12d486490bdf051946f3ed2f 69502 obfsproxy_0.2.7-1_all.deb
    Files:
     688cdbcf41bffce921c4e4f0ac9cfa7a 1158 net extra obfsproxy_0.2.7-1.dsc
     f98e4d050723082fcb3290d97a4edae4 88442 net extra obfsproxy_0.2.7.orig.tar.gz
     266f49f319b4e49c3641f3de360b0df0 13700 net extra obfsproxy_0.2.7-1.debian.tar.xz
     0612e1423c455c77f51d9dc70ff4a79d 69502 net extra obfsproxy_0.2.7-1_all.deb

 ChangeLog                                         |  12 +
 PKG-INFO                                          |   2 +-
 debian/changelog                                  |  13 +
 debian/control                                    |   2 +
 obfsproxy/_version.py                             |   4 +-
 obfsproxy/common/modexp.py                        |  24 +-
 obfsproxy/managed/client.py                       |  10 +-
 obfsproxy/managed/server.py                       |   8 +-
 obfsproxy/network/launch_transport.py             |   2 +-
 obfsproxy/network/socks.py                        | 159 +++---
 obfsproxy/network/socks5.py                       | 570 ++++++++++++++++++++++
 obfsproxy/test/test_obfs3_dh.py                   | 135 +++++
 obfsproxy/test/test_socks.py                      |   8 +-
 obfsproxy/test/test_socks5.py                     | 438 +++++++++++++++++
 obfsproxy/{common => test/transports}/__init__.py |   0
 obfsproxy/test/transports/test_scramblesuit.py    | 318 ++++++++++++
 obfsproxy/transports/obfs3.py                     |  48 +-
 obfsproxy/transports/obfs3_dh.py                  |  19 +-
 obfsproxy/transports/scramblesuit/ticket.py       |   2 +-
 obfsproxy/transports/scramblesuit/unittests.py    | 438 +++++++++++++++++
 20 files changed, 2088 insertions(+), 124 deletions(-)

diff --cc debian/changelog
index e83c4a7,f77ac2e..f8aa1f6
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,16 +1,22 @@@
+ obfsproxy (0.2.7-1) unstable; urgency=low
+ 
+   * New upstream release.
+   * Update Build-Depends.
+ 
+  -- Jérémy Bobbio <lunar at debian.org>  Sat, 15 Mar 2014 15:00:00 +0100
+ 
+ obfsproxy (0.2.6-3) unstable; urgency=low
+ 
+   * Add python-gmpy to Recommends in order to save CPU when available.
+ 
+  -- Jérémy Bobbio <lunar at debian.org>  Mon, 24 Feb 2014 10:17:32 +0000
+ 
 +obfsproxy (0.2.6-2~bpo70+1) wheezy-backports; urgency=low
 +
 +  * Rebuild for wheezy-backports.
 +
 + -- Jérémy Bobbio <lunar at debian.org>  Sat, 22 Feb 2014 12:02:45 +0000
 +
  obfsproxy (0.2.6-2) unstable; urgency=low
  
    * Use proper version number in debian/NEWS.

-- 
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