FreshPorts -- The Place For Ports Thu, 9 Sep 2010 7:29 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
I'm looking for a bit of assistance from a undernet IRC node operator please. I would like a cloaked hostname. Seems I'm attracting a bit of attention.
Port details
jabberd 2.2.11 net-im on this many watch lists=15 search for ports that depend on this port An older version of this port was marked as vulnerable.
Online presence and instant messaging server
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Nov 2005 17:26:38


jabberd 2.x series is the next generation of the Jabber/XMPP server.
It has been rewritten from the ground up to be scalable, architecturally 
sound and to support the latest protocol extensions coming out of the XSF. 

WWW: http://jabberd2.xiaoka.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: lang/perl5.8
Required Libraries: textproc/expat2, dns/libidn, dns/udns, security/gsasl, converters/libiconv, databases/mysql41-client

To install the port: cd /usr/ports/net-im/jabberd/ && make install clean
To add the package: pkg_add -r jabberd


Configuration Options
===> The following configuration options are available for jabberd-2.2.11:
     MYSQL=on (default) "Support MySQL (storage/auth/reg)"
     POSTGRESQL=off (default) "Support PostgreSQL (storage/auth/reg)"
     LDAP=off (default) "Support OpenLDAP (storage/auth/reg)"
     BDB=off (default) "Support BerkeleyDB (storage/auth/reg)"
     SQLITE=off (default) "Support SQLite3 (storage/auth/reg)"
     PAM=off (default) "Enable PAM (auth/reg)"
     PIPE=off (default) "Enable pipe (auth/reg)"
     ANON=off (default) "Enable anonymous (auth/reg)"
     FS=off (default) "Filesystem storage (only for testing)"
     DEBUG=on (default) "Compile with debug messages"
     REQUIRES=off (default) "Add backend requires to startup script"
     CYRUS=off (default) "Use Cyrus SASL backend (not supported)"
===> Use 'make config' to modify these settings

Master Sites:
http://codex.xiaoka.com/pub/jabberd2/releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jabber/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-05-24
    Affects: users of net-im/jabberd
    Author: mm@FreeBSD.org
    Reason: 
      Starting with version 2.2.0, resolver is now built in the S2S component.
      Jabberd configuration files require updating:
    
    	jabberd.cfg: resolver component must be removed
    	s2s.xml: <lookup> section must be added (see s2s.xml.dist)
    	resolver.xml: may be deleted (file not required anymore)
    
    

  • 2007-02-27
    Affects: users of net-im/jabber*
    Author: martin@matuska.org
    Reason: 
      With update to version 1.6.0 the name of the jabber daemon has been
      changed to bin/jabberd14 to avoid conflicts with other jabber daemons.
      The port now supports WITH_MYSQL and WITH_POSTGRESQL knobs.
    
      If you are using one of the following ports please recompile it due
      to changes in the library.
    
      net-im/jabber-conference
      net-im/jabber-jud
      net-im/jabber-yahoo
    
      Some configuration directives have changed, too. Please see example
      configuration files and README.jabberd14 files in the ports above.
    
    
Port Moves
  • port moved here from net/jabberd on 2005-11-09
    REASON: Moved to a new net-im category

Number of commits found: 53

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
12 Aug 2010 07:33:02
Original commit files touched by this commit  2.2.11
mm search for other commits by this committer
Update to 2.2.11
05 Jul 2010 22:34:48
Original commit files touched by this commit  2.2.10
mm search for other commits by this committer
- Update to 2.2.10

Feature safe:   yes
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.2.9
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
15 Dec 2009 20:59:48
Original commit files touched by this commit  2.2.9
krion search for other commits by this committer
Chase deps shlib version after updating security/gsasl
05 Oct 2009 08:12:56
Original commit files touched by this commit  2.2.9
bland search for other commits by this committer
Enable optional Cyrus-SASL support.

PR:             138868
Approved by:    maintainer timeout
05 Oct 2009 08:12:01
Original commit files touched by this commit  2.2.9
bland search for other commits by this committer
Fix plist with LDAP option switched on.

PR:             138867
Approved by:    maintainer timeout
11 Sep 2009 04:38:03
Original commit files touched by this commit  2.2.9
bland search for other commits by this committer
Chase resolver component removal.

PR:             138193
Approved by:    maintainer timeout
09 Aug 2009 18:57:08
Original commit files touched by this commit  2.2.9
mm search for other commits by this committer
- Update to 2.2.9
15 Jul 2009 17:56:10
Original commit files touched by this commit  2.2.8
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.
05 May 2009 15:15:28
Original commit files touched by this commit  2.2.8
mm search for other commits by this committer
- Update to 2.2.8
- Fix MASTER_SITES
23 Mar 2009 12:18:31
Original commit files touched by this commit  2.2.7.1
mm search for other commits by this committer
- Mark port MAKE_JOBS_SAFE
03 Mar 2009 16:33:45
Original commit files touched by this commit  2.2.7.1
mm search for other commits by this committer
- Update to 2.2.7.1
- Add patch from Changeset 747
  http://jabberd2.xiaoka.com/changeset/747
