ip4r 2.4.1-8 source package in Ubuntu

Changelog

ip4r (2.4.1-8) unstable; urgency=medium

  * Upload for PostgreSQL 15.

 -- Christoph Berg <email address hidden>  Thu, 20 Oct 2022 15:44:36 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ip4r_2.4.1-8.dsc 1.9 KiB eeb7f05036cdf1caa72036e6f9fa5beddc1637af4280ed375b111e1b6bd1812b
ip4r_2.4.1.orig.tar.gz 125.2 KiB 78b9f0c1ae45c22182768fe892a32d533c82281035e10914111400bf6301c726
ip4r_2.4.1-8.debian.tar.xz 3.9 KiB 00e44bc41281c7fff877f0ad141848f4a3bc4df188ef9a7f5a7e3c8680149619

Available diffs

No changes file available.

Binary packages built by this source

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

 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-15-ip4r-dbgsym: debug symbols for postgresql-15-ip4r