aboutsummaryrefslogtreecommitdiff
path: root/security/ipguard/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Convert net/libnet to USES=libtool and bump dependent portsTijl Coosemans2014-07-141-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361791
* - Support STAGERenato Botelho2014-02-111-8/+7
| | | | | | | | | | | - Modernize LIB_DEPENDS - Add LICENSE - Respect CC Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=343768
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - update libnet to 1.1.6Dirk Meyer2013-02-181-1/+2
| | | | | | | | | - build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing Notes: svn path=/head/; revision=312526
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - Update 1.04Philippe Audeoud2010-07-151-1/+1
| | | | | | | | PR: ports/148514 Submitted by: SeaD <sead _AT_ deep.perm.ru> Notes: svn path=/head/; revision=257811
* - Update to 1.02Beech Rintoul2008-12-111-8/+6
| | | | | | | | | | - Change to PORTDOCS and remove pkg-plist PR: ports/129545 Submitted by: SeaD <sead@deep.perm.ru> (maintainer) Notes: svn path=/head/; revision=224120
* - File was rerolled to fix some spellingMartin Wilke2008-10-161-27/+15
| | | | | | | | | | | - Add rc script - Pass maintainership to submitter PR: 127940 Submitted by: SeaD <sead@deep.perm.ru> Notes: svn path=/head/; revision=221659
* - Update to 1.00Martin Wilke2008-10-051-4/+3
| | | | | | | | PR: 127873 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=221228
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-3/+10
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172304
* libnet update:Sergey Matveychuk2005-11-141-1/+2
| | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=148262
* ipguard listens network for ARP packets. All permitted MAC/IP pairsSergey Matveychuk2005-09-031-0/+36
listed in 'ethers' file. If it recieves one with MAC/IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address. This will prevent not permitted host to work properly in this ethernet segment. Especially Windows(TM) hosts. PR: ports/84627, ports/85671 Submitted by: SeaD <sead@mail.ru> Notes: svn path=/head/; revision=141851