From 10f2563c74e82d6aad44bdb52eb1da0caa48aff6 Mon Sep 17 00:00:00 2001 From: maya Date: Mon, 21 Jan 2019 07:51:03 +0000 Subject: toxcore: update to 0.2.7 Fix problems with initial connections and name-setting in conferences Add callback for successful connection to a conference Fix memory leak in error path in group A/V Note that 'make test' hangs on NetBSD, but another test succeeds. from iphydf in https://github.com/NetBSD/pkgsrc/pull/28 --- chat/toxcore/Makefile | 6 +++--- chat/toxcore/PLIST | 5 +++-- chat/toxcore/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/chat/toxcore/Makefile b/chat/toxcore/Makefile index c614af5fded..c3ad6cd6ce0 100644 --- a/chat/toxcore/Makefile +++ b/chat/toxcore/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2018/07/30 18:58:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/21 07:51:03 maya Exp $ -DISTNAME= toxcore-0.2.4 +DISTNAME= toxcore-0.2.7 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=TokTok/} GITHUB_PROJECT= c-toxcore @@ -12,7 +12,7 @@ COMMENT= Tox protocol library LICENSE= gnu-gpl-v3 USE_CMAKE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c99 c++ USE_TOOLS= pkg-config TEST_TARGET= test diff --git a/chat/toxcore/PLIST b/chat/toxcore/PLIST index 1ef3498e4e1..2eb64b1cd14 100644 --- a/chat/toxcore/PLIST +++ b/chat/toxcore/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2018/07/30 18:58:43 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/01/21 07:51:03 maya Exp $ +bin/DHT_bootstrap bin/tox-bootstrapd include/tox/tox.h include/tox/toxav.h @@ -6,5 +7,5 @@ include/tox/toxencryptsave.h lib/libtoxcore.a lib/libtoxcore.so lib/libtoxcore.so.2 -lib/libtoxcore.so.2.4.0 +lib/libtoxcore.so.2.7.0 lib/pkgconfig/toxcore.pc diff --git a/chat/toxcore/distinfo b/chat/toxcore/distinfo index 3e726983ea2..b84eb940ef8 100644 --- a/chat/toxcore/distinfo +++ b/chat/toxcore/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/07/30 18:58:43 jperkin Exp $ +$NetBSD: distinfo,v 1.2 2019/01/21 07:51:03 maya Exp $ -SHA1 (toxcore-0.2.4.tar.gz) = 2fbc29180f774d35e387447d3c25c74f86578a24 -RMD160 (toxcore-0.2.4.tar.gz) = fd4404fdd9f5484cccfff022faaa9b218f64836f -SHA512 (toxcore-0.2.4.tar.gz) = 322a5970087cd149f5c037ad4463eb34edfcc074dd76f7d63b117af93ee813922855380afbe0cda4cf39fd16f177eedee18a8e453ed14915321f9cec8ae7679d -Size (toxcore-0.2.4.tar.gz) = 479618 bytes +SHA1 (toxcore-0.2.7.tar.gz) = 9102bb29c8c4407c42bd713de60729c60be680c2 +RMD160 (toxcore-0.2.7.tar.gz) = ef28adc65bb387f22d37c5970bd37052315a3b1a +SHA512 (toxcore-0.2.7.tar.gz) = bb5248f4fb84146c6c7c3dd086211314528ad95b3e71e3c05ea2e4e7c9f3c45552bc0bd8d47af127ac5f26a39b6abf79c32cd76a0e0c70496419fa5b549580cc +Size (toxcore-0.2.7.tar.gz) = 493642 bytes -- cgit v1.2.3