[libsnmp-session-perl] branch master updated (50362df -> 2bb60d9)

Roland Rosenfeld roland at moszumanska.debian.org
Mon Dec 4 19:28:55 UTC 2017


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

roland pushed a change to branch master
in repository libsnmp-session-perl.

      from  50362df   update changelog
       new  564e126   New upstream version 1.14~git20130523.186a005
       new  0d91283   Merge tag 'upstream/1.14_git20130523.186a005'
       new  3785fc2   New upstream version 1.14 from github.
       new  f341239   Adapt all patches to new version.
       new  5b83ca4   Change Priority: extra to optional.
       new  b68069c   This now contains Net_SNMP_util.pm, so this breaks mrtg <= 2.17.4-4.1.
       new  1d2de62   Upgrade to Standards-Version 4.1.1 (no changes).
       new  3694ce0   Remove trailing whitespaces from debian/changelog.
       new  b4db6a2   04_manpage_spelling: Fix some typos in man page.
       new  c66df9a   05_utf8_manpage: Remove some UTF-8 char looking like underscore from man page.
       new  36e1ecf   06_BER_whatis: Add whois entry to BER(3pm) man page.
       new  8261bee   Fix some more perl path locations in examples.
       new  d3e7b3d   Install some more HTML documentation.
       new  aa2cfa3   Update copyright to changes in 1.14.
       new  2bb60d9   Merge branch 'master' of ssh://git.debian.org/git/pkg-perl/packages/libsnmp-session-perl

