FreshPorts -- The Place For Ports Sat, 17 May 2008 5:28 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
jabberd 2.1.24.1 net-im on this many watch lists=14 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 Libraries: textproc/expat2, security/gsasl, dns/libidn, converters/libiconv, databases/mysql50-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.1.24.1:
     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"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.xiaoka.com/jabberd2/releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jabber/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 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: 29

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 29

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 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
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

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 0.583 seconds.