aboutsummaryrefslogtreecommitdiff
path: root/security/sshguard
Commit message (Collapse)AuthorAgeFilesLines
* Prevent the port from running automake if it is installedTilman Keskinoz2008-01-041-0/+1
| | | | | | | | PR: 118065 Submitted by: Mij <mij@bitchx.it> Notes: svn path=/head/; revision=205023
* - add patch for:Ion-Mihai Tetcu2007-06-172-0/+12
| | | | | | | | | | | | | | | The regex used to recognize IPv6 addresses in security/sshguard{,-ipfw,-pf} doesn't catch all IPv6 addresses. The author (and port maintainer) is aware of this issue and supplied the patch, which fixes the issue. The patch will be part of sshguard-1.1, which is due soonish. - bump PORTREVISION PR: 113800 Submitted by: Henrik Brix Andersen Approved by: Mij (maintainer) Notes: svn path=/head/; revision=193742
* Shorten COMMENTIon-Mihai Tetcu2007-06-121-1/+1
| | | | | | | Submitted by: sat@ Notes: svn path=/head/; revision=193371
* Allow slave ports to overwrite the COMMENT.Ion-Mihai Tetcu2007-06-121-1/+1
| | | | | | | Submitted by: sat@ Notes: svn path=/head/; revision=193370
* - upgrade to version 1.0Ion-Mihai Tetcu2007-06-125-22/+119
| | | | | | | | | | | | - the port is no longer interactive, it uses the default blocking backend (hosts) - for pf and ipfw see the new ports sshguard-[pf|ipfw] PR: ports/112749 Submitted by: Mij (maintainer) Reviewed by: leeym@ Notes: svn path=/head/; revision=193356
* - respect maintainer's insist on interactive part,Cheng-Lung Sung2007-03-011-6/+12
| | | | | | | | | | even IS_INTERACTIVE is discouraged - PORTREVISION is thus bumped. Approved by: maintainer (implicit) Notes: svn path=/head/; revision=186256
* Add sshguard 0.91, protect networked hosts from brute force attacksCheng-Lung Sung2007-03-013-0/+58
against ssh. PR: ports/109439 Submitted by: Mij <mij at bitchx.it> Notes: svn path=/head/; revision=186233