Summary: | New port: sysutils/pnscan - a simple IPv4 TCP network scanner | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Eriksson <pen> | ||||
Component: | Individual Port(s) | Assignee: | Niclas Zeising <zeising> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | zeising | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I'll work on this. A commit references this bug: Author: zeising Date: Sun Jun 14 15:34:42 UTC 2020 New revision: 538815 URL: https://svnweb.freebsd.org/changeset/ports/538815 Log: add new port: sysutils/pnscan Add a new port, sysutils/pnscan pnscan is a simple paralell scanner to scan for open TCP ports on an IPv4 network. PR: 247250 Submitted by: Peter Eriksson Changes: head/sysutils/Makefile head/sysutils/pnscan/ head/sysutils/pnscan/Makefile head/sysutils/pnscan/distinfo head/sysutils/pnscan/pkg-descr Committed, thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a45be9d0dea2378c4a2ff2b7f50b054828cb4a3b commit a45be9d0dea2378c4a2ff2b7f50b054828cb4a3b Author: SirDice <sirdice@gmail.com> AuthorDate: 2024-01-10 14:14:41 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-01-16 16:18:23 +0000 games/libretro-fbalpha2012: update to 0.20231101 This update fixes build problems on FreeBSD 14. PR: 247250 MFH: 2024Q1 games/libretro-fbalpha2012/Makefile | 4 ++-- games/libretro-fbalpha2012/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e5f9e0a3fa334f1cfa579b109b3b15c142b47c3 commit 3e5f9e0a3fa334f1cfa579b109b3b15c142b47c3 Author: SirDice <sirdice@gmail.com> AuthorDate: 2024-01-10 14:14:41 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-01-16 16:20:02 +0000 games/libretro-fbalpha2012: update to 0.20231101 This update fixes build problems on FreeBSD 14. PR: 247250 MFH: 2024Q1 (cherry picked from commit a45be9d0dea2378c4a2ff2b7f50b054828cb4a3b) games/libretro-fbalpha2012/Makefile | 4 ++-- games/libretro-fbalpha2012/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) |
Created attachment 215539 [details] Initial diff for pnscan 1.14 new port A new port for the cli tool "pnscan" that can be used to scan IPv4 networks for open TCP ports.