[Pkg-privacy-commits] [torsocks] branch jessie-backports updated (8b13ab2 -> 14c3929)

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 change to branch jessie-backports
in repository torsocks.

      from  8b13ab2   torsocks (2.1.0-1~bpo8+1)
      adds  3b3cb65   hand over package to pkg-privacy team
      adds  6d365ce   debian/copyright: fix source URL (thanks Lintian).
      adds  dc196e4   debian/copyright: update upstream copyright years.
      adds  ba5fc81   debian/copyright: update information for debian/*.
      adds  a6d0d74   Update debian/changelog.
      adds  d18c017   torsocks (2.1.0-2)
      adds  3e793e9   Add support for musl-libc
      adds  3e875fd   test: Change IPs with the new ones TPO just setup
      adds  6111dd4   Hijack execve() syscall to check for cap/setuid
      adds  6e36f49   Block, rather than busy-wait, in send/recv_data_impl.
      adds  6907dcd   Return EIO, not whatever 1 is, on EOF in recv_data.
      adds  3f39f4f   Block, rather than busy-wait, in send/recv_data_impl.
      adds  59ce5f3   Include <sys/param.h> for __NetBSD_Prereq__ on NetBSD.
      adds  ede9da8   Use the correct libc symbol for socket, __socket30, on newer NetBSD.
      adds  44cc23f   Work around broken declaration of gethostbyaddr on older NetBSD.
      adds  3518750   Use seconds since epoch, not local time, for log timestamps.
      adds  1e6d4cf   Avoid signed/unsigned comparison. Assert bound on size.
      adds  fb06292   Use same type for i as for pool->count, uint32_t.
      adds  80e1ffb   Use size_t, not int, for indices below size_t bounds.
      adds  9b146f3   Suppress signed/unsigned comparison warnings with justified casts.
      adds  c36bc43   Make sure pipe_fds is initialized in error branch.
      adds  8012de8   Avoid potential null pointer dereferences in test_connection.
      adds  e124961   Switch from Perl to automake tap. No more run-time Perl needed.
      adds  c9d8a94   Add freebsd to the libc detection in configure.ac
      adds  f1301e0   Add support for localhost only UDP via `AllowOutboundLocalhost 2`.
      adds  3e94903   Overflow when parsing config lines with many arguments
      adds  d4102a8   Fix: allow port 65535.
      adds  d03ab85   Detect capabilities in torsocks wrapper
      adds  80e10aa   Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value.
      adds  e165097   Expose set_tor_{address,port} as conf_file_set_tor_{address,port}.
      adds  c9abecb   Read environment variables before creating the SOCKS5 connection.
      adds  4073958   Add --address and --port for torsocks.
      adds  7969b54   Fix typos in comments
      adds  67d9b1a   Fix: accept{4} wrappers to accept addr to NULL
      adds  ec49871   Fix wrong tor_address check for NULL
      adds  1b998d8   Return connection refused on deny by ruleset error
      adds  bcf6ae8   Update version to v2.2.0-rc1
      adds  abfa230   Imported Upstream version 2.2.0~rc1
      adds  1d145b3   Merge tag 'upstream/2.2.0_rc1' into experimental/master
      adds  e7b6c5b   Delete obsolete conffile /etc/bash_completion.d/torsocks on upgrade (Closes: #811131).
      adds  167a004   Declare compliance with Standards-Version 3.9.8.
      adds  83b7126   gbp.conf: configure for the experimental/master branch.
      adds  1de1bad   Refresh exclude_test_requiring_network.patch to upstream switching test suite frameworks.
      adds  4bb9810   torsocks (2.2.0~rc1-1)
      adds  e389c99   syscall: Whitelist sched_getaffinity(2)
      adds  1964b72   Fix typo: catched -> caught
      adds  23651bc   Fix memcpy() buffer overrun in gethostbyname()
      adds  34b1f1c   Fix memcpy buffer overrun in gethostbyaddr()
      adds  98a7716   syscall: OS X doesn't support sched_getaffinity()
      adds  f8c53ea   log: Fix whitespace in log.h
      adds  9a9ae1d   Use AC_USE_SYSTEM_EXTENSIONS to try to use POSIX extensions
      adds  b290520   compat: Fix bad use of defined macro for OS X
      adds  173107b   Quote the non-zero length check of $getcap.
      adds  2f3656f   Add check for Apple's System Integrity Protection.
      adds  0aac61f   close: Prefix debug messages with [close]
      adds  b017449   syscall: sched_getaffinity is only Linux
      adds  d13977e   execve: only include xattr.h for Linux
      adds  b92860d   Remove TODO as we use the bugtracker for those
      adds  d5d7eaa   Use xz for dist tarball now
      adds  e54d80b   Update version to v2.2.0
      adds  f2e0e64   New upstream version 2.2.0
      adds  5108078   Merge tag 'upstream/2.2.0' into experimental/master
      adds  9795ad4   Update debian/changelog
      adds  dc6f864   gbp.conf: adjust for Debian sid.
      adds  797c2f7   torsocks (2.2.0-1)
       new  476a96a   Merge tag 'debian/2.2.0-1' into jessie-backports
       new  14c3929   torsocks (2.2.0-1~bpo8+1)

The 2 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                                          |   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                                   |   36 +-
 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, 11046 insertions(+), 6590 deletions(-)
 delete mode 100644 TODO
 create mode 100755 config/test-driver
 create mode 100644 debian/maintscript
 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