Tue May 12 18:36:19 2009 UTC ()
Updated chat/ejabberd to 2.0.5

* Fix two problems introduced in ejabberd 2.0.4: subscription request produced
  many authorization requests with some clients and transports; and
  subscription requests were not stored for later delivery when receiver was
  offline.
* Fix warning in expat_erl.c about implicit declaration of x_fix_buff
* HTTP-Bind (BOSH): Fix a missing stream:error in the returned
  remote-stream-error stanza


(martti)
diff -r1.10 -r1.11 pkgsrc/chat/ejabberd/Makefile
diff -r1.5 -r1.6 pkgsrc/chat/ejabberd/PLIST
diff -r1.7 -r1.8 pkgsrc/chat/ejabberd/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/chat/ejabberd/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/ejabberd/Makefile 2009/05/12 12:55:30 1.10
+++ pkgsrc/chat/ejabberd/Makefile 2009/05/12 18:36:19 1.11
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.10 2009/05/12 12:55:30 martti Exp $ 1# $NetBSD: Makefile,v 1.11 2009/05/12 18:36:19 martti Exp $
2 2
3DISTNAME= ejabberd-2.0.4 3DISTNAME= ejabberd-2.0.5
4#PKGREVISION= 1 4#PKGREVISION= 1
5CATEGORIES= chat 5CATEGORIES= chat
6MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.0.4/ 6MASTER_SITES= http://www.process-one.net/downloads/ejabberd/2.0.5/
7 7
8MAINTAINER= martti@NetBSD.org 8MAINTAINER= martti@NetBSD.org
9HOMEPAGE= http://www.ejabberd.im/ 9HOMEPAGE= http://www.ejabberd.im/
10COMMENT= Free and Open Source distributed fault-tolerant Jabber server 10COMMENT= Free and Open Source distributed fault-tolerant Jabber server
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15CONFLICTS+= jabberd-[0-9]* 15CONFLICTS+= jabberd-[0-9]*
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_TOOLS+= gmake 18USE_TOOLS+= gmake
19 19

cvs diff -r1.5 -r1.6 pkgsrc/chat/ejabberd/PLIST (expand / switch to unified diff)

