pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/prosody Update chat/prosody to 0.9.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2b39be2f170
branches:  trunk
changeset: 359184:b2b39be2f170
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Mar 01 16:38:31 2017 +0000

description:
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

diffstat:

 chat/prosody/Makefile |   5 ++---
 chat/prosody/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 21c6f71cdb38 -r b2b39be2f170 chat/prosody/Makefile
--- a/chat/prosody/Makefile     Wed Mar 01 14:28:33 2017 +0000
+++ b/chat/prosody/Makefile     Wed Mar 01 16:38:31 2017 +0000
@@ -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 -r 21c6f71cdb38 -r b2b39be2f170 chat/prosody/distinfo
--- a/chat/prosody/distinfo     Wed Mar 01 14:28:33 2017 +0000
+++ b/chat/prosody/distinfo     Wed Mar 01 16:38:31 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index