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>
Sat, 27 Sep 2014 17:48:13 +0000 (18:48 +0100)
commit3feb4a983be30be209105c7f2e18a65e48e2a7db
treefe139e253f82559cda05feeb20df3ac5509925c7
parent78c35cb1111e02d412c456ca63e35b2fba1c6514
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