libnet-subnet-perl 1.03-2 source package in Ubuntu

Changelog

libnet-subnet-perl (1.03-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libsocket6-perl.
    + libnet-subnet-perl: Drop versioned constraint on libsocket6-perl in
      Depends.

 -- Jelmer Vernooij <email address hidden>  Fri, 01 Jul 2022 00:16:19 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-subnet-perl_1.03-2.dsc 2.1 KiB 4b7fdfe14650da527635280ad5bb8da88731383bdd1609314303f6893983eed6
libnet-subnet-perl_1.03.orig.tar.gz 4.2 KiB 125e6db64c98026439f9b585115f94f42315a31d8f16ca63d0c939ab66019afa
libnet-subnet-perl_1.03-2.debian.tar.xz 2.1 KiB 1989f5bde4fd9dd9f73c86ed27ad0621a25c9f6362b77e92ba65c5f7f5b37d70

Available diffs

No changes file available.

Binary packages built by this source

libnet-subnet-perl: Fast IP-in-subnet matcher module for IPv4 and IPv6

 Net::Subnet is a simple but fast pure Perl module for determining whether a
 given IP address is in a given set of IP subnets. It's iterative, and it
 doesn't use any fancy tries, but because it uses simple bitwise operations on
 strings it's still very fast.
 .
 The module supports both IPv4 and IPv6.