diff options
author | shattered <shattered@pkgsrc.org> | 2015-10-13 18:05:31 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2015-10-13 18:05:31 +0000 |
commit | 0e2e476ca1cef67a2c63f529f4084988426797a0 (patch) | |
tree | 3c42c675ecdde37ed4f9034515a689c044b84a6d /chat/gloox | |
parent | f1f969fa05d72e20db17cfbecdf81545d5cf491b (diff) | |
download | pkgsrc-0e2e476ca1cef67a2c63f529f4084988426797a0.tar.gz |
Update to 1.0.13. Changes:
Note: This release is not binary compatible with previous releases. It is source compatible.
- added IO Data (XEP-0244)
- serialise access to compressionZlib::cleanup for thread safety (thanks to Stephen Hilliard)
- prevent infinite loop in Tag::setCData() (thanks to Stephen Hilliard)
- TLSOpenSSL: memory leak on every client connection attempt (thanks to Stephen Hilliard)
- TLSOpenSSLClient/Server: disabled SSLv3, Google & co. finally support TLS
- fixed Debian bug #746857, worked around #758899
- fixed memory leak (#240)
- fixed compatibility with recent GnuTLS versions, fixed GnuTLS check (thanks to Andreas Metzler) (#231)
Diffstat (limited to 'chat/gloox')
-rw-r--r-- | chat/gloox/Makefile | 5 | ||||
-rw-r--r-- | chat/gloox/PLIST | 4 | ||||
-rw-r--r-- | chat/gloox/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile index 871a0b16cbc..8387d0aa286 100644 --- a/chat/gloox/Makefile +++ b/chat/gloox/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/08/23 14:30:36 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/10/13 18:05:31 shattered Exp $ -DISTNAME= gloox-1.0.10 -PKGREVISION= 1 +DISTNAME= gloox-1.0.13 CATEGORIES= chat MASTER_SITES= http://camaya.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gloox/PLIST b/chat/gloox/PLIST index 281c256d316..5cc2d1d6c00 100644 --- a/chat/gloox/PLIST +++ b/chat/gloox/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2014/05/06 08:41:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/10/13 18:05:31 shattered Exp $ bin/gloox-config include/gloox/adhoc.h include/gloox/adhoccommandprovider.h include/gloox/adhochandler.h +include/gloox/adhocplugin.h include/gloox/amp.h include/gloox/annotations.h include/gloox/annotationshandler.h @@ -60,6 +61,7 @@ include/gloox/gpgencrypted.h include/gloox/gpgsigned.h include/gloox/inbandbytestream.h include/gloox/instantmucroom.h +include/gloox/iodata.h include/gloox/iq.h include/gloox/iqhandler.h include/gloox/jid.h diff --git a/chat/gloox/distinfo b/chat/gloox/distinfo index b68efe38097..be680d098ef 100644 --- a/chat/gloox/distinfo +++ b/chat/gloox/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2014/05/06 08:41:38 wiz Exp $ +$NetBSD: distinfo,v 1.7 2015/10/13 18:05:31 shattered Exp $ -SHA1 (gloox-1.0.10.tar.bz2) = a55b663df28bbac62442ad6cdc5156213933427f -RMD160 (gloox-1.0.10.tar.bz2) = ec10ee4463593760b86ab09bf6534cb3fdd9e982 -Size (gloox-1.0.10.tar.bz2) = 670288 bytes +SHA1 (gloox-1.0.13.tar.bz2) = 735c0507f4ac45e6990528fab6afc45f9cabcc3a +RMD160 (gloox-1.0.13.tar.bz2) = d10cebe8962211c4bd070eb847076fc7dc56ccc7 +Size (gloox-1.0.13.tar.bz2) = 675842 bytes SHA1 (patch-configure) = b14cc132665cbcb722589007c36767c0ddfab25f SHA1 (patch-src_connectiontcpbase.cpp) = de9f367b91de7b4efd9ac7a3da463d3d32e5bdf0 SHA1 (patch-src_connectiontcpserver.cpp) = 720129dfcdff5a7ebb70bbf378c9ca3e5dfaabae |