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
This commit is contained in:
parent
691a5e7f4f
commit
7c7d1b5aef
3 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue