notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
masscan Very fast port scanner
1.3.2_1 security on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.2Version of this port present on the latest quarterly branch.
Maintainer: taguchi.ch@gmail.com search for ports maintained by this maintainer
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:: zrep
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/masscan
  2. share/man/man8/masscan.8.gz
  3. /usr/local/share/licenses/masscan-1.3.2_1/catalog.mk
  4. /usr/local/share/licenses/masscan-1.3.2_1/LICENSE
  5. /usr/local/share/licenses/masscan-1.3.2_1/GPLv3
Collapse this list.
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):
masscan
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.2_11.3.2_11.0.41.3.2_11.3.2_1-1.0.4-
FreeBSD:13:quarterly1.3.21.3.21.3.21.3.21.3.21.3.21.3.21.3.2
FreeBSD:14:latest1.3.2_11.3.2_11.3.21.3.2_11.3.2_11.3.2-1.3.2
FreeBSD:14:quarterly1.3.21.3.2-1.3.21.3.21.3.21.3.21.3.2
FreeBSD:15:latest1.3.2_11.3.2_1n/a1.3.2_1n/a1.3.2_11.3.2_11.3.2_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/robertdavidgraham/masscan/tar.gz/1.3.2?dummy=/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.2_1
21 Jan 2024 22:51:36
commit hash: c3ea648ca68a1e6f08e767cfc1314147137f7d42commit hash: c3ea648ca68a1e6f08e767cfc1314147137f7d42commit hash: c3ea648ca68a1e6f08e767cfc1314147137f7d42commit hash: c3ea648ca68a1e6f08e767cfc1314147137f7d42 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/masscan: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.3.2
04 Aug 2022 19:52:09
commit hash: e93cb96a07d574708cb409696ba1257c16de32f0commit hash: e93cb96a07d574708cb409696ba1257c16de32f0commit hash: e93cb96a07d574708cb409696ba1257c16de32f0commit hash: e93cb96a07d574708cb409696ba1257c16de32f0 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
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
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.3.2
12 Sep 2021 21:06:06
commit hash: ff9319692d9e5399bc446413b48c01a60dc07db9commit hash: ff9319692d9e5399bc446413b48c01a60dc07db9commit hash: ff9319692d9e5399bc446413b48c01a60dc07db9commit hash: ff9319692d9e5399bc446413b48c01a60dc07db9 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
security/masscan: fix build on powerpc*

Implement rdtsc, similar to ARM. Builds fine with clang.
1.3.2
24 Aug 2021 20:37:20
commit hash: 75a79fdae85929c4663e9b8873a7b6f8bffd701acommit hash: 75a79fdae85929c4663e9b8873a7b6f8bffd701acommit hash: 75a79fdae85929c4663e9b8873a7b6f8bffd701acommit hash: 75a79fdae85929c4663e9b8873a7b6f8bffd701a files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*/*: 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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.4
21 Nov 2020 13:37:33
Revision:555980Original commit files touched by this commit
mikael search for other commits by this committer
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
Revision:533887Original commit files touched by this commit
pkubaj search for other commits by this committer
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
Revision:492275Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:483807Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:477118Original commit files touched by this commit
brooks search for other commits by this committer
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
Revision:476660Original commit files touched by this commit
brooks search for other commits by this committer
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
Revision:473805Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:456901Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:444251Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:443915Original commit files touched by this commit
dbaio search for other commits by this committer
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
Revision:397886Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on sparc64 and others: uses x86 assembler.

Approved by:	portmgr (sparc64 blanket)
1.0.3
18 May 2015 17:07:46
Revision:386691Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:354670Original commit files touched by this commit
tijl search for other commits by this committer
Quote ${CC} and similar variables in MAKE_ARGS.

Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
1.0.3
03 Mar 2014 17:43:16
Revision:346940Original commit files touched by this commit
pawel search for other commits by this committer
- 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
Revision:338513Original commit files touched by this commit
bapt search for other commits by this committer
Part 2 at removing now useless FETCH_ARGS redifition
1.0
16 Nov 2013 12:11:27
Revision:333987Original commit files touched by this commit
antoine search for other commits by this committer
New port: security/masscan
masscan is a very fast port scanner

PR:		ports/183786
Submitted by:	Chie Taguchi

Number of commits found: 25