Port details |
- isic IP Stack Integrity Checker
- 0.07_6 net-mgmt =2 0.07_6Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2004-02-23 04:43:25
- Last Update: 2024-01-30 20:57:09
- Commit Hash: f368fdf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://sourceforge.net/projects/isic/
- Description:
- IP Stack Integrity Checker
Its purpose is to test the stability of an IP Stack and its component stacks
(TCP, UDP, ICMP et. al.) It does this be generating random packets of the
desired protocol. The packets can have tendencies. ie by default all packets
have a 50% chance of having IP Options. The packets are then sent against the
target machine to either penetrate its firewall rules or find bugs in the IP
stack.
- ¦ ¦ ¦ ¦
- 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-mgmt/isic/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/isic
- pkg install isic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: isic
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (isic-0.07.tgz) = e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d
SIZE (isic-0.07.tgz) = 39823
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:
-
- libnet.so : net/libnet
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_isic
- USES:
- tar:tgz
- 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.07_6 30 Jan 2024 20:57:09 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/isic: Moved man to share/man |
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.07_5 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.07_5 30 Jul 2022 05:57:11 |
Po-Chuan Hsieh (sunpoet) |
net/libnet: Update to 1.2
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/libnet/libnet/releases |
0.07_4 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.07_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.07_4 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.07_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.07_4 20 Mar 2016 10:53:09 |
tijl |
Install net/libnet headers and libraries back in the location where other
ports expect it. The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.
PR: 208122
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.07_4 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.07_4 12 Aug 2014 19:30:39 |
riggs |
- Fix build failure on 9.1
- Simplify Makefile in the process
PR: 190649
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Reviewed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Approved by: mentors (implicit), maintainer
MFH: 2014Q3 |
0.07_4 14 Jul 2014 15:38:39 |
tijl |
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
0.07_3 30 May 2014 05:31:26 |
sunpoet |
- Add LICENSE
- Strip binary executable
- Support STAGEDIR
- Bump PORTREVISION for package change
- Pass maintainership to submitter
- While I'm here:
- Use USES=tar:tgz
- Update patch
- Sort PLIST
PR: ports/190263
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.07_2 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.07_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.07_2 18 Feb 2013 21:13:02 |
dinoex |
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing |
0.07_1 09 Sep 2011 12:26:00 |
olgeni |
Fix a typo. |
0.07_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.07_1 16 Oct 2010 14:55:42 |
wxs |
Fix URL in pkg-descr and drop maintainer.
Noticed by: The Distilator |
0.07_1 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.07_1 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
0.07_1 04 Feb 2008 15:35:12 |
wxs |
Update my address.
Approved by: garga (mentor) |
0.07_1 31 Jan 2007 14:09:55 |
pav |
- Patch net/libnet* to versioned libraries and header files, so they can
coexist
PR: ports/103861
Submitted by: alepulver
Tested by: pointyhat
With hat: portmgr |
0.07 25 Jan 2007 22:58:35 |
miwi |
- Update to 0.07
PR: ports/108337
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) |
0.06 14 Jun 2006 22:17:50 |
linimon |
Reset bradh@uunet.co.za due to longtime inactivity, no response to email,
and maintainer-timeouts.
Hat: portmgr |
0.06 01 Apr 2006 15:15:29 |
pav |
- Update to 0.06
PR: ports/93048
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: maintainer timeout (almost 2 months) |
0.05_1 01 Feb 2006 01:08:07 |
edwin |
SHA256ify
Approved by: krion@ |
0.05_1 14 Nov 2005 17:07:08 |
sem |
libnet update:
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> |
0.05 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.05 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |