[libnet-ssh2-perl] branch master updated (90106a0 -> f19443c)

Salvatore Bonaccorso carnil at debian.org
Sun Dec 20 12:53:36 UTC 2015


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

carnil pushed a change to branch master
in repository libnet-ssh2-perl.

      from  90106a0   Prepare changelog for release
      adds  3b7ecc0   fix source indentation
      adds  6446a76   fix Term::ReadKey::ReadMore call, 'echo' was not a valid mode
      adds  1846a6c   add support for copying files bigger than 2GB over SCP
      adds  aa84b2f   sometimes we need tracing on the testing script
      adds  9241c87   look also for gcrypt or openssl libraries
      adds  07c6689   look also for gcrypt or openssl libraries
      adds  2a46d0c   Merge branch 'master' of github.com:rkitover/net-ssh2
      adds  ae08a19   remove now unused function win32_auth
      adds  e95a692   add support for mac homebrew
      adds  c59e265   update Changes
      adds  9d988f5   Refactor SCP operations
      adds  c09570f   increase version number to 0.57_01
      adds  30c2d07   update Changes
      adds  4339036   remove useless 'use' call
      adds  d96d6f6   prepare for release 0.57_02
      adds  54ae30a   auth_agent: workaround bug on libssh2_agent_disconnect
      adds  d9f896d   MANIFEST: track it
      adds  5da82ac   prepare for release 0.57_03
      adds  a88c83d   MANIFEST.SKIP: add more skipable patterns
      adds  47db967   MANIFEST: include example scripts
      adds  aff82eb   error: document that the value is only meaningfull after some other method had failed
      adds  5c3a09b   rerelease as stable 0.58
      adds  f6251ba   Imported Upstream version 0.58
       new  77f622d   Merge tag 'upstream/0.58'
       new  61764b9   Update debian/changelog
       new  f19443c   Add more examples files to docs from distribution

The 3 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                          |  16 ++++++
 MANIFEST                         |   4 +-
 MANIFEST.SKIP                    |   3 ++
 META.yml                         |   4 +-
 MYMETA.json                      |  78 ---------------------------
 MYMETA.yml                       |  44 ---------------
 Makefile.PL                      |  45 +++++++++++++---
 README                           |   2 +-
 SSH2.xs                          |  30 ++++++++++-
 debian/changelog                 |   6 +++
 debian/libnet-ssh2-perl.examples |   1 +
 example/rt58911.pl               |  33 ++++++++++++
 example/rt80011.pl               |  33 ++++++++++++
 lib/Net/SSH2.pm                  | 112 ++++++++++++++++++++++++---------------
 t/Net-SSH2.t                     |  32 +++++------
 15 files changed, 250 insertions(+), 193 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100644 example/rt58911.pl
 create mode 100644 example/rt80011.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ssh2-perl.git



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