libnet-netmask-perl 2.0001-1 source package in Ubuntu
Changelog
libnet-netmask-perl (2.0001-1) unstable; urgency=medium [ upstream ] * new release(s) [ Debian Janitor ] * Drop no longer supported add-log-mailing-address setting from debian/changelog. * build-depend on debhelper-compat (not debhelper) * set upstream metadata fields: Bug-Submit * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Remove constraints unnecessary since stretch: + Build-Depends-Indep: Drop versioned constraint on libtest-useallmodules-perl. [ gregor herrmann ] * Drop 0001-SECURITY-Prevent-ambiguous-networks-from-being-accid.patch which was taken from the upstream git repo. * Update years of upstream copyright. * Set Rules-Requires-Root: no. * Annotate test-only build dependencies with <!nocheck>. * Bump debhelper-compat to 13. * Modernize debian/watch. [ Jonas Smedegaard ] * update git-buildpackage config: avoid any .git* files * update copyright info: + add source script copyright-check + update coverage + use Reference field (not License-Reference); tighten lintian overrides + list GitHub issue tracker as preferred upstream contact + fix Upstream-Name * use semantic newlines in long description and copyright fields * stop build-depend explicitly on perl: not called directly during build * relax to build-depend unversioned on libtest2-suite-perl: required version satisfied in all supported Debian releases * declare compliance with Debian Policy 4.6.0 -- Jonas Smedegaard <email address hidden> Sun, 12 Sep 2021 13:41:02 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | perl | |
Jammy | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnet-netmask-perl_2.0001-1.dsc | 2.2 KiB | 3348bcc7688f532e6aeef7dcfd204d206dbe0753f456cf13e39b12a94d758e44 |
libnet-netmask-perl_2.0001.orig.tar.gz | 43.6 KiB | 17356ef8667fb38c4410a1c3cc7fa4c73567dbf5674bf97f51236d6e488f5171 |
libnet-netmask-perl_2.0001-1.debian.tar.xz | 6.9 KiB | c662eaa2bd0883ecc0f1bb445ae061f7b6265aee0710a66a75db949074d9e3dc |
Available diffs
- diff from 1.9104-2 to 2.0001-1 (11.6 KiB)
No changes file available.
Binary packages built by this source
- libnet-netmask-perl: module to parse, manipulate and lookup IP network blocks
Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks.
It's built with an object-oriented interface,
with functions being methods that operate on a Net::Netmask object.
.
These methods provide
nearly all types of information about a network block
that you might want.
.
There are also functions to insert a network block into a table
and then later lookup network blocks by IP address using that table.
There are functions to turn a IP address range
into a list of CIDR blocks.
There are functions to turn a list of CIDR blocks
into a list of IP addresses.
.
There is a function for sorting by text IP address.
.
All functions understand both IPv4 and IPv6.
Matches, finds, etc, will always return false
when an IPv4 address is matched against an IPv6 address.