libnet-mac-vendor-perl 1.262-1 source package in Ubuntu

Changelog

libnet-mac-vendor-perl (1.262-1) unstable; urgency=medium

  * Team upload.
  * Disable network tests during autopkgtests like during build.
  * Import upstream version 1.262.
  * Update years of upstream copyright.
  * Add (build) dependency on libcompress-bzip2-perl.
  * Update no-network-tests.patch.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Tue, 02 Jan 2018 01:05:46 +0100

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-mac-vendor-perl_1.262-1.dsc 2.3 KiB 4b6a6cafd984f1a1a224fc75c761c84b1c08c82d807446efc381b3c9c48e35fe
libnet-mac-vendor-perl_1.262.orig.tar.gz 943.6 KiB 1ca7c088e31ddf3e16ebc8b65e408b38229dd6a7e5c2bbe7e2241df81575c4b4
libnet-mac-vendor-perl_1.262-1.debian.tar.xz 6.9 KiB db702f89fe07cd9cbd38e64dc7c6f1e32a48f9e056f504e24bec7c1009749edc

Available diffs

No changes file available.

Binary packages built by this source

libnet-mac-vendor-perl: module to look up the vendor by OUI

 The Institute of Electrical and Electronics Engineers (IEEE) assigns an
 Organizational Unique Identifier (OUI) to manufacturers of network
 interfaces. Each interface has a Media Access Control (MAC) address of six
 bytes. The first three bytes are the OUI.
 .
 Net::MAC::Vendor allows you to take a MAC address and turn it into the OUI
 and vendor information. You can, for instance, scan a network, collect MAC
 addresses, and turn those addresses into vendors. With vendor information,
 you can often guess at what you are looking at (e.g. an Apple product).
 .
 You can use this as a module as its individual functions, or call it as a
 script with a list of MAC addresses as arguments. The module can figure it
 out.