ip4r 2.4.2-2 source package in Ubuntu

Changelog

ip4r (2.4.2-2) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Sat, 16 Sep 2023 15:16:45 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
ip4r_2.4.2-2.dsc 1.9 KiB 881d850f15fe31323af0428c2d86dd7337b7fa5d4681648596fe5194e1f38152
ip4r_2.4.2.orig.tar.gz 129.9 KiB 0f7b1f159974f49a47842a8ab6751aecca1ed1142b6d5e38d81b064b2ead1b4b
ip4r_2.4.2-2.debian.tar.xz 3.9 KiB 89ae85abb8b76056e416352908b6eb5e49edcd7c629e6a660f15aeebdeca5c55

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-ip4r: IPv4 and IPv6 types for PostgreSQL 16

 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4: IPv4 address '#.#.#.#'
  ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r: IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange: IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.

postgresql-16-ip4r-dbgsym: debug symbols for postgresql-16-ip4r