18 Feb 2009 11:18:24
Original commit files touched by this commit  2.2.7
mm search for other commits by this committer
- Update to 2.2.7
06 Feb 2009 07:24:05
Original commit files touched by this commit  2.2.5_1
krion search for other commits by this committer
Chase libs for previous security/gsasl update.
21 Jan 2009 14:48:46
Original commit files touched by this commit  2.2.5
mm search for other commits by this committer
- Update to 2.2.5
04 Sep 2008 10:47:05
Original commit files touched by this commit  2.2.4
mm search for other commits by this committer
- Update to 2.2.4
- Switch to .bz2 distfile
28 Aug 2008 20:45:06
Original commit files touched by this commit  2.2.3_1
mm search for other commits by this committer
- Unbreak (we have gsasl 0.2.28 now)
26 Aug 2008 21:28:09
Original commit files touched by this commit  2.2.3_1
krion search for other commits by this committer
- Update to version 0.2.28
- Bump sh lib version on depending ports

PR:             ports/126857
Submitted by:   mm@FreeBSD.org
26 Aug 2008 15:04:53
Original commit files touched by this commit  2.2.3
mm search for other commits by this committer
- Mark broken until gsasl gets updated ( ports/126857 )
26 Aug 2008 09:01:08
Original commit files touched by this commit  2.2.3
mm search for other commits by this committer
- Update to 2.2.3
01 Aug 2008 12:05:47
Original commit files touched by this commit  2.2.2
mm search for other commits by this committer
- Update to 2.2.2
20 Jun 2008 12:57:30
Original commit files touched by this commit  2.2.0_2
mm search for other commits by this committer
- Add runtime dependency on perl
- Improve startup script
- Bump PORTREVISION
06 Jun 2008 14:51:54
Original commit files touched by this commit  2.2.0_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
24 May 2008 01:04:49
Original commit files touched by this commit  2.2.0
mm search for other commits by this committer
- Update to 2.2.0
30 Apr 2008 12:32:22
Original commit files touched by this commit  2.1.24.1
mm search for other commits by this committer
- Update to 2.1.24.1
05 Apr 2008 15:58:28
Original commit files touched by this commit  2.1.23_1
  Sanity Test Failure
mnag search for other commits by this committer
- Remove use of sqlite3-threads
- Bump PORTREVISION
25 Feb 2008 11:14:28
Original commit files touched by this commit  2.1.23
mm search for other commits by this committer
- Update to 2.1.23
14 Jan 2008 14:21:50
Original commit files touched by this commit  2.1.21
mm search for other commits by this committer
- Update to 2.1.21
03 Jan 2008 15:32:41
Original commit files touched by this commit  2.1.20_1
mm search for other commits by this committer
- Remove optional support for Cyrus SASL (unsupported from 2.1.20) [1]
- Add support for backend daemon requires to startup script (WITH_REQUIRES) [2]
- Bump PORTREVISION

PR:             ports/119287 [1], ports/119247 [2]
Submitted by:   Denis Eremenko [1], Mike Andrews [2]
30 Dec 2007 11:50:13
Original commit files touched by this commit  2.1.20
mm search for other commits by this committer
- Update to 2.1.20
21 Oct 2007 21:56:17
Original commit files touched by this commit  2.1.18
mm search for other commits by this committer
- Update to 2.1.18
04 Oct 2007 09:31:18
Original commit files touched by this commit  2.1.17
mm search for other commits by this committer
- Update to 2.1.17
- Add small patch for sm/mod_iq_time.c
05 Sep 2007 14:56:50
Original commit files touched by this commit  2.1.15_2
krion search for other commits by this committer
Chase libver after security/gsasl update.
05 Sep 2007 14:24:55
Original commit files touched by this commit  2.1.15_1
mm search for other commits by this committer
- Add choice between GNU SASL and Cyrus SASL
- Use SQLite3 with threads on WITH_SQLITE
- Bump PORTREVISION

PR:             ports/116072
Submitted by:   Alex Deiter <tiamat at komi.mts.ru>
Approved by:    mm (maintainer, implicit)
29 Aug 2007 15:07:38
Original commit files touched by this commit  2.1.15
mm search for other commits by this committer
- Update to 2.1.15
- Remove patch-sasl patch (already in source)
- Better describe items in OPTIONS
- Fix USE_BDB (4.1.25 is minimal supported version)
- Enable MySQL backend as default
- Disable fs backend (suitable for testing only)
27 Aug 2007 10:38:28
Original commit files touched by this commit  2.1.14_1
mm search for other commits by this committer
- Add bugfix for SASL (SVN changesets 356 + 357)
- Bump PORTREVISION

Tested by:      miwi
16 Aug 2007 14:53:01
Original commit files touched by this commit  2.1.14
mm search for other commits by this committer
- Update to 2.1.14
- Fix TARGETDIR/PREFIX [1]