--- pkgsrc/chat/ejabberd/PLIST 2009/03/22 10:39:43 1.5
+++ pkgsrc/chat/ejabberd/PLIST 2009/05/12 18:36:19 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2009/03/22 10:39:43 martti Exp $ 1@comment $NetBSD: PLIST,v 1.6 2009/05/12 18:36:19 martti Exp $
2${EJABBERD_EXDIR}/ejabberd.cfg 2${EJABBERD_EXDIR}/ejabberd.cfg
3${EJABBERD_EXDIR}/ejabberdctl.cfg 3${EJABBERD_EXDIR}/ejabberdctl.cfg
4${EJABBERD_EXDIR}/inetrc 4${EJABBERD_EXDIR}/inetrc
5lib/erlang/lib/${PKGNAME}/ebin/ELDAPv3.beam 5lib/erlang/lib/${PKGNAME}/ebin/ELDAPv3.beam
6lib/erlang/lib/${PKGNAME}/ebin/XmppAddr.beam 6lib/erlang/lib/${PKGNAME}/ebin/XmppAddr.beam
7lib/erlang/lib/${PKGNAME}/ebin/acl.beam 7lib/erlang/lib/${PKGNAME}/ebin/acl.beam
8lib/erlang/lib/${PKGNAME}/ebin/adhoc.beam 8lib/erlang/lib/${PKGNAME}/ebin/adhoc.beam
9lib/erlang/lib/${PKGNAME}/ebin/cyrsasl.beam 9lib/erlang/lib/${PKGNAME}/ebin/cyrsasl.beam
10lib/erlang/lib/${PKGNAME}/ebin/cyrsasl_anonymous.beam 10lib/erlang/lib/${PKGNAME}/ebin/cyrsasl_anonymous.beam
11lib/erlang/lib/${PKGNAME}/ebin/cyrsasl_digest.beam 11lib/erlang/lib/${PKGNAME}/ebin/cyrsasl_digest.beam
12lib/erlang/lib/${PKGNAME}/ebin/cyrsasl_plain.beam 12lib/erlang/lib/${PKGNAME}/ebin/cyrsasl_plain.beam
13lib/erlang/lib/${PKGNAME}/ebin/ejabberd.app 13lib/erlang/lib/${PKGNAME}/ebin/ejabberd.app
14lib/erlang/lib/${PKGNAME}/ebin/ejabberd.beam 14lib/erlang/lib/${PKGNAME}/ebin/ejabberd.beam
@@ -156,73 +156,55 @@ lib/erlang/lib/${PKGNAME}/priv/msgs/sk.m @@ -156,73 +156,55 @@ lib/erlang/lib/${PKGNAME}/priv/msgs/sk.m
156lib/erlang/lib/${PKGNAME}/priv/msgs/sv.msg 156lib/erlang/lib/${PKGNAME}/priv/msgs/sv.msg
157lib/erlang/lib/${PKGNAME}/priv/msgs/th.msg 157lib/erlang/lib/${PKGNAME}/priv/msgs/th.msg
158lib/erlang/lib/${PKGNAME}/priv/msgs/tr.msg 158lib/erlang/lib/${PKGNAME}/priv/msgs/tr.msg
159lib/erlang/lib/${PKGNAME}/priv/msgs/uk.msg 159lib/erlang/lib/${PKGNAME}/priv/msgs/uk.msg
160lib/erlang/lib/${PKGNAME}/priv/msgs/vi.msg 160lib/erlang/lib/${PKGNAME}/priv/msgs/vi.msg
161lib/erlang/lib/${PKGNAME}/priv/msgs/wa.msg 161lib/erlang/lib/${PKGNAME}/priv/msgs/wa.msg
162lib/erlang/lib/${PKGNAME}/priv/msgs/zh.msg 162lib/erlang/lib/${PKGNAME}/priv/msgs/zh.msg
163sbin/ejabberdctl 163sbin/ejabberdctl
164share/doc/${PKGNAME}/COPYING 164share/doc/${PKGNAME}/COPYING
165share/doc/${PKGNAME}/Makefile 165share/doc/${PKGNAME}/Makefile
166share/doc/${PKGNAME}/api/Makefile 166share/doc/${PKGNAME}/api/Makefile
167share/doc/${PKGNAME}/api/overview.edoc 167share/doc/${PKGNAME}/api/overview.edoc
168share/doc/${PKGNAME}/api/process-one.css 168share/doc/${PKGNAME}/api/process-one.css
169share/doc/${PKGNAME}/contributed_modules.aux 
170share/doc/${PKGNAME}/contributed_modules.tex 
171share/doc/${PKGNAME}/dev.haux 
172share/doc/${PKGNAME}/dev.html 169share/doc/${PKGNAME}/dev.html
173share/doc/${PKGNAME}/dev.htoc 
174share/doc/${PKGNAME}/dev.tex 170share/doc/${PKGNAME}/dev.tex
175share/doc/${PKGNAME}/discorus.png 171share/doc/${PKGNAME}/discorus.png
176share/doc/${PKGNAME}/features.aux 
177share/doc/${PKGNAME}/features.haux 
178share/doc/${PKGNAME}/features.html 172share/doc/${PKGNAME}/features.html
179share/doc/${PKGNAME}/features.htoc 
180share/doc/${PKGNAME}/features.log 
181share/doc/${PKGNAME}/features.out 
182share/doc/${PKGNAME}/features.pdf 173share/doc/${PKGNAME}/features.pdf
183share/doc/${PKGNAME}/features.tex 174share/doc/${PKGNAME}/features.tex
184share/doc/${PKGNAME}/flow.dot 175share/doc/${PKGNAME}/flow.dot
185share/doc/${PKGNAME}/guide.aux 
186share/doc/${PKGNAME}/guide.haux 
187share/doc/${PKGNAME}/guide.html 176share/doc/${PKGNAME}/guide.html
188share/doc/${PKGNAME}/guide.htoc 
189share/doc/${PKGNAME}/guide.idx 
190share/doc/${PKGNAME}/guide.ilg 
191share/doc/${PKGNAME}/guide.ind 
192share/doc/${PKGNAME}/guide.log 
193share/doc/${PKGNAME}/guide.out 
194share/doc/${PKGNAME}/guide.pdf 177share/doc/${PKGNAME}/guide.pdf
195share/doc/${PKGNAME}/guide.tex 178share/doc/${PKGNAME}/guide.tex
196share/doc/${PKGNAME}/guide.toc 
197share/doc/${PKGNAME}/introduction.tex 179share/doc/${PKGNAME}/introduction.tex
198share/doc/${PKGNAME}/logo.png 180share/doc/${PKGNAME}/logo.png
199share/doc/${PKGNAME}/mod_http_bind.tex 181share/doc/${PKGNAME}/mod_http_bind.tex
200share/doc/${PKGNAME}/mod_http_fileserver.tex 182share/doc/${PKGNAME}/mod_http_fileserver.tex
201share/doc/${PKGNAME}/release_notes_${PKGVERSION}.txt 183share/doc/${PKGNAME}/release_notes_${PKGVERSION}.txt
202share/doc/${PKGNAME}/release_notes_0.9.1.txt 184share/doc/${PKGNAME}/release_notes_0.9.1.txt
203share/doc/${PKGNAME}/release_notes_0.9.8.txt 185share/doc/${PKGNAME}/release_notes_0.9.8.txt
204share/doc/${PKGNAME}/release_notes_0.9.txt 186share/doc/${PKGNAME}/release_notes_0.9.txt
205share/doc/${PKGNAME}/release_notes_1.0.0.txt 187share/doc/${PKGNAME}/release_notes_1.0.0.txt
206share/doc/${PKGNAME}/release_notes_1.1.0.txt 188share/doc/${PKGNAME}/release_notes_1.1.0.txt
207share/doc/${PKGNAME}/release_notes_1.1.1.txt 189share/doc/${PKGNAME}/release_notes_1.1.1.txt
208share/doc/${PKGNAME}/release_notes_1.1.2.txt 190share/doc/${PKGNAME}/release_notes_1.1.2.txt
209share/doc/${PKGNAME}/release_notes_1.1.3.txt 191share/doc/${PKGNAME}/release_notes_1.1.3.txt
210share/doc/${PKGNAME}/release_notes_1.1.4.txt 192share/doc/${PKGNAME}/release_notes_1.1.4.txt
211share/doc/${PKGNAME}/release_notes_2.0.0.txt 193share/doc/${PKGNAME}/release_notes_2.0.0.txt
212share/doc/${PKGNAME}/release_notes_2.0.1.txt 194share/doc/${PKGNAME}/release_notes_2.0.1.txt
213share/doc/${PKGNAME}/release_notes_2.0.2.txt 195share/doc/${PKGNAME}/release_notes_2.0.2.txt
214share/doc/${PKGNAME}/release_notes_2.0.3.txt 196share/doc/${PKGNAME}/release_notes_2.0.3.txt
215share/doc/${PKGNAME}/version.aux 197share/doc/${PKGNAME}/release_notes_2.0.4.txt
216share/doc/${PKGNAME}/version.tex 198share/doc/${PKGNAME}/version.tex
217share/doc/${PKGNAME}/webadmmain.png 199share/doc/${PKGNAME}/webadmmain.png
218share/doc/${PKGNAME}/webadmmainru.png 200share/doc/${PKGNAME}/webadmmainru.png
219share/doc/${PKGNAME}/yozhikheader.png 201share/doc/${PKGNAME}/yozhikheader.png
220share/examples/ejabberd/ejabberd.cfg 202share/examples/ejabberd/ejabberd.cfg
221share/examples/ejabberd/ejabberdctl.cfg 203share/examples/ejabberd/ejabberdctl.cfg
222share/examples/ejabberd/inetrc 204share/examples/ejabberd/inetrc
223share/examples/rc.d/ejabberd 205share/examples/rc.d/ejabberd
224@dirrm share/examples/ejabberd 206@dirrm share/examples/ejabberd
225@dirrm share/doc/${PKGNAME}/api 207@dirrm share/doc/${PKGNAME}/api
226@dirrm share/doc/${PKGNAME} 208@dirrm share/doc/${PKGNAME}
227@dirrm lib/erlang/lib/${PKGNAME}/priv/bin 209@dirrm lib/erlang/lib/${PKGNAME}/priv/bin
228@dirrm lib/erlang/lib/${PKGNAME}/priv/msgs 210@dirrm lib/erlang/lib/${PKGNAME}/priv/msgs

