aboutsummaryrefslogtreecommitdiff
path: root/net/nmap/patches/020-Python3-port-of-ndiff.patch
Commit message (Collapse)AuthorAge
* nmap: bump to 7.91Konstantin Demin2021-03-20
| | | | | | | | | | | | changes: https://nmap.org/changelog#7.91 drop patches (applied upstream): - 010-Avoid-using-namespace-std-causing-name-conflicts.patch refresh patches: - 020-Python3-port-of-ndiff.patch - 030-libcxx.patch Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* nmap: Update to 7.80, add full variant, switch to Python 3Jeffery To2020-03-29
* 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>