summaryrefslogtreecommitdiff
path: root/chat/ejabberd/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2011-12-21 13:42:36 +0000
committerfhajny <fhajny@pkgsrc.org>2011-12-21 13:42:36 +0000
commitf857c063af254cb2c326f762bfda67f3abb1a340 (patch)
tree3cab0c4314d97a56f9730bf00f24175a37cef4aa /chat/ejabberd/Makefile
parent51ac3897567a98e4de331464c398fbb0a6c71f60 (diff)
downloadpkgsrc-f857c063af254cb2c326f762bfda67f3abb1a340.tar.gz
Update ejabberd to 2.1.9.
Changes: * Core ejabberd - Decrease CPU usage caused by tls:send with large data - Escape iolist correctly when NIFs are disabled (EJAB-1462) - Fix code to satisfy Dialyzer warnings - Fix compilation in Windows - Replace calls of OTP’s Binary, since they would require R14 * LDAP - Document ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299) - Log an error when an LDAP filter is incorrect (EJAB-1395) - New options: ldap_tls_cacertfile and ldap_tls_depth (EJAB-1299) - New option: ldap_deref_aliases (EJAB-639) - Match ldap_uidattr_format case-insensitively (EJAB-1449) * MUC - Support for multiple entry with same nick to MUC rooms (EJAB-305) - Support voice request and approvement - New room option: allow_private_messages_from_visitors - New room options: allow_voice_requests and voice_request_min_interval - Include status 110 in presence to new occupant (EJAB-740) - Fix mod_muc_log crash when first log entry is room destroy (EJAB-1499) - Many fixes and improvements in mod_muc * Pubsub - Enable pubsub#deliver_notification checking (EJAB-1453) - Fix Denial of Service when user sends malformed publish stanza (EJAB-1498) * ODBC - Fix ODBC account counting (EJAB-1491) - Optimized mod_roster_odbc:get_roster * Miscellanea: - New SASL SCRAM-SHA-1 authentication mechanism (EJAB-1196) - New option: resource_conflict (EJAB-650)
Diffstat (limited to 'chat/ejabberd/Makefile')
-rw-r--r--chat/ejabberd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile
index e40c1f954f1..9aae346bf3d 100644
--- a/chat/ejabberd/Makefile
+++ b/chat/ejabberd/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2011/06/11 20:27:12 mspo Exp $
+# $NetBSD: Makefile,v 1.24 2011/12/21 13:42:36 fhajny Exp $
-DISTNAME= ejabberd-2.1.8
+DISTNAME= ejabberd-2.1.9
CATEGORIES= chat
MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION}/
@@ -93,8 +93,7 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/dev.html ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/doc/features.html ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/features.pdf ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/doc/guide.html ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Localizing paths