[libnet-cli-interact-perl] branch master updated (e331a9d -> 1c50280)

Angel Abad angel at debian.org
Wed Nov 8 16:38:07 UTC 2017


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

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

      from  e331a9d   Update changelog
      adds  9fe59ac   remove ANSI terminal codes from CLI response (#23)
      adds  0af3a00   Revert "remove ANSI terminal codes from CLI response (#23)"
      adds  b6e69c1   fix for #27, find_prompt doesn't bail out on failure to find a prompt
      adds  fc1e09b   some contributed new phrasebooks and pb updates for various devices, updated cisco phrasebooks to remove unused prompt basic and added extra reload_in and reload macros, removed unused legacy 'prompt prompt' wherever found, moved extremxos phrasebook into its own category (no longer inheriting from cisco)
      adds  2737bb8   fix for #25, cisco/hp/pb login failure on hp procurve because of (unused) prompt basic
      adds  0a1ad4f   Add basic phrasebook for Cisco WLC (#31)
      adds  a38a2d0   Add macro for "fsck" command on Cisco IOS (#30)
      adds  5589ba0   update phrasebook doc
      adds  2251ef7   port to Module::Build
      adds  a3c4742   remove old Dist::Zilla stuff
      adds  51a56db   update meta
      adds  c02c9a6   remove old versions
      adds  8f5822d   release 2.300001
      adds  03f00e1   move phrasebook to use File::ShareDir
      adds  b4bf337   release 2.300002
      adds  48cb316   New upstream version 2.300002
       new  c2c583b   Update upstream source from tag 'upstream/2.300002'
       new  2e67c3e   Update debian/changelog
       new  6fbcd1b   debian/control: Update {Build-}Depends
       new  977626b   debian/control: Build-Depends on libmodule-build-perl
       new  bc47b47   debian/control: Remove trailing whitespaces
       new  1c50280   Update changelog

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:
 Build.PL                                           |  47 ++++++
 Changes                                            |   7 +
 MANIFEST                                           |  44 +++---
 META.json                                          | 127 +++++++++++++++--
 META.yml                                           |  87 ++++++++++--
 Makefile.PL                                        |  72 ----------
 debian/changelog                                   |  11 ++
 debian/control                                     |  15 +-
 lib/Net/CLI/Interact.pm                            |  10 +-
 lib/Net/CLI/Interact/Action.pm                     |  24 +---
 lib/Net/CLI/Interact/ActionSet.pm                  |  23 +--
 lib/Net/CLI/Interact/Logger.pm                     |  23 +--
 lib/Net/CLI/Interact/Manual/Phrasebook.pod         | 158 ++++++---------------
 lib/Net/CLI/Interact/Phrasebook.pm                 |  32 +----
 lib/Net/CLI/Interact/Role/Engine.pm                |  23 +--
 lib/Net/CLI/Interact/Role/FindMatch.pm             |   5 +-
 lib/Net/CLI/Interact/Role/Iterator.pm              |  23 +--
 lib/Net/CLI/Interact/Role/Prompt.pm                |  27 +---
 lib/Net/CLI/Interact/Transport/Base.pm             |  24 +---
 lib/Net/CLI/Interact/Transport/Loopback.pm         |  23 +--
 lib/Net/CLI/Interact/Transport/Net_OpenSSH.pm      |  12 +-
 lib/Net/CLI/Interact/Transport/Platform/Unix.pm    |   4 +-
 lib/Net/CLI/Interact/Transport/Platform/Win32.pm   |   4 +-
 lib/Net/CLI/Interact/Transport/Role/ConnectCore.pm |   4 +-
 .../Interact/Transport/Role/StripControlChars.pm   |   1 +
 lib/Net/CLI/Interact/Transport/SSH.pm              |  23 +--
 lib/Net/CLI/Interact/Transport/Serial.pm           |  23 +--
 lib/Net/CLI/Interact/Transport/Telnet.pm           |  23 +--
 lib/Net/CLI/Interact/Transport/Wrapper/Base.pm     |   4 +-
 lib/Net/CLI/Interact/Transport/Wrapper/IPC_Run.pm  |   4 +-
 .../CLI/Interact/Transport/Wrapper/Net_Telnet.pm   |   4 +-
 .../CLI/Interact/phrasebook/cisco/extremexos/pb    |  36 -----
 lib/Net/CLI/Interact/phrasebook/cisco/hp/pb        |  18 ---
 lib/Net/CLI/Interact/phrasebook/cisco/pb           |  46 ------
 lib/Net/CLI/Interact/phrasebook/unix/bash/pb       |  22 ---
 share/phrasebook/avaya/pb                          |  25 ++++
 share/phrasebook/cisco/asa/pb                      |   3 +
 .../Interact => share}/phrasebook/cisco/catos/pb   |   4 -
 .../Interact => share}/phrasebook/cisco/foundry/pb |  19 ++-
 share/phrasebook/cisco/hp/pb                       |  22 +++
 .../CLI/Interact => share}/phrasebook/cisco/ios/pb |   4 +
 .../Interact => share}/phrasebook/cisco/junos/pb   |   6 +-
 .../Interact => share}/phrasebook/cisco/nortel/pb  |   3 -
 share/phrasebook/cisco/pb                          |  62 ++++++++
 .../phrasebook/cisco/pixos/fwsm/fwsm3/pb           |   0
 .../Interact => share}/phrasebook/cisco/pixos/pb   |   0
 .../phrasebook/cisco/pixos/pixos7/pb               |   0
 share/phrasebook/cisco/wlc/pb                      |  12 ++
 share/phrasebook/extremexos/pb                     |  28 ++++
 share/phrasebook/f5/f5bigip/pb                     |  19 +++
 share/phrasebook/fortinet/pb                       |  14 ++
 share/phrasebook/mikrotik/pb                       |  23 +++
 .../CLI/Interact => share}/phrasebook/ovmcli/pb    |   0
 share/phrasebook/redback/pb                        |  21 +++
 share/phrasebook/screenos/pb                       |  14 ++
 share/phrasebook/unix/bash/pb                      |  34 +++++
 .../CLI/Interact => share}/phrasebook/unix/csh/pb  |   0
 .../Interact => share}/phrasebook/unix/csh/sdf/pb  |   0
 share/phrasebook/unix/qnap/pb                      |  34 +++++
 share/phrasebook/zyxel/pb                          |  19 +++
 t/release-30_phrasebook.t                          |   4 +-
 61 files changed, 706 insertions(+), 697 deletions(-)
 create mode 100644 Build.PL
 delete mode 100644 Makefile.PL
 delete mode 100644 lib/Net/CLI/Interact/phrasebook/cisco/extremexos/pb
 delete mode 100644 lib/Net/CLI/Interact/phrasebook/cisco/hp/pb
 delete mode 100644 lib/Net/CLI/Interact/phrasebook/cisco/pb
 delete mode 100644 lib/Net/CLI/Interact/phrasebook/unix/bash/pb
 create mode 100644 share/phrasebook/avaya/pb
 create mode 100644 share/phrasebook/cisco/asa/pb
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/catos/pb (63%)
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/foundry/pb (70%)
 create mode 100644 share/phrasebook/cisco/hp/pb
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/ios/pb (70%)
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/junos/pb (67%)
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/nortel/pb (54%)
 create mode 100644 share/phrasebook/cisco/pb
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/pixos/fwsm/fwsm3/pb (100%)
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/pixos/pb (100%)
 rename {lib/Net/CLI/Interact => share}/phrasebook/cisco/pixos/pixos7/pb (100%)
 create mode 100644 share/phrasebook/cisco/wlc/pb
 create mode 100644 share/phrasebook/extremexos/pb
 create mode 100644 share/phrasebook/f5/f5bigip/pb
 create mode 100644 share/phrasebook/fortinet/pb
 create mode 100644 share/phrasebook/mikrotik/pb
 rename {lib/Net/CLI/Interact => share}/phrasebook/ovmcli/pb (100%)
 create mode 100644 share/phrasebook/redback/pb
 create mode 100644 share/phrasebook/screenos/pb
 create mode 100644 share/phrasebook/unix/bash/pb
 rename {lib/Net/CLI/Interact => share}/phrasebook/unix/csh/pb (100%)
 rename {lib/Net/CLI/Interact => share}/phrasebook/unix/csh/sdf/pb (100%)
 create mode 100644 share/phrasebook/unix/qnap/pb
 create mode 100644 share/phrasebook/zyxel/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