The 15 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:
 ChangeLog                                 | 2534 +++++++++++++++++++++++++++++
 META.yml                                  |   12 -
 Net_SNMP_util.pm                          | 2130 ++++++++++++++++++++++++
 README                                    |  231 +--
 changes.html                              |  709 ++++++++
 debian/changelog                          |   35 +-
 debian/control                            |    2 +-
 debian/copyright                          |    4 +-
 debian/docs                               |    3 +
 debian/patches/01_Socket6_import.patch    |    4 +-
 debian/patches/02_remoteimages.patch      |    6 +-
 debian/patches/03_Socket6-inet_ntop.patch |    4 +-
 debian/patches/04_manpage_spelling.patch  |   23 +
 debian/patches/05_utf8_manpage.patch      |   14 +
 debian/patches/06_BER_whatis.patch        |   14 +
 debian/patches/series                     |    3 +
 debian/rules                              |    4 +-
 faq.html                                  |   72 +
 index.html                                |  307 +---
 lib/BER.pm                                |  322 +++-
 lib/SNMP_Session.pm                       |  956 +++++++++--
 lib/SNMP_Table.pm                         |  132 ++
 lib/SNMP_util.pm                          |  122 +-
 security.html                             |   42 +
 t/00ber.t                                 |   52 +
 test/asn1-test.pl                         |   32 +
 test/atm-cfgmaker                         |  128 ++
 test/atol-test.c                          |   37 +
 test/bad-trap.pl                          |   40 +
 test/bay-atm-test.pl                      |   54 +
 test/bgpls                                |  209 +++
 test/bridge-list-fdb                      |  104 ++
 test/cammer                               |  245 +++
 test/cisco-config-history                 |  170 ++
 test/cisco-list-cards                     |  258 +++
 test/cisco-tftp.pl                        |   50 +
 test/counter64-test.pl                    |  201 +++
 test/cricket-genconf-sensor               |  232 +++
 test/d.pl                                 |   62 +
 test/digital-bug                          |   32 +
 test/entls                                |  269 +++
 test/fore-test.pl                         |   50 +
 test/hex-test.pl                          |   61 +
 test/inexist.pl                           |   62 +
 test/ip-addr-to-if-index                  |  141 ++
 test/lambda-monitor.pl                    |  169 ++
 test/lambda-webmon.pl                     |  208 +++
 test/list-bgp4-neighbors                  |   53 +
 test/list-bgp4-table                      |   84 +
 test/list-ospf-neighbors                  |   47 +
 test/look-at-counters.pl                  |  105 ++
 test/ls1010-list-vcls                     |  258 +++
 test/make-cisco-products.pl               |   21 +
 test/max-list-sessions                    |  130 ++
 test/mcount.pl                            |  218 +++
 test/mdebug                               |  142 ++
 test/mrouted-genconf                      |  114 ++
 test/mrtg-ipmcast                         |  319 ++++
 test/msdpls                               |  303 ++++
 test/{map-table.pl => mtf.pl}             |   42 +-
 test/negative-counter.pl                  |    8 +
 test/party-test.pl                        |   15 +
 test/pnni-find-ilmi-neighbors.pl          |   41 +
 test/qosls                                |  553 +++++++
 test/router-stats.pl                      |  161 ++
 test/sequence-bug.pl                      |   22 +
 test/shipmr                               |  119 ++
 test/snmpmap_table-test.pl                |   28 +
 test/snmpspeed.pl                         |  213 +++
 test/snmptrap.note                        |    4 +
 test/snmptrap.pl                          |   83 +
 test/sorrento-nest-list                   |   85 +
 test/trap-listener                        |   90 +-
 test/v6-list-prefixes                     |   13 +
 test/{iftop => vc-counters.pl}            |  187 +--
 test/verio-problem.pl                     |   35 +
 76 files changed, 13000 insertions(+), 1044 deletions(-)
 create mode 100644 ChangeLog
 delete mode 100644 META.yml
 create mode 100644 Net_SNMP_util.pm
 create mode 100644 changes.html
 create mode 100644 debian/patches/04_manpage_spelling.patch
 create mode 100644 debian/patches/05_utf8_manpage.patch
 create mode 100644 debian/patches/06_BER_whatis.patch
 create mode 100644 faq.html
 create mode 100644 lib/SNMP_Table.pm
 create mode 100644 security.html
 create mode 100644 t/00ber.t
 create mode 100755 test/asn1-test.pl
 create mode 100644 test/atm-cfgmaker
 create mode 100644 test/atol-test.c
 create mode 100644 test/bad-trap.pl
 create mode 100755 test/bay-atm-test.pl
 create mode 100644 test/bgpls
 create mode 100644 test/bridge-list-fdb
 create mode 100755 test/cammer
 create mode 100755 test/cisco-config-history
 create mode 100755 test/cisco-list-cards
 create mode 100755 test/cisco-tftp.pl
 create mode 100644 test/counter64-test.pl
 create mode 100755 test/cricket-genconf-sensor
 create mode 100755 test/d.pl
 create mode 100755 test/digital-bug
 create mode 100644 test/entls
 create mode 100755 test/fore-test.pl
 create mode 100755 test/hex-test.pl
 create mode 100755 test/inexist.pl
 create mode 100755 test/ip-addr-to-if-index
 create mode 100644 test/lambda-monitor.pl
 create mode 100755 test/lambda-webmon.pl
 create mode 100755 test/list-bgp4-neighbors
 create mode 100644 test/list-bgp4-table
 create mode 100755 test/list-ospf-neighbors
 create mode 100755 test/look-at-counters.pl
 create mode 100755 test/ls1010-list-vcls
 create mode 100644 test/make-cisco-products.pl
 create mode 100755 test/max-list-sessions
 create mode 100755 test/mcount.pl
 create mode 100755 test/mdebug
 create mode 100755 test/mrouted-genconf
 create mode 100644 test/mrtg-ipmcast
 create mode 100755 test/msdpls
 copy test/{map-table.pl => mtf.pl} (59%)
 mode change 100644 => 100755
 create mode 100644 test/negative-counter.pl
 create mode 100755 test/party-test.pl
 create mode 100755 test/pnni-find-ilmi-neighbors.pl
 create mode 100755 test/qosls
 create mode 100755 test/router-stats.pl
 create mode 100644 test/sequence-bug.pl
 create mode 100755 test/shipmr
 create mode 100644 test/snmpmap_table-test.pl
 create mode 100644 test/snmpspeed.pl
 create mode 100644 test/snmptrap.note
 create mode 100644 test/snmptrap.pl
 create mode 100644 test/sorrento-nest-list
 create mode 100644 test/v6-list-prefixes
 copy test/{iftop => vc-counters.pl} (70%)
 create mode 100644 test/verio-problem.pl

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



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