Port details |
- masscan Very fast port scanner
- 1.3.2_1 security =3 1.3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: taguchi.ch@gmail.com
- Port Added: 2013-11-16 12:11:40
- Last Update: 2024-01-21 22:51:36
- Commit Hash: c3ea648
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- License: GPLv3
- WWW:
- https://github.com/robertdavidgraham/masscan
- Description:
- masscan is a very fast port scanner.
Using masscan, you can get results similar to nmap.
And masscan is not only faster than other scanners,
also more flexible setting for address and port ranges.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- masscan>0:security/masscan
- To install the port:
- cd /usr/ports/security/masscan/ && make install clean
- To add the package, run one of these commands:
- pkg install security/masscan
- pkg install masscan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: masscan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1629557968
SHA256 (robertdavidgraham-masscan-1.3.2_GH0.tar.gz) = 0363e82c07e6ceee68a2da48acd0b2807391ead9a396cf9c70b53a2a901e3d5f
SIZE (robertdavidgraham-masscan-1.3.2_GH0.tar.gz) = 463449
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_masscan
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.2_1 21 Jan 2024 22:51:36 |
Muhammad Moinur Rahman (bofh) |
security/masscan: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.2 04 Aug 2022 19:52:09 |
Neel Chauhan (nc) Author: Robert Clausecker |
security/masscan: fix build on armv7
- fix armv6/armv7 rdtsc patch
- add a missing include file
PR: 265567
Approved by: taguchi.ch AT gmail DOT com <maintainer> |
1.3.2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.2 12 Sep 2021 21:06:06 |
Piotr Kubaj (pkubaj) |
security/masscan: fix build on powerpc*
Implement rdtsc, similar to ARM. Builds fine with clang. |
1.3.2 24 Aug 2021 20:37:20 |
Nuno Teixeira (eduardo) Author: gettoknowmi |
security/masscan: Update to 1.3.2
ChangeLog: https://github.com/robertdavidgraham/masscan/releases/tag/1.3.2
PR: 257931 |
1.0.4 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
1.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4 21 Nov 2020 13:37:33 |
mikael |
security/masscan: fix build on !x86
Only include x86 header on x86
PR: 250899
Approved by: taguchi.ch@gmail.com (maintainer timeout) |
1.0.4 03 May 2020 23:44:14 |
pkubaj |
security/masscan: fix build on powerpc(64) head
Use GCC instead of clang:
/usr/lib/clang/10.0.0/include/mmintrin.h:525:12: error: invalid conversion
between vector type '__m64' (vector of 1 'long long' value) and integer type
'int' of different size |
1.0.4 05 Feb 2019 23:01:11 |
linimon |
This port builds on powerpc64. x86 assembly sections are ifdef'd so
they are only used on x86. So, remove the restriction to attempt to
build on other archs.
PR: 235529
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.0.4 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
1.0.4 13 Aug 2018 21:31:23 |
brooks |
Update clang/llvm version to 6.0 (used on FreeBSD 10)
PR: 230486
Approved by: Chie Taguchi (taguchi.ch@gmail.com> (maintainer)
Sponsored by: DARPA, AFRL |
1.0.4 08 Aug 2018 19:11:50 |
brooks |
Depend on the real port, not the removed METAPORT on 10.x.
No functional change.
PR: 230468 |
1.0.4 03 Jul 2018 08:37:35 |
amdmi3 |
- Switch to more suitable ONLY_FOR_ARCHS
- Switch to new test framework
Approved by: portmgr blanket |
1.0.4 21 Dec 2017 10:23:19 |
linimon |
Try to bring some consistency to ports that have x86-specific pieces.
- in general, if we think that the code is not architecture-specific,
and instead just enables x86 assembler by default, those should
use BROKEN rather than IGNORE. This will allow them to be attempted
with TRYBROKEN.
- spell i386 as x86.
- spell asm as assembler.
- pet portlint.
These changes should have no effect on tier-1 builds.
Approved by: portmgr (tier-2 blanket) |
1.0.4 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
1.0.4 19 Jun 2017 23:24:56 |
dbaio |
security/masscan: Update to 1.0.4
Include a patch for build it in 10.3, 11 and CURRENT
Changes: https://github.com/robertdavidgraham/masscan/releases/tag/1.0.4
PR: 219886
Submitted by: taguchi.ch@gmail.com (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11260 |
1.0.3 25 Sep 2015 21:38:55 |
linimon |
Mark as broken on sparc64 and others: uses x86 assembler.
Approved by: portmgr (sparc64 blanket) |
1.0.3 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
1.0.3 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
1.0.3 03 Mar 2014 17:43:16 |
pawel |
- Update to version 1.0.3
- Fix CFLAGS and MAKE_ARGS
- Suppress error message of gcc and git
PR: ports/186651
Submitted by: maintainer |
1.0 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
1.0 16 Nov 2013 12:11:27 |
antoine |
New port: security/masscan
masscan is a very fast port scanner
PR: ports/183786
Submitted by: Chie Taguchi |