libnet-snmp-perl 6.0.1-3 source package in Ubuntu

Changelog

libnet-snmp-perl (6.0.1-3) unstable; urgency=medium

  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
    field (source stanza).
  * Adopted by Debian Perl Group.  And added Roland Rosenfeld to Uploaders.
  * Run wrap-and-sort.
  * Remove template header from debian/watch.
  * Refreshed and reformatted replace_digest_sha1.patch.
  * Upgrade debhelper to v10.
  * Declare Testsuite: autopkgtest-pkg-perl.
  * 03_spelling: Fix spelling error in man page.
  * Add Homepage.
  * Use /usr/bin/perl instead of /bin/env perl in examples.
  * Update debian/copyright to DEP5 format.
  * Change charset of changelog to UTF-8.
  * Fix VCS URLs.
  * 04_oid_whitespace: Strip trailing whitespace from OIDs (Closes: #321787).
  * New Standards-Version 4.1.0 (no changes).
  * Build-Depend on libmodule-build-perl.
  * Build-Depend on libcrypt-des-perl and libdigest-hmac-perl to run full
    test suite.
  * Add lintian-overrides for snmpkey binary.

 -- Roland Rosenfeld <email address hidden>  Tue, 22 Aug 2017 21:13:38 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-snmp-perl_6.0.1-3.dsc 2.1 KiB 0a1be8237c7f949db6945c79e3bdff5a1392d702052fb82a19bb937628169be6
libnet-snmp-perl_6.0.1.orig.tar.gz 92.4 KiB 14c37bc1cbb3f3cdc7d6c13e0f27a859f14cdcfd5ea54a0467a88bc259b0b741
libnet-snmp-perl_6.0.1-3.debian.tar.xz 5.7 KiB 8d14dc9539141248150b2f7aa0846ad7a459db991591824e5e86ec3d97ea1161

Available diffs

No changes file available.

Binary packages built by this source

libnet-snmp-perl: Script SNMP connections

 The module Net::SNMP implements an object oriented interface to
 the Simple Network Management Protocol. Perl applications can
 use the module to retrieve or update information on a remote
 host using the SNMP protocol. Net::SNMP is implemented completely
 in Perl, requires no compiling, and uses only standard Perl
 modules. SNMPv1 and SNMPv2c (Community-Based SNMPv2), as well as
 SNMPv3 with USM are supported by the module. SNMP over UDP as well
 as TCP with both IPv4 and IPv6 can be used. The Net::SNMP module
 assumes that the user has a basic understanding of the Simple
 Network Management Protocol and related network management concepts.