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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 1.265
  * Update debian/upstream/metadata.
  * debian/copyright:
    - new Upstream-Contact
    - update years of upstream copyright
    - add info about new file
    - replaces tabs with spaces
    - remove trailing whitespace
  * Update build and runtime dependencies.
  * Update no-network-tests.patch.
  * autopkgtests: don't skip smoke test, it works now.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Thu, 26 Dec 2019 17:35:15 +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
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-mac-vendor-perl_1.265-1.dsc 2.5 KiB bbaf5df915234ced4249e4551e6c8a1b9c368c1b1c9de444573f2fc548787865
libnet-mac-vendor-perl_1.265.orig.tar.gz 2.1 MiB 7b8b1c5f8efde30af9769c7e9f0033eaa4d21a3e2309992c49bd85cafa22add4
libnet-mac-vendor-perl_1.265-1.debian.tar.xz 6.9 KiB 01a7ad8a369ce481a9d83b7e5bd572998c9ec46400da7940b0603eca9aa1f961

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.