[Pkg-privacy-commits] [torsocks] branch upstream updated (de1f71a -> abfa230)

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 23 15:18:28 UTC 2016


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

intrigeri pushed a change to branch upstream
in repository torsocks.

      from  de1f71a   Imported Upstream version 2.1.0
       new  3e793e9   Add support for musl-libc
       new  3e875fd   test: Change IPs with the new ones TPO just setup
       new  6111dd4   Hijack execve() syscall to check for cap/setuid
       new  6e36f49   Block, rather than busy-wait, in send/recv_data_impl.
       new  6907dcd   Return EIO, not whatever 1 is, on EOF in recv_data.
       new  3f39f4f   Block, rather than busy-wait, in send/recv_data_impl.
       new  59ce5f3   Include <sys/param.h> for __NetBSD_Prereq__ on NetBSD.
       new  ede9da8   Use the correct libc symbol for socket, __socket30, on newer NetBSD.
       new  44cc23f   Work around broken declaration of gethostbyaddr on older NetBSD.
       new  3518750   Use seconds since epoch, not local time, for log timestamps.
       new  1e6d4cf   Avoid signed/unsigned comparison. Assert bound on size.
       new  fb06292   Use same type for i as for pool->count, uint32_t.
       new  80e1ffb   Use size_t, not int, for indices below size_t bounds.
       new  9b146f3   Suppress signed/unsigned comparison warnings with justified casts.
       new  c36bc43   Make sure pipe_fds is initialized in error branch.
       new  8012de8   Avoid potential null pointer dereferences in test_connection.
       new  e124961   Switch from Perl to automake tap. No more run-time Perl needed.
       new  c9d8a94   Add freebsd to the libc detection in configure.ac
       new  f1301e0   Add support for localhost only UDP via `AllowOutboundLocalhost 2`.
       new  3e94903   Overflow when parsing config lines with many arguments
       new  d4102a8   Fix: allow port 65535.
       new  d03ab85   Detect capabilities in torsocks wrapper
       new  80e10aa   Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value.
       new  e165097   Expose set_tor_{address,port} as conf_file_set_tor_{address,port}.
       new  c9abecb   Read environment variables before creating the SOCKS5 connection.
       new  4073958   Add --address and --port for torsocks.
       new  7969b54   Fix typos in comments
       new  67d9b1a   Fix: accept{4} wrappers to accept addr to NULL
       new  ec49871   Fix wrong tor_address check for NULL
       new  1b998d8   Return connection refused on deny by ruleset error
       new  bcf6ae8   Update version to v2.2.0-rc1
       new  abfa230   Imported Upstream version 2.2.0~rc1

The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                    |   32 +
 Makefile.in                  |   57 +-
 aclocal.m4                   |   62 +-
 config/libtool.m4            | 2521 +++++++++++--------
 config/ltmain.sh             | 5533 +++++++++++++++++++++++++++---------------
 config/ltoptions.m4          |  127 +-
 config/ltversion.m4          |   12 +-
 config/test-driver           |  148 ++
 configure                    | 2139 +++++++++-------
 configure.ac                 |    4 +-
 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          |    3 +-
 src/Makefile.in              |   24 +-
 src/bin/Makefile.in          |   25 +-
 src/bin/torsocks.in          |   61 +-
 src/common/Makefile.in       |   25 +-
 src/common/compat.c          |    5 +-
 src/common/compat.h          |    9 +-
 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/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/connect.c            |   14 +-
 src/lib/execve.c             |   82 +
 src/lib/recv.c               |    6 +-
 src/lib/sendto.c             |    8 +-
 src/lib/socket.c             |   10 +
 src/lib/torsocks.c           |   35 +-
 src/lib/torsocks.h           |   37 +-
 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 +-
 54 files changed, 8073 insertions(+), 4377 deletions(-)
 create mode 100755 config/test-driver
 create mode 100644 src/lib/execve.c
 delete mode 100755 tests/run.sh
 delete mode 100644 tests/test_list

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