aboutsummaryrefslogtreecommitdiff
path: root/security/bruteblock/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* For ports in `security' category: remove redundant PKGMESSAGE assignment,Alexey Dokuchaev2018-05-051-1/+0
| | | | | | | | which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469113
* 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
* - Switch to @sampleDmitry Marakasov2015-09-271-1/+1
| | | | Notes: svn path=/head/; revision=398065
* - Start before syslogdDmitry Marakasov2015-04-101-1/+1
| | | | | | | | | | | | This is needed as bruteblock (not to be confused with bruteblockd) which is usually run from syslog, also requires ldconfig, and bruteblockd rc.d script provides it for him by depending on ldconfig and running before syslogd PR: 199263 Notes: svn path=/head/; revision=383721
* - Fix boottime startup by requiring ldconfig in rc.d scriptDmitry Marakasov2015-04-101-1/+1
| | | | | | | | PR: 199263 Submitted by: fesse@mail.ru Notes: svn path=/head/; revision=383720
* - Fix printing time_t on i386Dmitry Marakasov2015-04-091-1/+1
| | | | | | | | PR: 199263 Submitted by: fesse@mail.ru Notes: svn path=/head/; revision=383615
* - Fix regex to match all sshd auth errorsDmitry Marakasov2014-10-151-1/+1
| | | | | | | | | PR: 194382 Submitted by: ronald-lists@klop.ws MFH: 2014Q4 Notes: svn path=/head/; revision=370951
* - Fix rule reset time on armDmitry Marakasov2014-10-151-1/+1
| | | | | | | | | PR: 194381 Submitted by: ronald-lists@klop.ws MFH: 2014Q4 Notes: svn path=/head/; revision=370950
* - Support stagingDmitry Marakasov2014-01-201-21/+11
| | | | | | | - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=340399
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-07-121-1/+1
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Trim Makefile headerDmitry Marakasov2013-05-231-8/+4
| | | | | | | - OptionsNG Notes: svn path=/head/; revision=318822
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - Update regexps for newer sh versionsDmitry Marakasov2009-10-191-1/+1
| | | | | | | | PR: 139545 (partially) Submitted by: Dmitry Morozovsky <marck@freebsd.org> Notes: svn path=/head/; revision=243046
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Fix build with -j, mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230900
* - Update address of my distfile mirrorDmitry Marakasov2009-01-051-1/+1
| | | | Notes: svn path=/head/; revision=225284
* - Remove obsolete 5.x conditionDmitry Marakasov2008-11-091-7/+1
| | | | Notes: svn path=/head/; revision=222629
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* - Fix build problemesMartin Wilke2007-03-061-0/+1
| | | | | | | | | | | - Bump PORTREVISION PR: 110000 \o/ Submitted by: Roger Gujord<roger@gujord.com> Approved by: maintainer Notes: svn path=/head/; revision=186711
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesEdwin Groothuis2006-12-211-3/+4
| | | | | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=180390
* - Update to 0.0.5Rong-En Fan2006-08-231-2/+10
| | | | | | | | | PR: ports/102310 (based on) Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) Notes: svn path=/head/; revision=171255
* Add bruteblock 0.0.4, software for blocking bruteforce attacks withRong-En Fan2006-08-171-0/+49
ipfw. PR: ports/101254 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> Notes: svn path=/head/; revision=170850