[Pkg-privacy-commits] [torsocks] annotated tag debian/2.2.0_rc1-1 created (now 0760044)
Intrigeri
intrigeri at moszumanska.debian.org
Thu Jun 23 15:18:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a change to annotated tag debian/2.2.0_rc1-1
in repository torsocks.
at 0760044 (tag)
tagging 4bb9810ad4c851c289916e5923373880d8b56e02 (commit)
replaces debian/2.1.0-2
tagged by intrigeri
on Thu Jun 23 15:17:47 2016 +0000
- Log -----------------------------------------------------------------
torsocks Debian release 2.2.0~rc1-1
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJXa/2bAAoJEOxtg78p/CqORjMP/2p2QJi2CMUQ1BDS8Zqh6WBI
5GggnrmgH7A7IPzqNj1qjIDBtgAoaFnE0ErezoVw1s2Vl//6sV4UdPpntbJ2WtNq
BCgZY5BWDVJ39PWuALvBIDn/GCFPAh01IzTPaB3TUwDBEhBCHwjZ96+voj9YXoMa
5zGqoWBBIibr3Ru0aaWxKPyvDfSx280NABI6h2Q/GjdwPFAnPdZcnGP01+dHbCjL
FmvAT+RTNjEG4ruT4aHDaqwyFR8h9v15uAVTa03QBgCT9DiFp1VT0s9P66mAXEsy
cKUc0hggBYssyfuvylz4Kz0NpPzt57s/ma3ybaxm41tzv09cbANgKx0+Zjbhjyd4
wqWo8ccDf0cUk2QXfOjWlvjwb5Criz6w+IMfRUr7Am/CltVlf5HOw6jsv99d0f81
486ZGlf8TknfioShHMt0wiEONUHUZBk3geGaaEIMgSeAQAnaXkVQBZAzTlz0uQuI
+wZkBJpL7vQ7ZTQ/rM/ymgwyTt/q3awfzWLS9njbXoBla9Gwcef0DTArTJ3TlT7O
XA3qnkhgLfSeXLADnTVcDDMmvo3xcP5zpafAS/d+xzhYhr/2LSpQn6rN296CIdmm
zUDXrdhLBf4PwBxeGxbsEOJR2kn0WoztKbOFbn8uxcA1nU5Qh/+1sIxI/gdhd/zN
cla3gKEepEs4YECIOqbk
=r1Jr
-----END PGP SIGNATURE-----
Alexander Færøy (4):
Use DEFAULT_CONF_FILE_ENV instead of a hardcoded value.
Expose set_tor_{address,port} as conf_file_set_tor_{address,port}.
Read environment variables before creating the SOCKS5 connection.
Add --address and --port for torsocks.
David Goulet (8):
Add support for musl-libc
test: Change IPs with the new ones TPO just setup
Hijack execve() syscall to check for cap/setuid
Add freebsd to the libc detection in configure.ac
Fix: accept{4} wrappers to accept addr to NULL
Fix wrong tor_address check for NULL
Return connection refused on deny by ruleset error
Update version to v2.2.0-rc1
Shawn Landden (1):
Detect capabilities in torsocks wrapper
Taylor R Campbell (14):
Block, rather than busy-wait, in send/recv_data_impl.
Return EIO, not whatever 1 is, on EOF in recv_data.
Block, rather than busy-wait, in send/recv_data_impl.
Include <sys/param.h> for __NetBSD_Prereq__ on NetBSD.
Use the correct libc symbol for socket, __socket30, on newer NetBSD.
Work around broken declaration of gethostbyaddr on older NetBSD.
Use seconds since epoch, not local time, for log timestamps.
Avoid signed/unsigned comparison. Assert bound on size.
Use same type for i as for pool->count, uint32_t.
Use size_t, not int, for indices below size_t bounds.
Suppress signed/unsigned comparison warnings with justified casts.
Make sure pipe_fds is initialized in error branch.
Avoid potential null pointer dereferences in test_connection.
Switch from Perl to automake tap. No more run-time Perl needed.
Yawning Angel (1):
Add support for localhost only UDP via `AllowOutboundLocalhost 2`.
intrigeri (7):
Imported Upstream version 2.2.0~rc1
Merge tag 'upstream/2.2.0_rc1' into experimental/master
Delete obsolete conffile /etc/bash_completion.d/torsocks on upgrade (Closes: #811131).
Declare compliance with Standards-Version 3.9.8.
gbp.conf: configure for the experimental/master branch.
Refresh exclude_test_requiring_network.patch to upstream switching test suite frameworks.
torsocks (2.2.0~rc1-1)
junglefowl (3):
Overflow when parsing config lines with many arguments
Fix: allow port 65535.
Fix typos in comments
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
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
new 1d145b3 Merge tag 'upstream/2.2.0_rc1' into experimental/master
new e7b6c5b Delete obsolete conffile /etc/bash_completion.d/torsocks on upgrade (Closes: #811131).
new 167a004 Declare compliance with Standards-Version 3.9.8.
new 83b7126 gbp.conf: configure for the experimental/master branch.
new 1de1bad Refresh exclude_test_requiring_network.patch to upstream switching test suite frameworks.
new 4bb9810 torsocks (2.2.0~rc1-1)
The 38 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.
--
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