summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: reassign zlogene@Michał Górny2023-01-131-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/nmap: Update LICENSEUlrich Müller2023-01-123-3/+3
| | | | | | | "Versions of Nmap released under previous versions of the NPSL may also be used under the NPSL 0.95 terms." (https://nmap.org/changelog) Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-analyzer/nmap: crank copyrightSam James2023-01-102-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* licenses: rename NPSL -> NPSL-0.92Sam James2023-01-101-4/+1
| | | | | | | This is less confusing going forward as we want to keep older versions in tree for a while. Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: fix LICENSESam James2023-01-102-3/+5
| | | | | | | | | Apologies for missing this before - for some reason (it was in October, so I can't recall exactly) I didn't update LICENSE with the 7.93 bump (perhaps thought the issue wasn't resolved b/c upstream bug still open...?) Bug: https://github.com/nmap/nmap/issues/2199 Signed-off-by: Sam James <sam@gentoo.org>
* Revert "net-analyzer/nmap: drop 7.92-r2"Sam James2023-01-102-0/+144
| | | | | | | | | | | | | | | | | | | | This reverts commit 0fe19fdc6d362149e8f6df90f04fa1423ff8c010. This is the last version released under GPL-2 for compatibility: https://nmap.org/npsl/ It says: """ Note that some releases of Nmap may fall under a previous version of this license, or a different license entirely. The exact terms for a given version of Nmap can be found in the included LICENSE or COPYING file. To ease the transition to the NPSL, the first three Nmap releases made under that license (Nmap 7.90, 7.91, and 7.92) may also be used under the previous Nmap license terms by anyone who prefers those. """ Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: remove unused patchMichael Mair-Keimberger2022-12-261-103/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28822 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: drop upstreamed python3 patch in liveSam James2022-12-161-1/+0
| | | | | Bug: https://bugs.gentoo.org/702288 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: restore ndiff, zenmap (now Python 3) to liveSam James2022-12-093-22/+157
| | | | | Bug: https://bugs.gentoo.org/702288 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: drop 7.92-r2Sam James2022-10-282-144/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 x86, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 sparc, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 ppc64, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 ppc, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 arm64, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 arm, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: Stabilize 7.93 amd64, #876655Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nmap: use upstream patch for < OpenSSL 3Sam James2022-09-093-10/+290
| | | | | Bug: https://bugs.gentoo.org/868483 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: fix build with < OpenSSL 3; don't automagically detect ↵Sam James2022-09-052-4/+30
| | | | | | | python2 Closes: https://bugs.gentoo.org/868483 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: add 7.93Sam James2022-09-033-11/+150
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: add blockers on netcatSam James2022-07-192-1/+11
| | | | | Closes: https://bugs.gentoo.org/858365 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: add symlink from ncat to ncMathieu Tortuyaux2022-07-143-4/+15
| | | | | | | | | | | For compatiblity, it's good to have `nc` in the PATH too. [sam: keep it as an extra flag to avoid more blockers; it's useful to be able to evaluate two implementations.] Closes: https://github.com/gentoo/gentoo/pull/26287 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: fix UnusedLocalUseSam James2022-04-171-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: drop 7.80-r2, 7.91-r2Sam James2022-04-176-413/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: [QA] fix tc-get* quotingSam James2022-03-204-10/+10
| | | | | | This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: force -j1 again in src_install for nowSam James2022-01-222-2/+6
| | | | | | | Apparently not fixed, or a new issue resurfaced anyway. Closes: https://bugs.gentoo.org/831713 Signed-off-by: Sam James <sam@gentoo.org>
* Move {app-crypt → sec-keys}/openpgp-keys-nmapMichał Górny2021-12-183-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/nmap: drop -j1 from installSam James2021-11-192-2/+2
| | | | | | | | | | | | | | Been meaning to grep for -j1 and look at what I can do after seeing slyfox's recent blog post (and then a recent comment in a Portage bug) and have been chipping away at them since. After that latest reminder, noticed this one! This has been there since 2005 as far as I can tell and was fixed upstream in 2006: https://github.com/nmap/nmap/commit/be9e8bf7b105f1f423f01a92f5b243de58da4693 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: keyword 7.92 for ~riscvMarek Szuba2021-09-271-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 sparc, #812815Sam James2021-09-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 arm, #812815Sam James2021-09-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 arm64, #812815Sam James2021-09-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 ppc, #812815Sam James2021-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 ppc64, #812815Sam James2021-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 x86, #812815Sam James2021-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.92 amd64, #812815Sam James2021-09-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-analyzer/nmap: add 7.92Sam James2021-08-093-3/+137
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Use BROOT for verify-sig key pathMichał Górny2021-07-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/nmap: remove libressl supportMikle Kolyada2021-04-293-15/+6
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-analyzer/nmap: drop 7.91-r1Sam James2021-04-231-116/+0
| | | | | Closes: https://bugs.gentoo.org/782583 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: use live templateSam James2021-04-162-11/+43
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: add verify-sig supportSam James2021-04-162-2/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.91-r2 ppc, #782583Sam James2021-04-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.91-r2 ppc64, #782583Sam James2021-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.91-r2 sparc, #782583Sam James2021-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.91-r2 arm, #782583Sam James2021-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/nmap: Stabilize 7.91-r2 arm64, #782583Sam James2021-04-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>