Skip to content

Commit

Permalink
Update to 1.0.13. Changes:
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
shattered committed Oct 13, 2015
1 parent 472e0b1 commit 1968bf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 2 additions & 3 deletions chat/gloox/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion chat/gloox/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions chat/gloox/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1968bf9

Please sign in to comment.