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

Intrigeri intrigeri at moszumanska.debian.org
Wed Oct 19 21:28:15 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  abfa230   Imported Upstream version 2.2.0~rc1
      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
       new  f2e0e64   New upstream version 2.2.0

The 1 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               |   17 +
 Makefile.in             |    8 +-
 TODO                    |   94 --
 config/compile          |    2 +-
 config/config.guess     |  152 +-
 config/config.sub       |   48 +-
 config/depcomp          |    2 +-
 config/install-sh       |  373 ++---
 config/libtool.m4       |    1 -
 config/ltmain.sh        |    6 +-
 config/ltsugar.m4       |    7 +-
 config/lt~obsolete.m4   |    7 +-
 config/missing          |    2 +-
 configure               | 4180 +++++++++++++++++++++++++++--------------------
 configure.ac            |    9 +-
 include/config.h.in     |   32 +
 src/bin/torsocks.in     |   41 +-
 src/common/compat.h     |    8 +-
 src/common/log.h        |    6 +-
 src/lib/close.c         |    4 +-
 src/lib/connect.c       |    2 +-
 src/lib/execve.c        |    2 +-
 src/lib/fclose.c        |    2 +-
 src/lib/gethostbyname.c |   28 +-
 src/lib/sendto.c        |    2 +-
 src/lib/syscall.c       |   23 +
 src/lib/torsocks.h      |    6 +-
 tests/utils/tap/tap.c   |    3 +
 28 files changed, 2892 insertions(+), 2175 deletions(-)
 delete mode 100644 TODO

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