[libio-socket-socks-perl] branch master updated (2997fdd -> 63c58e5)

gregor herrmann gregoa at debian.org
Sat Jul 4 20:50:36 UTC 2015


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

gregoa pushed a change to branch master
in repository libio-socket-socks-perl.

      from  2997fdd   libio-socket-socks-perl (0.65-1)
      adds  1536ac6   can't create socks4 client here, because it will cause attemp to resolve host name, use socks4a instead to allow running tests without internet connection
      adds  00d9a15   Clarify documentation about quiet resolving by command_reply()
      adds  dc27cf0   fix SUPER::connect() status check
      adds  a00d9aa   introduce $SOCKET_CLASS variable
      adds  5639fb5   fix serialization in tests for pipes to support ipv6 addresses
      adds  46913dc   show which socket_class in use for test
      adds  7044196   also support IO::Socket::INET6
      adds  5697f4b   ipv6 support
      adds  2d8ee58   bump version - dev release
      adds  1fec1e0   Windows will set $! to EWOULDBLOCK after creating of non-blocking socket
      adds  8c1a883   Windows don't know how to connect to ::
      adds  eeb6ef7   Since client uses socks4a in this test server also should accept socks4a
      adds  e74cdd7   recv() and send() should also support IPv6
      adds  84364f1   move to _addr_ntoa fix: should be unpack_sockaddr_in6
      adds  213011c   move to tabs and other formatting style
      adds  40db5ee   a little refactoring
      adds  61fa198   bump version - dev release
      adds  6d37565   update docs
      adds  e6acb4d   a little more tests
      adds  92d0e14   update Coro example where we may use $SOCKET_CLASS
      adds  b25817d   fix mess with queue
      adds  e222ae1   bump version and update Changes
      adds  35ebc0b   fixes cases when $SOCKET_CLASS was defined before loading of IO::Socket::Socks but was not added to @ISA also closes #7
      adds  7670dde   update Changes and bump version
      adds  fee75f0   Imported Upstream version 0.67
       new  c88e65a   Merge tag 'upstream/0.67'
       new  c316cf0   Update debian/changelog
       new  14e9c5d   Drop Fix-t-06_accept_mixed.t-by-enabling-SocksResolve.patch.
       new  5a2d468   Update years of packaging copyright.
       new  7ee6a7d   Reformat debian/control with cme
       new  f3d59e0   Mark package as autopkgtest-able.
       new  e4c5e78   Declare compliance with Debian Policy 3.9.6.
       new  63c58e5   releasing package libio-socket-socks-perl version 0.67-1

The 8 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:
 Changes                                            |   12 +
 META.json                                          |    6 +-
 META.yml                                           |   16 +-
 Makefile.PL                                        |    2 +-
 debian/changelog                                   |   11 +
 debian/control                                     |    4 +-
 debian/copyright                                   |    2 +-
 ...6_accept_mixed.t-by-enabling-SocksResolve.patch |   23 -
 debian/patches/series                              |    1 -
 .../multi-client-multi-ver-coro-based-server.pl    |    2 +-
 lib/IO/Socket/Socks.pm                             | 4013 +++++++++-----------
 t/01_load.t                                        |    2 +-
 t/03_connect.t                                     |   49 +-
 t/04_accept4.t                                     |    6 +-
 t/05_accept5.t                                     |    4 +-
 t/06_accept_mixed.t                                |    7 +-
 t/07_accept_nb4.t                                  |    7 +-
 t/08_accept_nb5.t                                  |    7 +-
 t/subs.pm                                          |   10 +-
 19 files changed, 1988 insertions(+), 2196 deletions(-)
 delete mode 100644 debian/patches/Fix-t-06_accept_mixed.t-by-enabling-SocksResolve.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-socks-perl.git



More information about the Pkg-perl-cvs-commits mailing list