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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
fragrouter Tool for testing network IDS implementations
1.6_1 security on this many watch lists=12 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.6_1Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2023-02-14 20:23:41
Commit Hash: 81ce1e4
People watching this port, also watch:: snort, nmap, fragroute
License: not specified in port
Description:
Fragrouter is a program for routing network traffic in such a way as to elude most network intrusion detection systems. The attacks implemented correspond to those listed in the Secure Networks ``Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection'' paper of January, 1998.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. sbin/fragrouter
  2. man/man8/fragrouter.8.gz
Collapse this list.
Dependency lines:
  • fragrouter>0:security/fragrouter
To install the port:
cd /usr/ports/security/fragrouter/ && make install clean
To add the package, run one of these commands:
  • pkg install security/fragrouter
  • pkg install fragrouter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fragrouter
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (fragrouter-1.6.tar.gz) = db066e3e55a97f5623e5bfbd742d5eb934037b4f3b467e1e1535c40778bdcbe8 SIZE (fragrouter-1.6.tar.gz) = 277726

Packages (timestamps in pop-ups are UTC):
fragrouter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6_11.6_11.61.6_11.6_1-1.6-
FreeBSD:13:quarterly1.6_11.6_11.6_11.6_11.6_11.6_11.6_11.6_1
FreeBSD:14:latest1.6_11.6_11.6_11.6_11.6_11.6_1-1.6_1
FreeBSD:14:quarterly1.6_11.6_1-1.6_11.6_11.6_11.6_11.6_1
FreeBSD:15:latest1.6_11.6_1n/a1.6_1n/a1.6_11.6_11.6_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_fragrouter
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (9 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/fuz/
  2. http://distcache.FreeBSD.org/local-distfiles/ohauer/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/fuz/
  4. http://distcache.eu.FreeBSD.org/local-distfiles/ohauer/
  5. http://distcache.us-east.FreeBSD.org/local-distfiles/fuz/
  6. http://distcache.us-east.FreeBSD.org/local-distfiles/ohauer/
  7. http://distcache.us-west.FreeBSD.org/local-distfiles/fuz/
  8. http://distcache.us-west.FreeBSD.org/local-distfiles/ohauer/
  9. http://monkey.org/~dugsong/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6_1
14 Feb 2023 20:23:41
commit hash: 81ce1e45a91224a42927c292da35be3c9697a630commit hash: 81ce1e45a91224a42927c292da35be3c9697a630commit hash: 81ce1e45a91224a42927c292da35be3c9697a630commit hash: 81ce1e45a91224a42927c292da35be3c9697a630 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
*/*: move my local distfiles to LOCAL/fuz

This ensures that the ports remain usable even if my website
goes down eventually.

Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38522
1.6_1
08 Feb 2023 23:24:25
commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
*/*: Update fuz@fuz.su to fuz@FreeBSD.org

www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
1.6_1
11 Nov 2022 20:32:38
commit hash: 37cf0da23dbd0c1d91602d25e831a7dc0dde1224commit hash: 37cf0da23dbd0c1d91602d25e831a7dc0dde1224commit hash: 37cf0da23dbd0c1d91602d25e831a7dc0dde1224commit hash: 37cf0da23dbd0c1d91602d25e831a7dc0dde1224 files touched by this commit
Juraj Lutter (otis) search for other commits by this committer
Author: Robert Clausecker
security/fragrouter: fix build on BPF-less jails

Such jails don't have /dev/bpf0, making a crucial configure test fail.
Fix the configure test to make the build succeed (e.g. on armv7).

And while here, also assume MAINTAINER.

PR:		267646
1.6
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.6
09 Jun 2021 19:02:27
commit hash: d1b3f3ebff9af32f2bbdb33041049071719c995ccommit hash: d1b3f3ebff9af32f2bbdb33041049071719c995ccommit hash: d1b3f3ebff9af32f2bbdb33041049071719c995ccommit hash: d1b3f3ebff9af32f2bbdb33041049071719c995c files touched by this commit
Olli Hauer (ohauer) search for other commits by this committer
security/fragrouter: move to ports@
1.6
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.6
28 Sep 2013 15:17:02
Revision:328578Original commit files touched by this commit
ohauer search for other commits by this committer
- replace STAGEDIR with DESTDIR since this is already defined
1.6
28 Sep 2013 15:02:05
Revision:328574Original commit files touched by this commit
ohauer search for other commits by this committer
- Add stage support
- rename patch files
1.6
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
1.6
03 Jul 2011 14:03:52
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.6
09 Aug 2010 23:32:19
Original commit files touched by this commit
ohauer search for other commits by this committer
Take maintainership

Approved by:    glarkin (mentor, implicit)
1.6
09 Aug 2010 13:28:50
Original commit files touched by this commit
arved search for other commits by this committer
Drop Maintainership

PR:             149436
Submitted by:   old maintainer
1.6
13 Feb 2009 01:59:49
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   Daniel Roe via freebsd-ports@
1.6
19 Jul 2007 21:37:13
Original commit files touched by this commit
gabor search for other commits by this committer
- Remove distinfo hashes, which are not used officially

No objection from:      ports@, maintainers
Approved by:            portmgr (pav)
1.6
24 Jan 2006 06:38:31
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.6
19 Feb 2005 07:49:32
Original commit files touched by this commit
krion search for other commits by this committer
Fix MASTER_SITES.

PR:             ports/77704
Submitted by:   Sam Lawrance <boris at brooknet.com.au>
1.6
17 Mar 2004 18:29:46
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.6
05 Feb 2004 20:38:07
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
1.6
21 Dec 2003 00:22:26
Original commit files touched by this commit
sergei search for other commits by this committer
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
1.6
02 Nov 2003 00:54:20
Original commit files touched by this commit
linimon search for other commits by this committer
Per distfile survey, remove mastersite that disappeared in October 2002.
1.6
05 Oct 2003 04:03:00
Original commit files touched by this commit
kris search for other commits by this committer
Drop maintainership
1.6
07 Mar 2003 06:10:51
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
21 Jul 2001 23:24:25
commit hash: fp1.16358@dev.null.freshports.orgcommit hash: fp1.16358@dev.null.freshports.orgcommit hash: fp1.16358@dev.null.freshports.orgcommit hash: fp1.16358@dev.null.freshports.org files touched by this commit
kris search for other commits by this committer
Add a copy of the distfile to MASTER_SITE_LOCAL since the website seems   to
(temporarily?) be unavailable.    
08 Oct 2000 07:30:58
commit hash: fp1.4801@dev.null.freshports.orgcommit hash: fp1.4801@dev.null.freshports.orgcommit hash: fp1.4801@dev.null.freshports.orgcommit hash: fp1.4801@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category security to new layout.  

Number of commits found: 24