cvs diff -r1.7 -r1.8 pkgsrc/chat/ejabberd/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/ejabberd/distinfo 2009/03/22 10:39:44 1.7
+++ pkgsrc/chat/ejabberd/distinfo 2009/05/12 18:36:19 1.8
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.7 2009/03/22 10:39:44 martti Exp $ 1$NetBSD: distinfo,v 1.8 2009/05/12 18:36:19 martti Exp $
2 2
3SHA1 (ejabberd-2.0.4.tar.gz) = 16516c7f9723e1ca781970d54afbf580a72c9eeb 3SHA1 (ejabberd-2.0.5.tar.gz) = e5b8c4b742fdcc439da9458f94f530604abdfdd5
4RMD160 (ejabberd-2.0.4.tar.gz) = 05b8d1fd42724335af588bf6fa7a14e5605bf6e3 4RMD160 (ejabberd-2.0.5.tar.gz) = 5ec0210b3995004c708180a66a096e0b9be5f1ba
5Size (ejabberd-2.0.4.tar.gz) = 1827181 bytes 5Size (ejabberd-2.0.5.tar.gz) = 1796737 bytes
6SHA1 (patch-aa) = b3cc3c7eaffeada40f322303f6b8d7ee4624f205 6SHA1 (patch-aa) = b3cc3c7eaffeada40f322303f6b8d7ee4624f205
7SHA1 (patch-ac) = 54bf662dfeaa45bcf8443507033664d729e4b47f 7SHA1 (patch-ac) = 54bf662dfeaa45bcf8443507033664d729e4b47f
8SHA1 (patch-ad) = 0aa1652ec464c1c995ae81a7ea6b00d0d9e1cd0d 8SHA1 (patch-ad) = 0aa1652ec464c1c995ae81a7ea6b00d0d9e1cd0d
9SHA1 (patch-ae) = c1c615a1d2e28d05d069f2bafa30179437922536 9SHA1 (patch-ae) = c1c615a1d2e28d05d069f2bafa30179437922536
10SHA1 (patch-af) = 908ebaaea76de53cc22a53289d3b93189767d40c 10SHA1 (patch-af) = 908ebaaea76de53cc22a53289d3b93189767d40c
11SHA1 (patch-ag) = c6620ce3018e4c01d8c9edf6242a8cb52a55395d 11SHA1 (patch-ag) = c6620ce3018e4c01d8c9edf6242a8cb52a55395d
12SHA1 (patch-ah) = 29703bddcc89df1c7b8d85cebcd3efb273b14e89 12SHA1 (patch-ah) = 29703bddcc89df1c7b8d85cebcd3efb273b14e89
13SHA1 (patch-ai) = a764916c2c9c396bc55ed4244dc7afcd14208cd3 13SHA1 (patch-ai) = a764916c2c9c396bc55ed4244dc7afcd14208cd3