pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/prosody



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Mar  1 16:38:31 UTC 2017

Modified Files:
        pkgsrc/chat/prosody: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/chat/prosody/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/prosody/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/prosody/Makefile
diff -u pkgsrc/chat/prosody/Makefile:1.26 pkgsrc/chat/prosody/Makefile:1.27
--- pkgsrc/chat/prosody/Makefile:1.26   Sat Mar  5 11:28:09 2016
+++ pkgsrc/chat/prosody/Makefile        Wed Mar  1 16:38:31 2017
@@ -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/
 

Index: pkgsrc/chat/prosody/distinfo
diff -u pkgsrc/chat/prosody/distinfo:1.13 pkgsrc/chat/prosody/distinfo:1.14
--- pkgsrc/chat/prosody/distinfo:1.13   Thu Dec 15 23:45:42 2016
+++ pkgsrc/chat/prosody/distinfo        Wed Mar  1 16:38:31 2017
@@ -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