FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:13 AM BST
Port details
inspircd 2.0.5 irc on this many watch lists=1 search for ports that depend on this port An older version of this port was marked as vulnerable.
A modular C++ IRC daemon
Maintained by: feld@feld.me search for ports maintained by this maintainer
Port Added: 01 Dec 2006 15:13:18
License: not specified in port


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/irc/inspircd/ && make install clean
To add the package: pkg_add -r inspircd


Configuration Options
===> The following configuration options are available for inspircd-2.0.5:
     LDAPAUTH=off (default) "Build m_ldapauth module"
     MYSQL=off (default) "Build m_mysql module"
     PGSQL=off (default) "Build m_pgsql module"
     SQLITE3=off (default) "Build m_sqlite3 module"
     GNUTLS=off (default) "Build m_ssl_gnutls module"
     OPENSSL=off (default) "Build m_ssl_openssl module"
===> Use 'make config' to modify these settings

Master Sites:
http://cloud.github.com/downloads/inspircd/inspircd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
17 May 2012 16:58:19
Original commit files touched by this commit  2.0.5
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- revert unintented change to plist

PR:     ports/167975
Approved by: maintainer, implicit
17 May 2012 16:52:36
Original commit files touched by this commit  2.0.5
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- maintainership over to feld@feld.me from ports@freebsd.org

Approved by:    mail query, feld@feld.me
25 Jan 2012 20:34:11
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
pawel search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
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
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
crees search for other commits by this committer
Use USERS and GROUPS

PR:             ports/157612
Submitted by:   crees (me)
Approved by:    rene (mentor, implicit), maintainer timeout
05 Jun 2011 18:43:16
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
17 Mar 2011 15:51:01
Original commit files touched by this commit  2.0.2
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 2.0.2

PR:             154998
Submitted by:   Ayumi Mitsui <ayu@commun.jp>
Approved by:    maintainer timeout
13 Feb 2011 22:40:55
Original commit files touched by this commit  1.1.20
 This port version is marked as vulnerable.
pav search for other commits by this committer
- MAKE_JOBS_UNSAFE (DISABLE_* is end-user setable)
02 Jun 2010 15:35:11
Original commit files touched by this commit  1.1.20
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.20
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.19_1
 This port version is marked as vulnerable.
novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
15 Jul 2009 16:56:10
Original commit files touched by this commit  1.1.19
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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
Original commit files touched by this commit  1.1.19
 This port version is marked as vulnerable.
beech search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.8_2
 This port version is marked as vulnerable.
mm search for other commits by this committer
Force commit for notes

PR:             ports/113680
Approved by:    maintainer, garga (mentor)
14 Jun 2007 19:46:40
Original commit files touched by this commit  1.1.8_2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- respect CXXFLAGS
- cosmetic change in Makefile

Approved by:    garga (mentor)
13 Jun 2007 23:39:01
Original commit files touched by this commit  1.1.8_1
 This port version is marked as vulnerable.
mm search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.8
 This port version is marked as vulnerable.
sat search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.8
 This port version is marked as vulnerable.
beech search for other commits by this committer
Fix a typo

Approved by:    sat (mentor)
12 Jun 2007 11:18:03
Original commit files touched by this commit  1.1.8
 This port version is marked as vulnerable.
beech search for other commits by this committer
- 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
Original commit files touched by this commit  1.0.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark BROKEN on FreeBSD 4
01 Dec 2006 15:12:51
Original commit files touched by this commit  1.0.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
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>

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.196 seconds.