PR:             ports/115307 [1]
Submitted by:   Michael Nottebrock [1]
13 Aug 2007 11:28:24
Original commit files touched by this commit  2.1.12
mm search for other commits by this committer
- Update to 2.1.13

Approved by:    garga (mentor, implicit)
02 Aug 2007 09:34:42
Original commit files touched by this commit  2.1.12
mm search for other commits by this committer
- Update to 2.1.12
- Remove patch-aa (included in source)

Approved by:    garga (mentor, implicit)
30 Jul 2007 11:04:24
Original commit files touched by this commit  2.1.11
mm search for other commits by this committer
- Update to 2.1.11
- Unbreak (--enable-mio=poll)
- Add patch against SVN rev 314 to fix memleaks

Approved by:    garga (mentor, implicit)
27 Jul 2007 13:19:48
Original commit files touched by this commit  2.1.10
mm search for other commits by this committer
- Fix build with SQLITE option and installed databases/sqlite-threads

Reported by:    Sean Winn <sean@gothic.net.au>
Approved by:    garga (mentor, implicit)
26 Jul 2007 21:00:52
Original commit files touched by this commit  2.1.10
mm search for other commits by this committer
- Update to 2.1.10
- Added JABBER_* variables
- Renamed startup file from old-style *.sh.in
- Added port documentation
- *.sql files moved to DOCSDIR
- Removed avatar patch (already in source)
- Updated dependencies
- Updated pkg-descr (project has moved)
- Changed maintainer to mm@FreeBSD.org

PR:             ports/114932
Submitted by:   mm
Approved by:    maintainer, garga (mentor, implicit)
07 Oct 2006 15:35:12
Original commit files touched by this commit  2.0.11_2
pav search for other commits by this committer
- Add a command line option -d to specify configuration directory

PR:             ports/102651
Submitted by:   Aaron Gifford <astounding@gmail.com>
Approved by:    Kirk Strauser <kirk@strauser.com> (maintainer)
25 Jun 2006 17:57:16
Original commit files touched by this commit  2.0.11_1
johans search for other commits by this committer
- Fix BDB backend (with WANT_BDB_VER=43)

PR:             95458
Submitted by:   Sergey Akifiev
Approved by:    Kirk Strauser (maintainer), flz (mentor)
24 May 2006 16:17:52
Original commit files touched by this commit  2.0.11
mnag search for other commits by this committer
- Fix master sites
- UnBROKEN

PR:             97459
Reported by:    JCd <jc.duss59___caramail.com>
Submitted by:   maintainer
21 May 2006 22:36:52
Original commit files touched by this commit  2.0.11
kris search for other commits by this committer
BROKEN: Unfetchable
20 Mar 2006 12:24:18
Original commit files touched by this commit  2.0.11
garga search for other commits by this committer
- Add avatar support on vCard, optionally, disabled by default

PR:             ports/94062
Submitted by:   garga
Approved by:    maintainer timeout (16 days)
15 Mar 2006 13:28:54
Original commit files touched by this commit  2.0.11
mnag search for other commits by this committer
- Update to 2.0.11

PR:             94370
Submitted by:   Andrew Khlebutin <andrey@hm.perm.ru>
Approved by:    maintainer
20 Feb 2006 20:47:50
Original commit files touched by this commit  2.0.10
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
01 Feb 2006 01:02:03
Original commit files touched by this commit  2.0.10
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 02:46:38
Original commit files touched by this commit  2.0.10
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
12 Nov 2005 18:52:22
Original commit files touched by this commit  2.0.10
 This port version is marked as vulnerable.
pav search for other commits by this committer
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
09 Nov 2005 07:48:19
Original commit files touched by this commit  2.0.10
 This port version is marked as vulnerable.
pav search for other commits by this committer
Move instant messaging related ports to newly created net-im category:

  net/aim -> net-im/aim
  net/amsn -> net-im/amsn
  net/ari-yahoo -> net-im/ari-yahoo
  net/ayttm -> net-im/ayttm
  net/bsflite -> net-im/bsflite
  net/ccmsn -> net-im/ccmsn
  net/centericq -> net-im/centericq
  net/cicquin -> net-im/cicquin
  net/coccinella -> net-im/coccinella
  net/convey -> net-im/convey
  net/echat -> net-im/echat
  net/ejabberd -> net-im/ejabberd
  net/firetalk -> net-im/firetalk
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 53

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
firefoxSep 08
firefox3-develSep 08
firefox35Sep 08
linux-firefoxSep 08
linux-firefox-develSep 08
seamonkey2Sep 08
thunderbirdSep 08
thunderbird3Sep 08
sudoSep 07
lftpSep 03
wgetSep 03
wget-develSep 03
p5-libwwwAug 31
quaggaAug 25
bugzillaAug 24

5 vulnerabilities affecting 13 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 22134
Broken 190
Deprecated 71
Ignore 841
Forbidden 2
Restricted 381
No CDROM 132
Vulnerable 55
Expired 37
Set to expire 59
Interactive 63
new 24 hours 8
new 48 hours16
new 7 days32
new fortnight73
new month176

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

Add tab to Netscape 6

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