Port details |
- xprobe ICMP active OS fingerprint scanner
- 0.3_1 net
=4 0.3_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2001-08-23 10:10:57
- Last Update: 2024-04-13 13:03:19
- Commit Hash: 62ed195
- People watching this port, also watch:: dsniff, snort, openssl, nmap, fam
- License: GPLv2
- WWW:
- https://xprobe.sourceforge.net/
- Description:
- Xprobe is a tool automating the X logic.
X is a logic developed from the various Active Operating System
Fingerprinting methods discovered during the "ICMP Usage In
Scanning" research project.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/xprobe/ && make install clean
- To add the package, run one of these commands:
- pkg install net/xprobe
- pkg install xprobe2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xprobe2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xprobe2-0.3.tar.gz) = 12a9d0a2f38da8bb74c9e1cd96b2019802632cf55f8948384aafd417bb79a164
SIZE (xprobe2-0.3.tar.gz) = 533636
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- net-mgmt/pandorafms_server
Configuration Options:
- No options to configure
- Options name:
- net_xprobe
- 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 |
0.3_1 13 Apr 2024 13:03:19
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
0.3_1 21 Feb 2024 15:06:39
    |
Po-Chuan Hsieh (sunpoet)  |
net/xprobe: Update manpage location (003a571d1d6585196545295efc181514f171c4c4,
r523104) |
0.3_1 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.3_1 21 Aug 2023 17:03:00
    |
Po-Chuan Hsieh (sunpoet)  |
net/xprobe: Fix build with Clang 16 and remove the workaround
random_shuffle has bee deprecated in C++14 and removed since C++17. Use shuffle
instead.
target.cc:373:3: error: use of undeclared identifier 'random_shuffle'
random_shuffle(ports.begin(), ports.end());
^
5 warnings and 1 error generated.
Tested on: 14.0-CURRENT (1400093) |
0.3_1 18 Aug 2023 06:57:12
    |
Muhammad Moinur Rahman (bofh)  |
net/xprobe: Fix build on 14
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.3_1 31 Jul 2023 16:39:51
    |
Po-Chuan Hsieh (sunpoet)  |
net/xprobe: Fix build with Clang 16+
misc.cc:21:3: error: ISO C++17 does not allow 'register' storage class specifier
[-Wregister]
register long sum; /* assumes long == 32 bits */
^~~~~~~~~
misc.cc:23:3: error: ISO C++17 does not allow 'register' storage class specifier
[-Wregister]
register u_short answer; /* assumes u_short == 16 bits */
^~~~~~~~~
2 errors generated. |
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) |
0.3_1 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 ) |
0.3_1 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.3_1 30 Mar 2022 22:03:37
    |
Po-Chuan Hsieh (sunpoet)  |
net/xprobe: Cosmetic change |
0.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.3_1 02 Mar 2019 18:01:16
  |
sunpoet  |
Fix runtime error: TX_IP::sendpack::sendto: Invalid argument
- Bump PORTREVISION for package change
PR: 235614
Submitted by: Arun Pereira <arunpereira@gmail.com> |
0.3 11 Feb 2018 14:37:52
  |
sunpoet  |
Fix build with Clang 6
MFH: 2018Q1 |
0.3 10 Feb 2018 21:37:20
  |
sunpoet  |
Add LICENSE_FILE |
0.3 06 Feb 2018 17:35:16
  |
sunpoet  |
Fix build with Clang 6
MFH: 2018Q1 |
0.3 17 Jun 2016 23:28:05
  |
mat  |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
0.3 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.3 24 Sep 2015 22:46:58
  |
bapt  |
Convert to @sample |
0.3 22 Nov 2014 14:43:24
  |
antoine  |
Cleanup plist |
0.3 24 Feb 2014 10:36:11
  |
sunpoet  |
- Add LICENSE
- Support STAGEDIR |
0.3 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.3 21 Aug 2013 17:42:58
  |
sunpoet  |
- Cleanup Makefile header |
0.3 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.3 16 Oct 2010 15:13:36
 |
sunpoet  |
- Take maintainership
Approved by: pgollucci (mentor, implicit) |
0.3 16 Oct 2010 15:01:25
 |
wxs  |
Drop maintainer. |
0.3 10 Jul 2010 03:45:11
 |
wxs  |
Fix build with gcc45
Don't overwrite configuration file on install
Mark MAKE_JOBS_SAFE
PR: ports/148451
Submitted by: swell.k@gmail.com |
0.3 22 Aug 2009 00:32:25
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.3 04 Feb 2008 15:35:12
 |
wxs  |
Update my address.
Approved by: garga (mentor) |
0.3 19 Aug 2006 16:49:49
 |
miwi  |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor) |
0.3 11 May 2006 22:49:56
 |
edwin  |
Remove USE_REINPLACE from all categories starting with N |
0.3 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.3 28 Aug 2005 12:52:54
 |
lawrance  |
Fix build on 4.x
PR: ports/84554
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) |
0.3 01 Aug 2005 18:28:57
 |
lawrance  |
Update to 0.3
PR: ports/84455
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) |
0.2.2 18 Feb 2005 09:23:45
 |
krion  |
Update to version 0.2.2
Assign maintainership to submitter.
PR: ports/77644
Submitted by: maintainer |
0.2.1 12 Jan 2005 22:25:10
 |
edwin  |
Update port: net/xprobe 0.2 -> 0.2.1
New release. Most of the patches updated in vendor code.
Now based at sf.net.
PR: ports/75669
Submitted by: Yonatan <onatan@gmail.com> |
0.2 02 Apr 2004 06:30:54
 |
pav  |
- Add patch to make this work on loopback
PR: ports/64580
Submitted by: Radim Kolar <hsn@netmag.cz> |
0.2 14 Mar 2004 01:06:35
 |
pav  |
- Update to 0.2
PR: ports/62582
Submitted by: Yonatan Bokovza <Yonatan@Xpert.com> |
0.0.2 05 Feb 2004 20:38:07
 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
0.0.2 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.0.2 11 May 2003 04:54:41
 |
kris  |
Update to xprobe 0.0.2 and drop maintainership
PR: ports/44153
Submitted by: Ulrich Spoerlein <q@uni.de> |
0.0.1p1 07 Mar 2003 06:08:06
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
23 Aug 2001 14:10:57
    |
kris  |
Add xprobe-0.0.1p1 |