| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
17 May 2012 16:58:19
2.0.5  |
jgh  |
- revert unintented change to plist
PR: ports/167975
Approved by: maintainer, implicit |
17 May 2012 16:52:36
2.0.5  |
jgh  |
- Update inspircd to 2.0.5 [1]
- document CVE-2012-1836 [2]
PR: ports/167975
Submitted by: maintainer, feld@feld.me [1], jgh@ [2]
Security: CVE-2012-1836 |
15 May 2012 17:00:27
2.0.2_1  |
jgh  |
- maintainership over to feld@feld.me from ports@freebsd.org
Approved by: mail query, feld@feld.me |
25 Jan 2012 20:34:11
2.0.2_1  |
pawel  |
- Add INSPIRCD_LOG and INSPIRCD_RUN substitution patterns for
etc/rc.d/inspircd file to fix service starting
- WITH_GNUTLS option needs security/libgcrypt to work
PR: ports/164352
Submitted by: Geoff Garside <freebsd@geoffgarside.co.uk> |
14 Jan 2012 08:57:23
2.0.2_1  |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
24 Jul 2011 18:24:47
2.0.2_1  |
crees  |
- Reset maintainership (5 simultaneous timeouts since Sep/2009)
- Use USE_OPENSSL
PR: ports/158695
Submitted by: crees
Approved by: rene (mentor, implicit) |
06 Jul 2011 17:51:24
2.0.2_1  |
crees  |
Oops, ${PORTSDIR}/Mk isn't in the search path of course...
Submitted by: rene
Approved by: rene (mentor, implicit) |
05 Jul 2011 21:22:51
2.0.2_1  |
crees  |
Use USERS and GROUPS
PR: ports/157612
Submitted by: crees (me)
Approved by: rene (mentor, implicit), maintainer timeout |
05 Jun 2011 18:43:16
2.0.2_1  |
novel  |
Chase security/gnutls update and add an UPDATING entry. |
17 Mar 2011 15:51:01
2.0.2  |
miwi  |
- Update to 2.0.2
PR: 154998
Submitted by: Ayumi Mitsui <ayu@commun.jp>
Approved by: maintainer timeout |
13 Feb 2011 22:40:55
1.1.20  |
pav  |
- MAKE_JOBS_UNSAFE (DISABLE_* is end-user setable) |
02 Jun 2010 15:35:11
1.1.20  |
pav  |
- Fix build of gnutls module
PR: ports/144989
Submitted by: Austin Teague <opticshade@gmail.com>
Approved by: maintainer timeout (2 months) |
12 Sep 2009 23:20:26
1.1.20  |
miwi  |
- Update to 1.1.20
PR: 138155
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout |
16 Aug 2009 18:04:40
1.1.19_1  |
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
15 Jul 2009 16:56:10
1.1.19  |
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
19 May 2008 07:01:38
1.1.19  |
beech  |
- Update to version 1.1.19
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
openssl libs as well as openssl installed from ports.
PR: ports/123076
Submitted by: Matthew Seaman <matthew.seaman@thebunker.net>
Approved by: Craig Edwards (Brain) <brain@inspircd.org> (maintainer) |
14 Jun 2007 20:02:23
1.1.8_2  |
mm  |
Force commit for notes
PR: ports/113680
Approved by: maintainer, garga (mentor) |
14 Jun 2007 19:46:40
1.1.8_2  |
mm  |
- respect CXXFLAGS
- cosmetic change in Makefile
Approved by: garga (mentor) |
13 Jun 2007 23:39:01
1.1.8_1  |
mm  |
- bugfix: example files install and their pkg-plist entries
- added USE_LDCONFIG entry
PR: ports/113502
Submitted by: Craig Edwards <brain@inspircd.org> (maintainer)
Pointyhat to: sat
Approved by: maintainer, garga (mentor) |
13 Jun 2007 22:05:23
1.1.8  |
sat  |
- Fix a nasty bug where PREFIX/bin could get chmod'ed to 700
Reported by: pointyhat via kris
Submitted by: Craig Edwards <brain@inspircd.org> (maintainer, based on)
Pointy hat to: sat |
12 Jun 2007 11:46:26
1.1.8  |
beech  |
Fix a typo
Approved by: sat (mentor) |
12 Jun 2007 11:18:03
1.1.8  |
beech  |
- Update to 1.1.8
- Remove 4.x cruft
PR: ports/113501
Submitted by: Craig Edwards <brain@inspircd.org>
Approved By: sat (mentor) |
11 Jan 2007 17:05:18
1.0.6  |
pav  |
- Mark BROKEN on FreeBSD 4 |
01 Dec 2006 15:12:51
1.0.6  |
pav  |
InspIRCd is a highly modular C++ IRC daemon. It supports most features
of other IRC daemons, and supports FreeBSD kqueue() for connection
management.
WWW: http://www.inspircd.org/
PR: ports/102583
Submitted by: Craig Edwards <brain@mail1.chatspike.net> |