summaryrefslogtreecommitdiff
path: root/net/ifstated (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
|
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | (and missed 3 missed files from previous categories.)
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
* net/ifstated: Provide new mirrors for the distfileTobias Kortkamp2018-11-011-1/+3
|
* Reset Jim Riggs' ports by his requestTobias Kortkamp2018-11-011-1/+1
| | | | | | | - Take maintainership of net/ifstated PR: 232887 Submitted by: Jim Riggs <ports@christianserving.org>
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | PR: 216777 Approved by: mm (maintainer)
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Put PORTEPOCH back to 3.Kevin Lo2014-12-261-1/+1
|
* No need to bump PORTEPOCH.Kevin Lo2014-12-251-1/+1
| | | | Pointed out by: danfe
* Check event_initialized before event_del if event may not have been setKevin Lo2014-12-243-10/+36
| | | | up; libevent2 complains about this.
* Only use libevent2Baptiste Daroussin2014-07-241-2/+2
| | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | With hat: portmgr
* - Stage supportMartin Wilke2014-02-061-12/+8
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | net)
* Fix build with clang and byaccBaptiste Daroussin2013-05-271-0/+10
|
* Make sure to check for libevent 1.xPawel Pekala2012-10-301-6/+2
| | | | | | | PR: ports/170835 Submitted by: Mykhaylo Yehorov <yehorov@gmail.com> Approved by: maintainer Feature safe: yes
* - Update to 5.1Ryan Steinmetz2012-03-283-16/+14
| | | | | | PR: ports/166444 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer) Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Patch sample ifstated.conf to honor FreeBSD's ping(1) syntaxRyan Steinmetz2012-01-041-0/+19
| | | | | | PR: ports/163037 Submitted by: Filip Valder <filip@valder.cz> Approved by: maintainer timeout (3+ weeks)
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Support multiple profiles (instances) much like apache22Li-Wen Hsu2010-08-226-46/+210
| | | | | | | - Add `-p pidfile' option to support multiple profiles PR: ports/149727 Submitted by: Jim Riggs <ports AT christianserving.org> (maintainer)
* Include patch file that I forgot to include in previous committSteven Kreuzer2010-07-152-0/+14
| | | | | PR: ports/148638 Submitted by: Jim Riggs <ports@christianserving.org>
* Update to 4.7Steven Kreuzer2010-07-139-407/+84
| | | | | PR: ports/148242 Submitted by: Jim Riggs <ports@christianserving.org>
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-281-1/+1
| | | | Approved by: wxs (mentor)
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
|
* Drop a MASTER site that will disappear soon.Ion-Mihai Tetcu2007-06-171-2/+1
| | | | | PR: ports/113686 Submitted by: Steven Kreuzer (maintainer)
* Change of email address, same maintainer.Ion-Mihai Tetcu2007-06-171-1/+1
| | | | | PR: ports/113686 Submitted by: Steven Kreuzer (confirmed from the old email on private)
* - Update to 3.7. [1]Stefan Walter2007-04-144-58/+73
| | | | | | | | | - Integrate patch that fixes behaviour with multiple check criteria. [2] PR: 111129 [1], [2] Submitted by: maintainer [1] Artemiev Igor <ai@bmc.brk.ru> [2] Approved by: maintainer
* - Pass maintainership to submitterMartin Wilke2007-01-091-2/+2
| | | | | PR: 107713 Submitted by: Steven Kreuzer<skreuzer@f2o.org>
* - Reset maintainer, his email address is bouncingPav Lucistnik2006-10-072-11/+4
| | | | | | | - Style: USE_RC_SUBR, SUB_FILES This port needs a new caretaker. With the old maintainer dissapeared the only download location.
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to 20050505Pav Lucistnik2005-05-068-51/+49
| | | | | PR: ports/80667 Submitted by: Matthew George <mdg@secureworks.net> (maintainer)
* - Add file missed in previous commit before anyone noticesPav Lucistnik2004-11-211-0/+12
|
* Add ifstated, a port of src/usr.sbin/ifstated from OpenBSD. It has beenPav Lucistnik2004-11-2110-0/+576
modified to use kqueue/kevent and sysctl. The ifstated daemon runs commands in response to network state changes, which it determines by monitoring interface link state or running exter- nal tests. For example, it can be used with carp(4) to change running services or to ensure that carp(4) interfaces stay in sync, or with pf(4) to test server or link availability and modify translation or routing rules. PR: ports/74096 Submitted by: Matthew George <mdg@secureworks.net>