ipset 7.19-1ubuntu1 source package in Ubuntu

Changelog

ipset (7.19-1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable; remaining changes:
    - d/p/sleep-and-retry-set-destroy-in-tests.patch: sleep and retry during
      tests if fail to destroy a set that is in use by the kernel

ipset (7.19-1) unstable; urgency=medium

  * [a1552d1] New upstream version 7.19
    * Closes: #1041605 - Thanks to Jeremy Sowden for upstream patch
  * [438075d] Refresh patch d/p/test-installed.patch
  * [f8b7fe3] Revise debian/ipset-autopkgtest
    * Fix remaining shellcheck validation
    * Prefer no arg for empty $QEMU_OPT, the quoted introduces an empty
      string arg `""` instead of no arg
  * [fdf76b5] Switch gbp to new debian/latest default branch
    * Since default branch was renamed from debian/master to debian/latest,
      therefore, switch gbp to new branch

 -- Alex Murray <email address hidden>  Tue, 14 Nov 2023 15:14:51 +1030

Upload details

Uploaded by:
Alex Murray
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ipset_7.19.orig.tar.bz2 670.6 KiB 9bc1fba48d65786e3e0b63dc6b669a866823d77840c6990c0c6b23078ec2c4d6
ipset_7.19-1ubuntu1.debian.tar.xz 16.9 KiB e5030b3d672dbc4af166f69db0fe30575bdc0ee8fe84c7124217e3f799195277
ipset_7.19-1ubuntu1.dsc 1.9 KiB 6bf3d011b850febdd97a0f8ef16c361ea9a86c8635aaf0bb0d6a9abf90b3cf1e

Available diffs

View changes file

Binary packages built by this source

ipset: administration tool for kernel IP sets

 IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
 administered by the ipset(8) utility. Depending on the type, currently an
 IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
 MAC addresses in a way which ensures lightning speed when matching an
 entry against a set.
 .
 If you want to
 .
  * store multiple IP addresses or port numbers and match against the
    entire collection using a single iptables rule.
  * dynamically update iptables rules against IP addresses or ports without
    performance penalty.
  * express complex IP address and ports based rulesets with a single
    iptables rule and benefit from the speed of IP sets.
 .
 then IP sets may be the proper tool for you.

ipset-dbgsym: debug symbols for ipset
libipset-dev: development files for IP sets

 IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
 administered by the ipset(8) utility. Depending on the type, currently an
 IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
 MAC addresses in a way which ensures lightning speed when matching an
 entry against a set.
 .
 If you want to
 .
  * store multiple IP addresses or port numbers and match against the
    entire collection using a single iptables rule.
  * dynamically update iptables rules against IP addresses or ports without
    performance penalty.
  * express complex IP address and ports based rulesets with a single
    iptables rule and benefit from the speed of IP sets.
 .
 then IP sets may be the proper tool for you.
 .
 This package contains the development libraries and header files you need to
 develop your programs using the IP sets library.

libipset13: library for IP sets

 IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
 administered by the ipset(8) utility. Depending on the type, currently an
 IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
 MAC addresses in a way which ensures lightning speed when matching an
 entry against a set.
 .
 If you want to
 .
  * store multiple IP addresses or port numbers and match against the
    entire collection using a single iptables rule.
  * dynamically update iptables rules against IP addresses or ports without
    performance penalty.
  * express complex IP address and ports based rulesets with a single
    iptables rule and benefit from the speed of IP sets.
 .
 then IP sets may be the proper tool for you.
 .
 This package contains the shared libraries needed to run programs that use
 the IP sets library.

libipset13-dbgsym: debug symbols for libipset13