Version: 2.0s11, Package name: jabberd-2.0s11 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description The jabberd project aims to provide an open-source server implementation of the Jabber protocols for instant messaging and XML routing. The goal of this project is to provide a scalable, reliable, efficient and extensible server that provides a complete set of features and is up to date with the latest protocol revisions. |
Filesize: 759.244 KB |
Version History (View Complete History) |
|
2020-04-27 10:53:09 by Solene Rapenne | Files touched by this commit (12) |
Log message: remove net/ejabberd project is abandoned upstream since 2 years and no fork is active net/prosody is a solid alternative ok mariani@ kn@ cwen@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-08 21:48:56 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Cope with lack of 'reconnect' in struct MYSQL in recent mariadb releases. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-08-25 05:16:12 by Stuart Henderson | Files touched by this commit (7) |
Log message: wantlib |
2015-08-17 14:04:17 by Stuart Henderson | Files touched by this commit (13) |
Log message: sync WANTLIB |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-11-11 07:00:45 by Marc Espie | Files touched by this commit (15) |
Log message: more WANTLIB |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-07-12 16:07:42 by Stuart Henderson | Files touched by this commit (244) |
Log message: use REVISION, checked with before/after make show=PKGNAMES (plus some extra-careful checking where there are complicated PSEUDO_FLAVORS). |
2008-07-09 03:36:19 by Marc Espie | Files touched by this commit (1) |
Log message: fix spec (openldap-server WON'T have the required libraries) |
2007-10-25 15:05:33 by Steven Mestdagh | Files touched by this commit (15) |
Log message: db.=4 -> db.>=4 in preparation of db4 update ok sthen@ |
2007-09-15 17:36:43 by Michael Erdely | Files touched by this commit (7) |
Log message: Put quotes back around ERRORS. From simon@ |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-12 09:15:18 by Alexandre Anriot | Files touched by this commit (1) |
Log message: configure with --enable-debug to get feedback from the software (database connectivity, permissions, etc.) using the '-D' switch. ok naddy@ |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-04-03 09:04:32 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - plug a file descriptor leak, which makes hungry machines eat all the descriptors. - fix HOMEPAGE. - MAINTAINER drops maintainership. - regen patches. from Ingo Schwarze <schwarze@usta.de> ok naddy@ |
2007-04-01 07:12:42 by Steven Mestdagh | Files touched by this commit (2) |
Log message: USE_LIBTOOL, regen plist |
2006-11-11 07:38:23 by Marc Balmer | Files touched by this commit (1) |
Log message: Fix WANTLIB after openldap changes. |
2006-08-03 17:15:58 by Marc Espie | Files touched by this commit (58) |
Log message: new style specs |
2006-05-14 11:31:16 by Steven Mestdagh | Files touched by this commit (1) |
Log message: add a few backup master sites. ok maintainer |
2006-05-01 08:27:10 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: SECURITY: update to 2.0s11 http://jabberstudio.org/projects/jabberd2/releases/view.php?id=826 * Sending a stanza before an stanza during a SASL negotiation can cause a c2s segfault. Leading to a remote DoS http://jabberstudio.org/projects/jabberd2/releases/view.php?id=802 * fixed SASL anonymous, bug#126 * fixed edge cases with new dynamic jid code * fixed incorrect free order in c2s, byg#125 * corrected debug logging, bug#119 * fixed s2s bus error on 64-bit architectures, bug#122 * fixed c2s collisions due to long jids, bug#118 * fixed error response to iq result, bug#110 * fixed roster pushing packets without id, bug#73 * applied new dynamic jid patch, bug#100 * fixed double free of nad in c2s and s2s, bug#97 * major memory enhancement, made jid structure dynamically allocated, bug#100 * fixed glibc error with custom sql statements, bug#106 * fixed segfault with keepalives, bug#102 |
2006-04-17 08:09:09 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: SECURITY: update to 2.0s11 http://jabberstudio.org/projects/jabberd2/releases/view.php?id=826 * Sending a stanza before an stanza during a SASL negotiation can cause a c2s segfault. Leading to a remote DoS http://jabberstudio.org/projects/jabberd2/releases/view.php?id=802 * fixed SASL anonymous, bug#126 * fixed edge cases with new dynamic jid code * fixed incorrect free order in c2s, byg#125 * corrected debug logging, bug#119 * fixed s2s bus error on 64-bit architectures, bug#122 * fixed c2s collisions due to long jids, bug#118 * fixed error response to iq result, bug#110 * fixed roster pushing packets without id, bug#73 * applied new dynamic jid patch, bug#100 * fixed double free of nad in c2s and s2s, bug#97 * major memory enhancement, made jid structure dynamically allocated, bug#100 * fixed glibc error with custom sql statements, bug#106 * fixed segfault with keepalives, bug#102 From: maintainer Gerardo Santana Gomez Garrido |
2006-04-17 05:03:44 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: SECURITY: update to 2.0s11 http://jabberstudio.org/projects/jabberd2/releases/view.php?id=826 * Sending a stanza before an stanza during a SASL negotiation can cause a c2s segfault. Leading to a remote DoS http://jabberstudio.org/projects/jabberd2/releases/view.php?id=802 * fixed SASL anonymous, bug#126 * fixed edge cases with new dynamic jid code * fixed incorrect free order in c2s, byg#125 * corrected debug logging, bug#119 * fixed s2s bus error on 64-bit architectures, bug#122 * fixed c2s collisions due to long jids, bug#118 * fixed error response to iq result, bug#110 * fixed roster pushing packets without id, bug#73 * applied new dynamic jid patch, bug#100 * fixed double free of nad in c2s and s2s, bug#97 * major memory enhancement, made jid structure dynamically allocated, bug#100 * fixed glibc error with custom sql statements, bug#106 * fixed segfault with keepalives, bug#102 From: maintainer Gerardo Santana Gomez Garrido |
2006-04-16 12:54:31 by Christian Weisgerber | Files touched by this commit (2) |
Log message: SECURITY: update to 2.0s11 http://jabberstudio.org/projects/jabberd2/releases/view.php?id=826 * Sending a stanza before an stanza during a SASL negotiation can cause a c2s segfault. Leading to a remote DoS http://jabberstudio.org/projects/jabberd2/releases/view.php?id=802 * fixed SASL anonymous, bug#126 * fixed edge cases with new dynamic jid code * fixed incorrect free order in c2s, byg#125 * corrected debug logging, bug#119 * fixed s2s bus error on 64-bit architectures, bug#122 * fixed c2s collisions due to long jids, bug#118 * fixed error response to iq result, bug#110 * fixed roster pushing packets without id, bug#73 * applied new dynamic jid patch, bug#100 * fixed double free of nad in c2s and s2s, bug#97 * major memory enhancement, made jid structure dynamically allocated, bug#100 * fixed glibc error with custom sql statements, bug#106 * fixed segfault with keepalives, bug#102 From: maintainer Gerardo Santana Gomez Garrido |
2006-04-14 16:20:08 by Christian Weisgerber | Files touched by this commit (8) |
Log message: bump PKGNAME after MAINTAINER address change |
2006-04-09 23:43:50 by Jakob Schlyter | Files touched by this commit (10) |
Log message: update MAINTAINER email adress; from gerardo santana |
2005-11-14 05:46:05 by Bernd Ahlers | Files touched by this commit (1) |
Log message: sasl2 WANTLIB only for ldap FLAVOR. Bump PKGNAME. ok mbalmer@ |
2005-11-13 11:48:45 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Fix WANTLIB/LIB_DEPENDS after openldap update. "looks good" espie@ |
2005-09-14 04:41:02 by Marc Espie | Files touched by this commit (15) |
Log message: @pkgpath annotations to help update |
2005-08-31 13:55:37 by Nikolay Sturm | Files touched by this commit (8) |
Log message: bump PKGNAME so that 3.7 won't have higher PKGNAMEs than 3.8 suggested by espie@, ok pval@ |
2005-08-31 13:51:42 by Nikolay Sturm | Files touched by this commit (11) |
Log message: updated packages for these ports where not build in a sane environment bump PKGNAME for fixed packages |
2005-08-31 13:46:33 by Nikolay Sturm | Files touched by this commit (7) |
Log message: updated packages for these ports where not build in a sane environment bump PKGNAME for fixed packages |
2005-08-03 10:52:25 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: SECURITY: Fix a buffer overflow that could be used to perform a DoS attack and possible code execution. From: Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> ok brad |
2005-08-03 10:49:49 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: SECURITY: Fix a buffer overflow that could be used to perform a DoS attack and possible code execution. From: Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> ok brad@ |
2005-08-02 09:58:13 by Christian Weisgerber | Files touched by this commit (2) |
Log message: SECURITY: Fix a buffer overflow that could be used to perform a DoS attack and possible code execution. From: Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> |
2005-06-10 13:56:37 by Christian Weisgerber | Files touched by this commit (4) |
Log message: Add a missing file and regroup some files for specific flavors. From: maintainer Gerardo Santana Gomez Garrido |
2005-05-26 13:10:21 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Optionally support postgresql and db storages. From maintainer Gerardo Santana. |
2005-05-23 18:46:38 by Christian Weisgerber | Files touched by this commit (1) |
Log message: drop extraneous WANTLIBs; from maintainer Gerardo Santana |
2005-05-23 14:22:21 by Robert Nagy | Files touched by this commit (2) |
Log message: SECURITY: update to 2.0s6 fixes multiple vulnerabilities http://www.vuxml.org/openbsd/52619d3a-9bf3-11d9-afb3-00065bd5b0b6.html ok brad@ |
2005-05-05 09:53:27 by Jakob Schlyter | Files touched by this commit (1) |
Log message: fix dependencies for MySQL fix typo in BROKEN message |
2005-05-05 00:59:28 by Jakob Schlyter | Files touched by this commit (1) |
Log message: move MySQL to separate (default) flavour add LDAP flavour |
2005-05-05 00:56:08 by Jakob Schlyter | Files touched by this commit (1) |
Log message: fix startup using configuration file. ok MAINTAINER. |
2005-05-03 03:55:01 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: Update to 2.0s8 - http://jabberstudio.org/projects/jabberd2/releases/view.php?id=740 - http://jabberstudio.org/projects/jabberd2/releases/view.php?id=754 >From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> (MAINTAINER) |
2005-03-27 14:50:33 by Robert Nagy | Files touched by this commit (1) |
Log message: SECURITY: Update to 2.0s6 that fixes some security and reliability bugs. http://www.vuxml.org/openbsd/52619d3a-9bf3-11d9-afb3-00065bd5b0b6.html ok brad@ |
2005-03-23 10:02:53 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Update to 2.0s6 that fixes some security and reliability bugs. From: Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> |
2005-03-17 10:12:44 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Update to 2.0s6 that fixes some security and reliability bugs. From: Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> |
2005-03-08 03:10:18 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: - MODULES=iconv is not needed here - Bump PKGNAME |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-15 17:31:27 by Aleksander Piotrowski | Files touched by this commit (179) |
Log message: Add WANTLIB markers |
2004-11-17 14:11:07 by Jakob Schlyter | Files touched by this commit (1) |
Log message: clarify why mysql is separated in configure |
2004-11-17 14:08:26 by Jakob Schlyter | Files touched by this commit (2) |
Log message: resolve conflict and update to 2.0s4 |
2004-10-08 09:27:27 by Christian Weisgerber | Files touched by this commit (4) |
Log message: kill INSTALL/DEINSTALL, overhaul; ok maintainer |
2004-10-05 19:08:17 by Christian Weisgerber | Files touched by this commit (3) |
Log message: update to 2.0s3; from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-08-10 03:38:35 by Xavier Santolaria | Files touched by this commit (16) |
Log message: more new-style MODULES. |
2004-06-05 15:13:25 by Jakob Schlyter | Files touched by this commit (1) |
Log message: minor fixes from maintainer |