[libio-socket-socks-perl] branch master updated (b32b472 -> 6f51ab6)

gregor herrmann gregoa at debian.org
Mon May 12 19:28:32 UTC 2014


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  b32b472   update changelog
      adds  7badd38   Imported Upstream version 0.63
       new  e1eb9c3   Merge tag 'upstream/0.63'
       new  2643dbe   New upstream release.
       new  14611c6   Update years of packaging copyright.
       new  e4e4c0d   Declare compliance with Debian Policy 3.9.5.
       new  6f51ab6   update changelog / add PROBLEM

The 5 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                                            |   8 +
 LICENSE.LGPL                                       | 482 ---------------------
 MANIFEST                                           |  20 +-
 META.json                                          |  48 ++
 META.yml                                           |  44 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |   4 +-
 .../multi-client-multi-ver-coro-based-server.pl    |  96 ++++
 lib/IO/Socket/Socks.pm                             | 217 ++++++++--
 t/{1_load.t => 01_load.t}                          |   0
 t/{2_new.t => 02_new.t}                            |   0
 t/{3_conect.t => 03_connect.t}                     |   0
 t/{4_accept4.t => 04_accept4.t}                    |   2 +-
 t/{5_accept5.t => 05_accept5.t}                    |   2 +-
 t/06_accept_mixed.t                                |  94 ++++
 t/{6_accept_nb4.t => 07_accept_nb4.t}              |   0
 t/{7_accept_nb5.t => 08_accept_nb5.t}              |   0
 18 files changed, 469 insertions(+), 562 deletions(-)
 delete mode 100644 LICENSE.LGPL
 create mode 100644 META.json
 create mode 100755 examples/multi-client-multi-ver-coro-based-server.pl
 rename t/{1_load.t => 01_load.t} (100%)
 rename t/{2_new.t => 02_new.t} (100%)
 rename t/{3_conect.t => 03_connect.t} (100%)
 rename t/{4_accept4.t => 04_accept4.t} (97%)
 rename t/{5_accept5.t => 05_accept5.t} (97%)
 create mode 100644 t/06_accept_mixed.t
 rename t/{6_accept_nb4.t => 07_accept_nb4.t} (100%)
 rename t/{7_accept_nb5.t => 08_accept_nb5.t} (100%)

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