diff options
author | martti <martti> | 2009-02-03 12:07:26 +0000 |
---|---|---|
committer | martti <martti> | 2009-02-03 12:07:26 +0000 |
commit | ba573e012e9fb38366f9489b9d8a0ae2213ce9b0 (patch) | |
tree | 81a89ecec48abe47ba3fe844f8ccaa762bfce6c2 /chat/ejabberd/PLIST | |
parent | 11bdc7daf5543d2e497719a6d720145e9ee7b75e (diff) | |
download | pkgsrc-ba573e012e9fb38366f9489b9d8a0ae2213ce9b0.tar.gz |
Updated chat/ejabberd to 2.0.3
* Do not ask certificate for client (c2s)
* Check digest-uri in SASL digest authentication
* Use send timeout to avoid locking on gen_tcp:send
* Fix ejabberd reconnection to database
* HTTP-Bind: handle wrong order of packets
* MUC: Improved traffic regulation management
* PubSub: Several bugfixes and improvements for best coverage of XEP-0060 v1.12
* Shared Roster Groups: push immediately membership changes
* Rotate also sasl.log on "reopen-log" command
Diffstat (limited to 'chat/ejabberd/PLIST')
-rw-r--r-- | chat/ejabberd/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ejabberd/PLIST b/chat/ejabberd/PLIST index 83d0cbcd459..cebe97a416b 100644 --- a/chat/ejabberd/PLIST +++ b/chat/ejabberd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/11/12 13:13:59 martti Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/02/03 12:07:26 martti Exp $ ${EJABBERD_EXDIR}/ejabberd.cfg ${EJABBERD_EXDIR}/ejabberdctl.cfg ${EJABBERD_EXDIR}/inetrc @@ -170,7 +170,6 @@ share/doc/${PKGNAME}/features.tex share/doc/${PKGNAME}/flow.dot share/doc/${PKGNAME}/guide.html share/doc/${PKGNAME}/guide.tex -share/doc/${PKGNAME}/guide.tex.orig share/doc/${PKGNAME}/introduction.tex share/doc/${PKGNAME}/logo.png share/doc/${PKGNAME}/mod_http_bind.tex @@ -186,6 +185,7 @@ share/doc/${PKGNAME}/release_notes_1.1.3.txt share/doc/${PKGNAME}/release_notes_1.1.4.txt share/doc/${PKGNAME}/release_notes_2.0.0.txt share/doc/${PKGNAME}/release_notes_2.0.1.txt +share/doc/${PKGNAME}/release_notes_2.0.2.txt share/doc/${PKGNAME}/version.tex share/doc/${PKGNAME}/webadmmain.png share/doc/${PKGNAME}/webadmmainru.png |