diff -Naur prosody.old/fix-config.patch prosody/fix-config.patch --- prosody.old/fix-config.patch 2013-08-20 23:23:52.692476930 +0200 +++ prosody/fix-config.patch 2013-08-20 23:22:30.312475654 +0200 @@ -1,6 +1,5 @@ -diff -wbBur prosody-0.8.0/prosody.cfg.lua.dist prosody-0.8.0.my/prosody.cfg.lua.dist ---- prosody-0.8.0/prosody.cfg.lua.dist 2011-04-05 13:47:06.000000000 +0000 -+++ prosody-0.8.0.my/prosody.cfg.lua.dist 2011-04-07 16:03:42.000000000 +0000 +--- prosody-0.9.0/prosody.cfg.lua.dist.orig 2013-08-19 21:37:36.000000000 +0200 ++++ prosody-0.9.0/prosody.cfg.lua.dist 2013-08-20 23:20:22.632473683 +0200 @@ -21,6 +21,8 @@ -- (see http://prosody.im/doc/creating_accounts for info) -- Example: admins = { "user1@example.com", "user2@example.net" } @@ -10,16 +9,16 @@ -- Enable use of libevent for better performance under high load -- For more information see: http://prosody.im/doc/libevent -@@ -59,7 +61,7 @@ - --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 +@@ -63,7 +65,7 @@ + --"http_files"; -- Serve static files from a directory over HTTP -- Other specific functionality - --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. + "posix"; -- POSIX functionality, sends server to background, enables syslog, etc. - --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" - --"httpserver"; -- Serve static files from a directory over HTTP --"groups"; -- Shared roster support -@@ -123,8 +125,8 @@ + --"announce"; -- Send announcement to all online users + --"welcome"; -- Welcome users who register accounts +@@ -139,8 +141,8 @@ -- Logging configuration -- For advanced logging see http://prosody.im/doc/logging log = { diff -Naur prosody.old/PKGBUILD prosody/PKGBUILD --- prosody.old/PKGBUILD 2013-08-20 23:23:52.692476930 +0200 +++ prosody/PKGBUILD 2013-08-20 23:22:48.552475938 +0200 @@ -4,8 +4,8 @@ # Contributor: Paul-Sebastian Manole pkgname=prosody -pkgver=0.8.2 -pkgrel=9 +pkgver=0.9.0 +pkgrel=1 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua." arch=('i686' 'x86_64') url="http://prosody.im/" @@ -20,9 +20,9 @@ 'fix-config.patch' 'prosody.tmpfile.d' 'prosody.service') -md5sums=('6e907bf0d0acf24f1011083020ba6ffb' +md5sums=('cf0dd4f3389ab666d2d2b3a43464afc4' '5b44aee99f1fa9e7f055e067688cafbd' - 'a4a5b968b5809037f83465c571eb9afe' + 'd2b5bfaa369bbe6e17971935d6887293' 'e2f5a1df410b05696a30dcb058841084' 'e74045f27cb60908d535969906781f75')