chiark / gitweb /
Python IP addresses: Use modern ipaddr.py - supports IPv6
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Sep 2014 23:28:56 +0000 (00:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 6 Oct 2014 16:53:12 +0000 (17:53 +0100)
commit71d65e4c65572e2ef14c58e9c3a2aa32952b2b41
treeed922d91d966dff830680ffb2b8e72c91b524b33
parent6437945aefa308c06ab14da291c5d5489c25b393
Python IP addresses: Use modern ipaddr.py - supports IPv6

Switch to using the modern ipaddr.py from Scott Kitterman, and our own
ipaddrset.py.

The upshot is that make-secnet-sites now supports IPv6.

Aside from adjusting the code in make-secnet-sites to conform to the
new API, we also delete the old Cendio ipaddr.py, and delete the code
to install it, and document the new dependency both in INSTALL and in
the Debian package metadata.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
INSTALL
Makefile.in
debian/control
ipaddr.py [deleted file]
make-secnet-sites