nmap: Update to 7.80, add full variant, switch to Python 3
authorJeffery To <jeffery.to@gmail.com>
Fri, 20 Mar 2020 07:37:51 +0000 (15:37 +0800)
committerNuno Goncalves <nunojpg@gmail.com>
Sun, 29 Mar 2020 21:26:07 +0000 (22:26 +0100)
commit067c93b028b123184737f09751f73e46a5d44824
treecb384e8bad8ea999cb0aa1c56e60101e3a361e3b
parent59513531e179b75881a813a1b8eda17ec9e328f3
nmap: Update to 7.80, add full variant, switch to Python 3

* Update to 7.80

* Add "full" variants for nmap and ncat that support Lua scripts (and
  OpenSSL)

* Replace libcxx fix with upstream patch[1] (CHANGELOG change was
  removed)

* Switch ndiff to use Python 3 (using a patch from Debian[2], which
  comes from an upstream PR[3] plus a port of ndiff/setup.py)

[1]: https://github.com/nmap/nmap/commit/ea4e2d6657103a2c3d6f543a1a8619eb4d4472c8
[2]: https://salsa.debian.org/pkg-security-team/nmap/-/blob/0510c602dd45f4dc0b06a6f422a9b0855564ddbb/debian/patches/0004-Python3-port-of-ndiff.patch
[3]: https://github.com/nmap/nmap/pull/1807

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
net/nmap/Makefile
net/nmap/patches/010-Avoid-using-namespace-std-causing-name-conflicts.patch [new file with mode: 0644]
net/nmap/patches/010-cxx.patch [deleted file]
net/nmap/patches/020-Python3-port-of-ndiff.patch [new file with mode: 0644]