[libnet-cli-interact-perl] branch master updated (48d8168 -> 8316334)

gregor herrmann gregoa at debian.org
Thu Jul 9 19:10:43 UTC 2015


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

gregoa pushed a change to branch master
in repository libnet-cli-interact-perl.

      from  48d8168   releasing package libnet-cli-interact-perl version 2.142720-1
      adds  1dd2eb2     * Set quotemeta when stripping command from returned output (V. Foitzik)
      adds  f73b848     * Fixes to handling of newlines in returned response.     Now aggressively remove control characters, and replace all newlines with \n
      adds  420ebcc     * Newline only added if there was a new *line* in output
      adds  8a8c2e1     * Escape embedded % in cmd() commands (B. Hogden)   * Apply POD typo fixes patch (V. Foitzik)
      adds  ab198ec     * Add has_prompt and has_macro methods   * Add Foundry phrasebook (Vincent Magnin)
      adds  6d0c684     * New implementation of output parser. Note the following:
      adds  a0864ed    * test release process
      adds  b4b1704    * Fix IO::Pty dependency only to appear on non-Win32. This has required a    local hack to Dist::Zilla so please contact the author if you build from dist.ini.
      adds  16d263e    * Fix Cisco prompt detection when containing [] characters (Alexander Hartmaier)  * Detect connection failures and die with buffered transport error
      adds  86ea106    * NCI library version number is logged at instatiation.  * New ignore_host_checks option for SSH to replace shkc. Note the following:
      adds  a38c2a4     * Add Port number and generic Opts support to Telnet transport.
      adds  a275b32   Build results of ebb1433 (on devel)
      adds  9f6fa73     * Add macros for paging for HP (C. Tucker)
      adds  f38ba0b   Build results of cb5b263 (on devel)
      adds  2cc2e19   Build results of dc07805 (on devel)
      adds  1e55a6a     * Alter log messages so that notice is a more useful default   * Delete SIGCHLD after close (rt.cpan#79450)
      adds  16c1023     * Port from Moose to Moo
      adds  f18b6fd     * IMPORTANT: the prompts named "prompt" are now called "generic"     If you have written macros depending on these, please update your phrasebooks.
      adds  7e7f5bf     * Bug fix for wrong type spec on log_at (wmdopple, closes #9)
      adds  a18b4ed     * Bug fix for wrong type spec on log_config (A. Friedrich)
      adds  1d75209     * Change command remove to be less greedy with whitespace (C. Bennett)
      adds  c2d7344     * Change command remove to be less greedy with whitespace (C. Bennett)   * Fix loading of Data::Printer for last_actionset debug
      adds  c0342c4     * Time to release pending changes.
      adds  a6e6f56   Remove redundant Net::Telnet->open()
      adds  cf7fa35   Merge pull request #11 from doverton/fix-connectcore-telnet
      adds  9eee83e     * Remove redundant Net::Telnet->open() (closes #10, closes #11)
      adds  355e141     * More logging configuration, and some Cookbook details on how to log.
      adds  36ce09f     * Change default_log_categories from an array to a class method.
      adds  a881f93     * Fix bug in debug log using native print instead of Logger (D. Thomas)   * Fix bug in setting of log_config after session instantiation (D. Thomas)
      adds  fddc925     * Fix for applying default timeout
      adds  1c64b3d     * Make command removal substitute params as well (M. Perry)
      adds  79a1724     * For some reason timeout not being set? Set on Net::Telnet::get.
      adds  35964c2     * Resepct timeout in find_prompt (Jørgen Elgaard Larsen)
      adds  9f15a75     * [#13] Fix cmd in scalar context appends a newline
      adds  d03da85   [#15] Add phrasebook for Oracle VM Manager CLI (M. Perry)
      adds  682f3fe   [#14] Allow square brackets in bash prompts (M. Perry)
      adds  2b528b2   re-enable SDF tests
      adds  b85e726     * [#14] Allow square brackets in bash prompts (M. Perry)   * [#15] Add phrasebook for Oracle VM Manager CLI (M. Perry)
      adds  2c30805   release 2.200000
      adds  c779d3a   fix manifest skip
      adds  dd3fa1c   update changes
      adds  e0ea7ca   Do not use barewords for filehandles
      adds  70f8835   Merge pull request #16 from salva/master
      adds  4b00802   Add Net_OpenSSH transport backend.
      adds  d6940dc   Merge pull request #17 from salva/net-openssh-transport
      adds  0c01d91   release 2.200001
      adds  d75f3b6   Add Net_OpenSSH transport into MANIFEST
      adds  5c80304   Merge pull request #18 from salva/master
      adds  5ed2fee   release 2.200002
      adds  a52f474   Imported Upstream version 2.200002
       new  ae90549   Merge tag 'upstream/2.200002'
       new  62b93b7   Update debian/changelog
       new  53336c5   Update years of packaging copyright.
       new  9fbce65   Add patch to fix spelling/POD in new module.
       new  8316334   releasing package libnet-cli-interact-perl version 2.200002-1

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                                            |  18 +
 LICENSE                                            | 379 ---------------------
 MANIFEST                                           |  42 +--
 META.json                                          |  38 +--
 META.yml                                           |  16 +-
 Makefile.PL                                        |   2 +-
 README                                             | 181 ----------
 debian/changelog                                   |   8 +
 debian/copyright                                   |   2 +-
 debian/patches/net-openssh-pod.patch               |  36 ++
 debian/patches/series                              |   1 +
 lib/Net/CLI/Interact.pm                            |   6 +-
 lib/Net/CLI/Interact/Action.pm                     |   4 +-
 lib/Net/CLI/Interact/ActionSet.pm                  |   4 +-
 lib/Net/CLI/Interact/Logger.pm                     |   4 +-
 lib/Net/CLI/Interact/Manual/Phrasebook.pod         |  10 +
 lib/Net/CLI/Interact/Phrasebook.pm                 |   4 +-
 lib/Net/CLI/Interact/Role/Engine.pm                |   4 +-
 lib/Net/CLI/Interact/Role/FindMatch.pm             |   2 +-
 lib/Net/CLI/Interact/Role/Iterator.pm              |   4 +-
 lib/Net/CLI/Interact/Role/Prompt.pm                |   4 +-
 lib/Net/CLI/Interact/Transport/Base.pm             |   4 +-
 lib/Net/CLI/Interact/Transport/Loopback.pm         |   4 +-
 lib/Net/CLI/Interact/Transport/Net_OpenSSH.pm      | 188 ++++++++++
 lib/Net/CLI/Interact/Transport/Platform/Unix.pm    |   2 +-
 lib/Net/CLI/Interact/Transport/Platform/Win32.pm   |   2 +-
 lib/Net/CLI/Interact/Transport/Role/ConnectCore.pm |  19 +-
 lib/Net/CLI/Interact/Transport/SSH.pm              |   4 +-
 lib/Net/CLI/Interact/Transport/Serial.pm           |   4 +-
 lib/Net/CLI/Interact/Transport/Telnet.pm           |   4 +-
 lib/Net/CLI/Interact/Transport/Wrapper/Base.pm     |   2 +-
 lib/Net/CLI/Interact/Transport/Wrapper/IPC_Run.pm  |   2 +-
 .../CLI/Interact/Transport/Wrapper/Net_Telnet.pm   |   2 +-
 lib/Net/CLI/Interact/phrasebook/ovmcli/pb          |  10 +
 lib/Net/CLI/Interact/phrasebook/unix/bash/pb       |   4 +-
 t/author-20_sdf_shell.t                            |   2 +-
 36 files changed, 364 insertions(+), 658 deletions(-)
 delete mode 100644 LICENSE
 delete mode 100644 README
 create mode 100644 debian/patches/net-openssh-pod.patch
 create mode 100644 debian/patches/series
 create mode 100644 lib/Net/CLI/Interact/Transport/Net_OpenSSH.pm
 create mode 100644 lib/Net/CLI/Interact/phrasebook/ovmcli/pb

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



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