[libio-socket-socks-perl] branch master updated (1b13917 -> 2997fdd)

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 20:49:49 UTC 2014


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

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

      from  1b13917   update changelog
       new  d735f3c   Add debian/upstream/metadata
      adds  837d7e3   IO::Socket::Socks initial commit
      adds  ddb9de4   non blocking read/write and timeout implementation in IO::Socket::Socks
      adds  b65e45d   IO::Socket::Socks nagging
      adds  37f0fe0   dle grabber update
      adds  461dacf   more profit in IO::Socket::Socks (updating debug)
      adds  f5f50e1   IO::Socket::Socks release candidate
      adds  4f3f4a3   [ADD] IO::Socket::Socks socks4 client suppot
      adds  50aadd9   IO::Socket::Socks socks4 accept begin...
      adds  1214b62   IO::Socket::Socks socks4 accept support added, need some tests
      adds  fcf1d95   IO::Socket::Socks improvements: code, documentation, examples
      adds  aee03dd   IO::Socket::Socks one documentation bug fix
      adds  46bd106   IO::Socket::Socks one more documentation bug fix
      adds  4c70a52   [ADD] IO::Socket::Socks client examples and some doc improvement
      adds  71b6233   IO::Socket::Socks bug fixes. Ready stage is 1
      adds  694ae3d   IO::Socket::Socks Readme, Canges and bla-bla. ready state: 0.5
      adds  0edf6fd   IO::Socket::Socks ready state 0
      adds  1d4b79e   IO::Socket::Socks bind support initial commit
      adds  1cdc542   IO::Socket::Socks bind support in progress
      adds  1f3721e   IO::Socket::Socks - I think version 0.3 is ready
      adds  50f817a   IO::Socket::Socks changes
      adds  21eef21   IO::Socket::Socks readme
      adds  dd55a25   IO::Socket::Socks some inaccuracy fixes
      adds  c7648a4   qnx rgz
      adds  35971e3   IO::Socket::Socks 0.4 RC
      adds  ed4da9d   IO::Socket::Socks pre relese bug fixes
      adds  060810c   IO::Socket::Socks::Wrapper https support
      adds  1234e6a   $SOCKS_DEBUG provides default value of SocksDebug constructor option
      adds  ee99f81   First step to non-blocking support
      adds  93d5d94   initial nb support (still broken)
      adds  7c239f6   non-blocking read implemented
      adds  322877a   non-blocking send implementation
      adds  9514ce8   Socks5 seems support non-blocking now
      adds  7c893a7   Debug to STDERR instead STDOUT
      adds  cebae50   socks4 non-blocking support seems added
      adds  0d44856   non-blocking bind support added and some fixes
      adds  c2f4a96   clean queue results on success
      adds  164599e   few connect tests added & bugs found with this tests fixed
      adds  3ad5953   tests & docs improvements
      adds  6233bcf   seems ready to 0.5 release
      adds  6d2891d   forgotten t/subs.pm added
      adds  92f121d   bareword in makefile.pl
      adds  e2f6327   functions moves to proper places. It will be 0.5
      adds  29a78d0   bad prototype for make_socks_server()
      adds  b27ff73   On BSD systems write to not completly opened socket returns ENOTCONN
      adds  a703985   More correct fix for ENOTCONN problem
      adds  c219e3f   spelling patch from debian applied
      adds  b7f79d4   0.51 release
      adds  f00cb48   make new_from_fd alias to new_from_socket
      adds  7e68989   Non blocking support on the server side added. Untested
      adds  36b03b4   bug fixed: on the server side after accept() new socket object should read and write data itself
      adds  7c0b1c7   accept() tests was added
      adds  f339bb2   new socket after accept() should be in blocking mode
      adds  331b756   new non-blocking accept tests were added
      adds  a2b6273   documentation updated to v 0.60
      adds  a9abfec   new constant ESOCKSPROTO describes error in socks protocol, set $! to ESOCKSPROTO when any protocol error occures
      adds  c664cdb   more correct non-blocking tests diagnostic
      adds  d7ab75c   bring magic in $SOCKS_ERROR to find out which error occured in the protocol
      adds  48dabe3   set $@ on error
      adds  0c2b800   Comment about _socks_send & SIGPIPE
      adds  5427e83   make socket non-blocking after new_from_fd if it was non-blocking before
      adds  f21ea44   fix warnings while "make test"
      adds  03a2f6a   more correct Makefile.PL
      adds  9df57bc   update changed to new version
      adds  e95a723   possible tests fixes
      adds  b5a99ab   test version
      adds  451e187   Bugfix: some tests did not work without internet connection; we forgot to inherit SocksResolve option after accept()
      adds  8e78664   command() on the server side now returns address type as last argument
      adds  3752a5e   try another variation of ready() time measure. May be problem was in the can_read()
      adds  456bc3a   bump test version
      adds  e32c55f   workaround for $! bug in perl 5.8.9 on Solaris
      adds  9d02638   bump test version
      adds  376c8f5   fix for one more test fail
      adds  30ffec6   forgotten correction for test
      adds  5df8fcf   0.62 release
      adds  12261fb   handle errors outside module
      adds  3195e31   It is safer to ignore SIGPIPE while sending
      adds  cea6850   make $SOCKS_ERROR readonly
      adds  fe6ff55   do not touch socket blocking mode in new_from_fd id "Blocking" parameter is defined
      adds  bc9519c   ability to make server which understands both 4 and 5 version on the same port
      adds  46646e5   rename tests to two leading digits format
      adds  231770d   version() method added
      adds  a28c101   test for mixed accept added
      adds  e46c4ac   example of multi-ver server added
      adds  1685644   update documentation remove LGPL LICENSE file bump version: test release
      adds  0975e19   fix MANIFEST
      adds  4175fc8   Prevent recreation of the socket from new_from_fd/new_from_socket, because this will erase some socket options like bind address and so on
      adds  bcf1ea6   excess newline
      adds  d5a0232   we shouldn't handle blocking in new_from_fd anymore
      adds  f9d925f   remove wrong license header
      adds  8a80a1f   Changes and version updated
      adds  8cf60b1   start_SOCKS implemented
      adds  6e75bda   bump version
      adds  e42d0ec   05_accept5.t: check that socket connected before trying to read from it
      adds  0674bea   do not destroy server client object before reply to local client
      adds  ce0f9db   add reply for other tests
      adds  3180de4   Set more appropriate error message for operations on closed socket
      adds  3330263   Developer release
      adds  effc81a   Documentation cleaned up a little
      adds  c3d023c   skip slow tests if SOCKS_SLOW_TESTS environment variable is not true
      adds  8d0a62e   allow cpan testers to run slow test anyway
      adds  fcc3aee   Bump version
      adds  3181db0   Imported Upstream version 0.65
       new  f32be0b   Merge tag 'upstream/0.65'
       new  736d71f   Update changelog, add info wrt. failing test.
       new  f6970a8   Fix-t-06_accept_mixed.t-by-enabling-SocksResolve.patch: new patch to fix test failures when run without network access.
       new  ae836be   Add forwarded patch URL.
       new  2997fdd   libio-socket-socks-perl (0.65-1)

The 6 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                                            |   6 +
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 debian/changelog                                   |  14 +-
 ...6_accept_mixed.t-by-enabling-SocksResolve.patch |  23 ++++
 debian/patches/series                              |   1 +
 debian/upstream/metadata                           |   5 +
 lib/IO/Socket/Socks.pm                             |  59 ++++----
 t/03_connect.t                                     | 148 +++++++++++----------
 t/04_accept4.t                                     |   3 +-
 t/05_accept5.t                                     |   3 +-
 t/06_accept_mixed.t                                |  11 +-
 t/07_accept_nb4.t                                  |   4 +
 t/08_accept_nb5.t                                  |   4 +
 14 files changed, 173 insertions(+), 116 deletions(-)
 create mode 100644 debian/patches/Fix-t-06_accept_mixed.t-by-enabling-SocksResolve.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata

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