aboutsummaryrefslogtreecommitdiff
path: root/net/nmap
Commit message (Collapse)AuthorAge
* nmap: Force old Python build processJeffery To2023-04-24
| | | | | | | | | | This package isn't compatible with the new Python build process yet, so force the old build process for now. This also adds a call to Py3Build/Install, for when the new build process can be used. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* nmap: refresh patchNuno Gonçalves2023-04-17
| | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* nmap: update licenseNuno Gonçalves2023-04-15
| | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* nmap: bump to 7.93Nuno Gonçalves2023-04-15
| | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* 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: fix compilation with libcxx 10Rosen Penev2020-06-03
| | | | | | Seems nmap's time header logic is broken. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@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>
* nmap: add Nping with SSL optionNuno Goncalves2020-03-29
| | | | | Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br> Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: fix compilation with libcxxRosen Penev2020-02-04
| | | | | | Missing headers and confusion between std::bind and bind. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* nmap: Update to 7.70Daniel Engberg2018-04-06
| | | | | | Update nmap suite to 7.70 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* net/nmap: Avoid linking libssh2 unintentionallyDaniel Engberg2017-08-08
| | | | | Explicitly tell nmap not to link libssh2 if its available, fixes buildbot failure. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* net/nmap: Update to 7.60Daniel Engberg2017-08-07
| | | | | | | | * Update nmap-suite to 7.60 * Use PKG_HASH as PKG_MD5SUM is deprecated * Switch download URL to HTTPS * Add zlib as dependency and link libpcre dynamically Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* nmap: bump version to 7.50Nuno Goncalves2017-07-01
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: bump version to 7.40 (all patches upstream)Nuno Goncalves2017-01-23
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: Fix compile with stripped down openssl. fix #3300neheb2016-11-22
| | | Signed-off by: Rosen Penev <rosenp@gmail.com>
* nmap: fix build on MacOS XAlexandru Ardelean2016-10-28
| | | | | | | | | | | | | The configure script (for libdnet) seems to find <net/bpf.h> and detect some BSD stuff. The lidnet's Makefile wants to include eth-bsd.c, arp-bsd.c and other BSD friends. This seems to put a cork on it, and no BSD stuff appears anymore. [at least on my system]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* nmap: bump version to 7.31Nuno Goncalves2016-10-22
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: bump version to 7.30Nuno Goncalves2016-09-30
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* nmap: bump to 7.12Nuno Goncalves2016-04-12
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: bump to 7.01Nuno Goncalves2015-12-13
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: bump to 7.00Nuno Goncalves2015-11-22
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* nmap: dont build zenmap by default.Nuno Goncalves2014-12-03
| | | | | | | Fixes https://dev.openwrt.org/ticket/18436. Closes #577. Signed-off-by: Nick Potts nicholas.potts@googles-email-system.com
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* nmap: moved to githubNuno Goncalves2014-09-11
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>