diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-03-01 16:38:31 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-03-01 16:38:31 +0000 |
commit | 52f67f7a7ce59f3c07b44f5a110d57ca22b4febd (patch) | |
tree | 2583759386ad5fa761d0dc0c01335780441b2a37 | |
parent | 6d400ee32c40ab2957ed11f7eafc03e8d74f823f (diff) | |
download | pkgsrc-52f67f7a7ce59f3c07b44f5a110d57ca22b4febd.tar.gz |
Update chat/prosody to 0.9.12.
0.9.12
- Dependencies: Fix certificate verification failures when using
LuaSec 0.6
- mod_s2s: Lower log message to 'warn' level, standard for
remotely-triggered protocol issues
- certs/Makefile: Remove -c flag from chmod call (a GNU extension)
- Networking: Prevent writes after a handler is closed
0.9.11
- HTTP parser: Improve buffering of incoming HTTP data and add size
limits
- sessionmanager: Fix for an issue which caused people to be kicked
from conferences if mod_smacks was enabled
- Dependencies: Workaround for compatibility with LuaSec 0.6
- MUC: Accept missing form as "instant room" request
- C2S: Fix issues with destroying disconnected connections
- mod_privacy: Fix selection of the top resource(s)
- mod_presence: Make sure both users get each others presence after
adding each other
- mod_http_files: Fix traceback when serving a non-wildcard path
- mod_http_files: Preserve a trailing slash in paths
- util.datamanager: Fix error handling
- net.server_event: Fix internal socket API to allow writing from
socket.ondrain callback
- net.server_event: Fix timeout
- net.server_event: Fix traceback due to write during TLS handshake
- net.server_event: Fix buffer length check
-rw-r--r-- | chat/prosody/Makefile | 5 | ||||
-rw-r--r-- | chat/prosody/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 8c6a9c33ca0..e563cb73405 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2016/03/05 11:28:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.27 2017/03/01 16:38:31 fhajny Exp $ # -DISTNAME= prosody-0.9.10 -PKGREVISION= 2 +DISTNAME= prosody-0.9.12 CATEGORIES= chat MASTER_SITES= http://prosody.im/downloads/source/ diff --git a/chat/prosody/distinfo b/chat/prosody/distinfo index fac5bf59546..2d02e70bdd1 100644 --- a/chat/prosody/distinfo +++ b/chat/prosody/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2016/12/15 23:45:42 joerg Exp $ +$NetBSD: distinfo,v 1.14 2017/03/01 16:38:31 fhajny Exp $ -SHA1 (prosody-0.9.10.tar.gz) = 572b3dc6f29cb304cc7d4c5a2ef570cf0638fe63 -RMD160 (prosody-0.9.10.tar.gz) = adee85a03e80b8953c55ec6dc5e89773c342bc5a -SHA512 (prosody-0.9.10.tar.gz) = 4453fb596704b6a248a52dedc00cfc77edbee1fad502f1197b04c2148092389a294c152c3ba36203f51831d51ee2b915c15382ac86fcff4f35696ecacf926574 -Size (prosody-0.9.10.tar.gz) = 267380 bytes +SHA1 (prosody-0.9.12.tar.gz) = 1ee224263a5b3d67960e12edbbe6b2f16b95d147 +RMD160 (prosody-0.9.12.tar.gz) = 5d5d16d839936d4577228e7b7de06e9bb95d001a +SHA512 (prosody-0.9.12.tar.gz) = e87b5f3b3e327722cec9d8d0470684e2ec2788a1c5ae623c4f505a00572ef21f65afe84cd5b7de47d6a65fe8872506fe34e5e8886e20979ff84710669857ca76 +Size (prosody-0.9.12.tar.gz) = 267869 bytes SHA1 (patch-aa) = a51829983e9b4b28ee769a101df3dec00daf677d SHA1 (patch-ab) = 755dd6d77689ef56ea4468f943f149933be72378 SHA1 (patch-ad) = abcae34982fee846c00252be1c0b033a44ad65d0 |