git: 95a1b940bad2 - main - www/libdatachannel: Update 0.17.10 -> 0.17.11

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 09 Oct 2022 17:40:48 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95a1b940bad246785faa2dddd220a196c6a40d32

commit 95a1b940bad246785faa2dddd220a196c6a40d32
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-09 17:40:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-09 17:40:42 +0000

    www/libdatachannel: Update 0.17.10 -> 0.17.11
    
    Reported by:    portscout
---
 www/libdatachannel/Makefile  |  6 +++---
 www/libdatachannel/distinfo  | 10 +++++-----
 www/libdatachannel/pkg-plist |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile
index cf9dfc21f864..bbf3e6a09db5 100644
--- a/www/libdatachannel/Makefile
+++ b/www/libdatachannel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libdatachannel
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.17.10
+DISTVERSION=	0.17.11
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,14 +18,14 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	paullouisageneau
 GH_TUPLE=	SergiusTheBest:plog:d8461e9d473e59fbcc1f79eee021550dcf81e618:SergiusTheBest_plog/deps/plog \
 		sctplab:usrsctp:7c31bd35c79ba67084ce029511193a19ceb97447:sctplab_usrsctp/deps/usrsctp \
-		paullouisageneau:libjuice:4c3c85f536fb480e328e5de5e8f27fccc1a9690d:paullouisageneau_libjuice/deps/libjuice \
+		paullouisageneau:libjuice:5a02639f25043badea45bc942266bd18ae46228c:paullouisageneau_libjuice/deps/libjuice \
 		nlohmann:json:4f8fba14066156b73f1189a2b8bd568bde5284c5:nlohmann_json/deps/json \
 		cisco:libsrtp:90d05bf8980d16e4ac3f16c19b77e296c4bc207b:cisco_libsrtp/deps/libsrtp
 
 CMAKE_ON=	USE_SYSTEM_SRTP NO_EXAMPLES NO_TESTS
 
 do-test: # tests require dual stack to be enabled with 'sysctl net.inet6.ip6.v6only=0', at least one test is known to fail
-	# tests fail: https://github.com/paullouisageneau/libdatachannel/issues/682
+	# tests fail (intermittently?): https://github.com/paullouisageneau/libdatachannel/issues/682
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DNO_TESTS:BOOL=OFF ${CMAKE_SOURCE_PATH} && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo
index 1e384963d1ac..cf012c2a81e5 100644
--- a/www/libdatachannel/distinfo
+++ b/www/libdatachannel/distinfo
@@ -1,12 +1,12 @@
-TIMESTAMP = 1661405151
-SHA256 (paullouisageneau-libdatachannel-v0.17.10_GH0.tar.gz) = becd4d9b11e27a57025b6a90a8c0da8636fbcb3e344b9c72fc6637a8cb7385c0
-SIZE (paullouisageneau-libdatachannel-v0.17.10_GH0.tar.gz) = 52633733
+TIMESTAMP = 1665336841
+SHA256 (paullouisageneau-libdatachannel-v0.17.11_GH0.tar.gz) = 98e75e942adbf5228b6ea8e5c28189d279c8b055422e7b79848d0fa755a6bdfb
+SIZE (paullouisageneau-libdatachannel-v0.17.11_GH0.tar.gz) = 52633686
 SHA256 (SergiusTheBest-plog-d8461e9d473e59fbcc1f79eee021550dcf81e618_GH0.tar.gz) = fb0d0d5f249b4a0d455572449ac5d87276fc8a29ab2c964bb71c5a44532321d7
 SIZE (SergiusTheBest-plog-d8461e9d473e59fbcc1f79eee021550dcf81e618_GH0.tar.gz) = 44241
 SHA256 (sctplab-usrsctp-7c31bd35c79ba67084ce029511193a19ceb97447_GH0.tar.gz) = b5db61a4dc996a39872af3e7326eb86c5cf3a57af5febdaf47ef842e6a4a44fc
 SIZE (sctplab-usrsctp-7c31bd35c79ba67084ce029511193a19ceb97447_GH0.tar.gz) = 774111
-SHA256 (paullouisageneau-libjuice-4c3c85f536fb480e328e5de5e8f27fccc1a9690d_GH0.tar.gz) = fb8bd573a24485c11ea9afbdd5246ea7cbd95927130ef182847ea6029c5e6d61
-SIZE (paullouisageneau-libjuice-4c3c85f536fb480e328e5de5e8f27fccc1a9690d_GH0.tar.gz) = 95678
+SHA256 (paullouisageneau-libjuice-5a02639f25043badea45bc942266bd18ae46228c_GH0.tar.gz) = 3973cf07bc4d361deae5905ed951aa38c22686dd7df9e47d9c0cc86073a59ed2
+SIZE (paullouisageneau-libjuice-5a02639f25043badea45bc942266bd18ae46228c_GH0.tar.gz) = 98669
 SHA256 (nlohmann-json-4f8fba14066156b73f1189a2b8bd568bde5284c5_GH0.tar.gz) = 4a8265a62a356698a37b5b1aa4fce3a0146e317bc70ef954ca0d179276cb9cdb
 SIZE (nlohmann-json-4f8fba14066156b73f1189a2b8bd568bde5284c5_GH0.tar.gz) = 7023935
 SHA256 (cisco-libsrtp-90d05bf8980d16e4ac3f16c19b77e296c4bc207b_GH0.tar.gz) = 0caec0cf84569463c1ff186fe6a92101fe9036375140dd4588170787925f5335
diff --git a/www/libdatachannel/pkg-plist b/www/libdatachannel/pkg-plist
index 5a9180c20dce..f18aabe9df28 100644
--- a/www/libdatachannel/pkg-plist
+++ b/www/libdatachannel/pkg-plist
@@ -34,4 +34,4 @@ lib/cmake/LibDataChannel/LibDataChannelConfigVersion.cmake
 lib/cmake/LibDataChannel/LibDataChannelTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/LibDataChannel/LibDataChannelTargets.cmake
 lib/libdatachannel.so
-lib/libdatachannel.so.0.17.10
+lib/libdatachannel.so.0.17.11