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>
Thu, 2 Oct 2014 15:30:22 +0000 (16:30 +0100)
commitc6c710b3177cf76bc76db5dac477a109517ce416
tree727a19aff54f25fb40a7b6b660e024bcf3d095c8
parentc1dec6ce30e7a925a7cacec16833a217187f1d84
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