Port details |
- fragroute Tool for intercepting, modifying, and rewriting egress traffic
- 1.2_17 security =9 1.2_17Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-05-27 01:54:35
- Last Update: 2024-02-25 12:55:07
- Commit Hash: eab6da8
- People watching this port, also watch:: snort, fragrouter, nmap, oinkmaster
- Also Listed In: net
- License: BSD3CLAUSE
- WWW:
- https://www.monkey.org/~dugsong/fragroute/
- Description:
- "Fragroute intercepts, modifies, and rewrites egress traffic destined
for a specified host, implementing most of the attacks described in the
Secure Networks "Insertion, Evasion, and Denial of Service: Eluding
Network Intrusion Detection" paper of January 1998.
It features a simple ruleset language to delay, duplicate, drop,
fragment, overlap, print, reorder, segment, source-route, or otherwise
monkey with all outbound packets destined for a target host, with
minimal support for randomized or probabilistic behaviour.
This tool was written in good faith to aid in the testing of network
intrusion detection systems, firewalls, and basic TCP/IP stack
behaviour. Please do not abuse this software."
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fragroute>0:security/fragroute
- To install the port:
- cd /usr/ports/security/fragroute/ && make install clean
- To add the package, run one of these commands:
- pkg install security/fragroute
- pkg install fragroute
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fragroute
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fragroute-1.2.tar.gz) = 6899a61ecacba3bb400a65b51b3c0f76d4e591dbf976fba0389434a29efc2003
SIZE (fragroute-1.2.tar.gz) = 85247
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libdnet.so : net/libdnet
- libevent.so : devel/libevent
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_fragroute
- USES:
- compiler:c11
- 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.2_17 25 Feb 2024 12:55:07 |
Muhammad Moinur Rahman (bofh) |
security/fragroute: Moved man to share/man
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.2_16 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.2_16 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.2_16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2_16 30 Mar 2020 08:35:23 |
tobik |
net/fragroute: Unbreak on CURRENT
fragtest.c:102:39: warning: implicit declaration of function 'TAILQ_END' is
invalid in C99 [-Wimplicit-function-declaration]
for (pkt = TAILQ_FIRST(pktq); pkt != TAILQ_END(pktq); pkt = next) {
^
It was accidentally using sys/queue.h (which no longer has TAILQ_END)
instead of the bundled version. Make this explicit and add a
definition for TAILQ_END to avoid adding more patches. |
1.2_15 13 Oct 2019 18:39:11 |
pkubaj |
security/fragroute: fix build on GCC architectures
Use newer compiler:
fragtest.c:102: warning: implicit declaration of function 'TAILQ_END'
Approved by: mentors (implicit approval) |
1.2_15 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
1.2_14 09 Sep 2017 09:01:45 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
- Cosmetic fixes |
1.2_14 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
1.2_13 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
1.2_12 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.2_12 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.2_12 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.2_12 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
1.2_12 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
1.2_11 01 Jun 2014 12:38:08 |
se |
Add stage support.
Approved by: antoine (mentor) |
1.2_11 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.2_11 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
1.2_11 14 Nov 2011 17:16:14 |
tabthorpe |
- Reassign these ports back to the heap
Feature safe: yes |
1.2_11 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.2_11 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.2_11 21 Aug 2010 08:55:51 |
niels |
- Unbreak port
- Added license
- Change maintainer to self
Approved by: itetcu (mentor,implicit), maintainer |
1.2_10 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
1.2_9 16 Dec 2009 00:50:35 |
pav |
- Mark BROKEN after libevent update
Reported by: pointyhat |
1.2_9 19 Aug 2008 16:40:17 |
mnag |
- Update libevent dependency and bump PORTREVISION |
1.2_8 02 Jan 2008 23:43:03 |
mnag |
- Bump PORTREVISION since devel/libevent are updated. |
1.2_7 21 Sep 2007 20:21:30 |
mnag |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated. |
1.2_6 06 Apr 2007 18:28:46 |
mnag |
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. |
1.2_5 05 Dec 2006 13:29:01 |
mnag |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) |
1.2_4 04 Jul 2006 15:44:53 |
stefan |
- Replace the BUILD_DEPENDS by LIB_DEPENDS on libdnet and libevent.
- Point configure at ${LOCALBASE} instead of ${PREFIX} when looking for the
libraries.
- Use ${DATADIR} where appropriate.
PR: 99619
Submitted by: Richard Bejtlich <taosecurity@gmail.com>
Patch by: stefan
Approved by: maintainer
arved (mentor) |
1.2_3 05 Dec 2005 12:36:15 |
ehaupt |
- add patch to fix breakage caused by recent libnet changes
- bump portrevision
- pass maintainership to submitter
PR: 89951
Submitted by: Jonathan <onatan@gmail.com> |
1.2_2 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
1.2_2 01 Jul 2005 22:47:21 |
jylefort |
Chase the libevent update.
Reported by: pointyhat |
1.2_1 13 Mar 2005 22:23:36 |
thierry |
Unbreak by removing duplicate typedef that is now provided by libdnet.
Since I'm there, pet portlint.
PR: ports/78796
Submitted by: Johan van Selst |
1.2_1 08 Mar 2005 10:12:26 |
vs |
BROKEN: Incompatibilities with (current) libdnet from ports(?) |
1.2_1 23 Jan 2005 19:51:03 |
petef |
Unbreak: now compiles with latest libevent port
PR: 76373
Submitted by: Phil Oleson <oz@nixil.net> |
1.2_1 02 Jan 2005 01:50:32 |
kris |
BROKEN by libevent update: Does not link
Approved by: portmgr (self) |
1.2_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.2_1 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.2_1 16 Aug 2003 16:02:39 |
petef |
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts |
1.2_1 24 Jun 2003 01:06:04 |
leeym |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk> |
1.2_1 21 Feb 2003 13:26:58 |
knu |
De-pkg-comment. |
1.2_1 02 Nov 2002 04:33:43 |
perky |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk> |
1.2_1 08 Oct 2002 12:10:37 |
perky |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk> |
1.2_1 16 Sep 2002 11:55:04 |
roam |
Update the MASTER_SITE.
PR: 42828
Submitted by: maintainer |
1.2_1 30 May 2002 19:37:31 |
nectar |
I've verified that the tarball that matches the new checksum
does not contain the configure trojan that the previous tarball
did.
PR: ports/38716
Submitted by: Dominic Marks <dominic_marks@btinternet.com> (maintainer),
Yonatan Bokovza <Yonatan@xpert.com> |
1.2 30 May 2002 16:18:00 |
nectar |
Mark FORBIDDEN until it can be confirmed that we have a good distfile.
PR: ports/38716 |
1.2 27 May 2002 01:53:33 |
anders |
Add fragroute, a tool for intercepting, modifying and rewriting egress
traffic.
PR: 38300
Submitted by: Dominic Marks <dominic_marks@btinternet.com> |