34 Commits

Author SHA1 Message Date
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
2f245ea74d WANTLIB+=m for a bunch of things (chasing sqlite3 fts5 addition) 2017-09-22 21:37:18 +00:00
sthen
12055ca9f9 WANTLIB += pthread 2016-11-08 21:53:16 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
ajacoutot
d780470742 Update to ircd-ratbox-3.0.10.
from Brad
2016-03-07 07:12:44 +00:00
ajacoutot
938c502440 Use ${LOCALSTATEDIR}.
from Brad
2015-12-20 07:52:43 +00:00
ajacoutot
4a8da2dd59 Udate to ircd-ratbox 3.0.9.
- Fixes a remote DoS issue, CVE 2015-5290.

from Brad
2015-12-16 06:42:57 +00:00
jca
c5b0f0aeab Drop MAINTAINER, the mail address bounces. 2015-11-05 19:08:56 +00:00
sthen
b4725de3fe don't use RAND_egd 2014-04-19 18:31:45 +00:00
brad
6fc4028f13 Bring in a typo fix for the same code in ircd-ratbox as submitted
for ircd-hybrid by Adam Jeanguenat <avj at voyager dot 6v6 dot org>.

ok sthen@
2013-10-31 01:25:07 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
brad
d1febc3c8b Update to ircd-ratbox 3.0.8. Fixes a remote DoS issue.
ok sthen@
2012-12-31 22:53:43 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
fgsch
51f75be3a1 update to ircd-ratbox 3.0.7.
from brad. maintainer timed out
2011-11-27 10:57:24 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
sthen
d52574a8af Use correct AUTOCONF_VERSION, from Brad. 2011-05-01 20:22:34 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
jasper
41478f3858 - better filename for the script 2010-11-09 11:56:17 +00:00
ajacoutot
d834796d07 Use tab for consistency with other rc scripts. 2010-11-09 11:53:53 +00:00
fgsch
bc801dce4f Add rc script and move to new style LIB_DEPENDS.
jasper@ ok.
2010-11-09 11:33:34 +00:00
fgsch
ec20ded6ba use underscore within the flavor's name as dash is not allowed. 2010-04-02 21:55:38 +00:00
jasper
2a2565ff64 SECURITY UPDATE of ircd-ratbox to 3.0.6
- among the bugfixes is are fixes for CVE-2010-0300 and CVE-2009-4016.

ok ajacoutot@
2010-02-01 10:32:07 +00:00
fgsch
dc5dae3902 Hack to allow to change the default nick length.
martynas@ and simon@ (maintainer) agreed.
2009-10-19 21:01:16 +00:00
fgsch
6e8e87eeb9 create /var/run/ircd-ratbox at starting time, not as a @sample. while
i'm here indent and improve comment.
maintainer timed out. martynas@ ok.
2009-10-04 12:56:23 +00:00
simon
85ea1dafd9 update to version 3.0.4 and set NO_REGRESS
prodded by same diff from Michiel van Baak, thanks!
2009-06-23 14:02:03 +00:00
simon
cef96c6e30 import ircd-ratbox
ircd-ratbox is an advanced, stable and fast ircd.
It is the primary ircd used on EFNet, combining the stability of an ircd
required for a large production network together with a rich set of
features, making it also suitable for use on smaller networks. 

Features include:
 * optional SSL support to enable encrypted connections between clients
   and servers, as well as server to server links
 * support for SSL only channels (channel mode +S)
 * uses sqlite3 for handling and storing k/x/d lines
 * support for global CIDR limits
 * provides adminwall command allowing admins to broadcast messages to
   each other
 * support to force nick changes

request, testing and feedback by Michiel van Baak
setusercontext() idea from form@ via bernd@
tested on armish and ok by sthen@
2009-02-09 09:41:54 +00:00