diff options
author | schnoebe <schnoebe@pkgsrc.org> | 2011-06-06 14:41:48 +0000 |
---|---|---|
committer | schnoebe <schnoebe@pkgsrc.org> | 2011-06-06 14:41:48 +0000 |
commit | 2d44972f2a0c803ea46ef469b08ecabf33445a07 (patch) | |
tree | a6b53cc20dd49d78dee270531a32de2f6f453831 /chat/prosody/Makefile | |
parent | 9c8e41708f2dcb9d5a77357614e9838e7a6b5b4e (diff) | |
download | pkgsrc-2d44972f2a0c803ea46ef469b08ecabf33445a07.tar.gz |
Update to prosody 0.8.1.
A security and bug fix release. The security aspect is to mitigate the
"billion laughs" denial-of-service attack against XML parsers and XMPP
servers.
Other changes:
- Reject XML DTDs, comments and processing instructions, preventing
the "billion laughs" attack
- Switch to MEDIUMTEXT in the schema for MySQL to avoid truncating
large data (such as large avatars)
Prosody automatically upgrades the table in-place if possible, see:
http://prosody.im/doc/mysql
- Fix for endless loop when parsing certain invalid JSON
- Fix PostgreSQL compatibility in prosody-migrator
- Fix timestamp parsing for DST (affecting MUC scrollback retrieval)
- mod_legacyauth now correctly disabled for unencrypted connections by default
- Components properly inherit SSL settings and certificates from their
'parent' hosts
- Prevent startup with no VirtualHost entries in the config file
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r-- | chat/prosody/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 81cf5ee1062..d3ea8b2f068 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/04/22 13:43:07 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/06/06 14:41:48 schnoebe Exp $ # -DISTNAME= prosody-0.7.0 -PKGREVISION= 1 +DISTNAME= prosody-0.8.1 CATEGORIES= chat MASTER_SITES= http://prosody.im/downloads/source/ @@ -14,7 +13,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= lua-filesystem>=1.0:../../devel/lua-filesystem -DEPENDS+= lua-expat>=1.1:../../textproc/lua-expat +DEPENDS+= lua-expat>=1.2:../../textproc/lua-expat DEPENDS+= lua-sec>=0.3.3:../../security/lua-sec DEPENDS+= lua-socket>=2.0:../../net/lua-socket |