[Pkg-privacy-commits] [torsocks] 01/02: Merge tag 'debian/2.2.0-1' into jessie-backports

Intrigeri intrigeri at moszumanska.debian.org
Wed Oct 26 09:47:54 UTC 2016


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

intrigeri pushed a commit to branch jessie-backports
in repository torsocks.

commit 476a96ad59d4812e5ff6ac75beb6c69e74e92598
Merge: 8b13ab2 797c2f7
Author: intrigeri <intrigeri at boum.org>
Date:   Wed Oct 26 09:17:21 2016 +0000

    Merge tag 'debian/2.2.0-1' into jessie-backports
    
    torsocks Debian release 2.2.0-1

 ChangeLog                                          |   49 +
 Makefile.in                                        |   63 +-
 TODO                                               |   94 -
 aclocal.m4                                         |   62 +-
 config/compile                                     |    2 +-
 config/config.guess                                |  152 +-
 config/config.sub                                  |   48 +-
 config/depcomp                                     |    2 +-
 config/install-sh                                  |  373 +-
 config/libtool.m4                                  | 2522 ++++----
 config/ltmain.sh                                   | 5533 ++++++++++-------
 config/ltoptions.m4                                |  127 +-
 config/ltsugar.m4                                  |    7 +-
 config/ltversion.m4                                |   12 +-
 config/lt~obsolete.m4                              |    7 +-
 config/missing                                     |    2 +-
 config/test-driver                                 |  148 +
 configure                                          | 6373 ++++++++++++--------
 configure.ac                                       |   11 +-
 debian/changelog                                   |   33 +-
 debian/control                                     |    8 +-
 debian/copyright                                   |    5 +-
 debian/maintscript                                 |    1 +
 .../patches/exclude_test_requiring_network.patch   |   29 +-
 doc/Makefile.in                                    |   28 +-
 doc/torsocks.1                                     |    6 +
 doc/torsocks.8                                     |    8 +
 doc/torsocks.conf                                  |    4 +-
 doc/torsocks.conf.5                                |    7 +-
 extras/Makefile.in                                 |   24 +-
 include/config.h.in                                |   35 +-
 src/Makefile.in                                    |   24 +-
 src/bin/Makefile.in                                |   25 +-
 src/bin/torsocks.in                                |  100 +-
 src/common/Makefile.in                             |   25 +-
 src/common/compat.c                                |    5 +-
 src/common/compat.h                                |   17 +-
 src/common/config-file.c                           |  164 +-
 src/common/config-file.h                           |    4 +-
 src/common/connection.c                            |    2 +-
 src/common/defaults.h                              |    4 +
 src/common/log.c                                   |    4 +-
 src/common/log.h                                   |    6 +-
 src/common/onion.c                                 |    6 +-
 src/common/ref.h                                   |    5 +-
 src/common/socks5.c                                |   35 +-
 src/common/utils.c                                 |   37 +-
 src/lib/Makefile.am                                |    2 +-
 src/lib/Makefile.in                                |   30 +-
 src/lib/accept.c                                   |   15 +-
 src/lib/close.c                                    |    4 +-
 src/lib/connect.c                                  |   16 +-
 src/lib/execve.c                                   |   82 +
 src/lib/fclose.c                                   |    2 +-
 src/lib/gethostbyname.c                            |   28 +-
 src/lib/recv.c                                     |    6 +-
 src/lib/sendto.c                                   |   10 +-
 src/lib/socket.c                                   |   10 +
 src/lib/syscall.c                                  |   23 +
 src/lib/torsocks.c                                 |   35 +-
 src/lib/torsocks.h                                 |   43 +-
 tests/Makefile.am                                  |   31 +-
 tests/Makefile.in                                  |  465 +-
 tests/run.sh                                       |   21 -
 tests/test_dns.c                                   |    6 +-
 tests/test_fd_passing.c                            |   13 +-
 tests/test_list                                    |   11 -
 tests/unit/Makefile.am                             |   12 +
 tests/unit/Makefile.in                             |  469 +-
 tests/unit/test_connection.c                       |    6 +
 tests/unit/test_socks5.c                           |    2 +-
 tests/utils/Makefile.in                            |   24 +-
 tests/utils/tap/Makefile.in                        |   26 +-
 tests/utils/tap/tap.c                              |    3 +
 74 files changed, 11041 insertions(+), 6592 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torsocks.git



More information about the Pkg-privacy-commits mailing list