Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2023 07:44:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a121301ce5df - main - www/libdatachannel: update 0.18.6 =?utf-8?Q?=E2=86=92?= 0.19.0
Message-ID:  <202309060744.3867iFWF006168@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit a121301ce5df8cf2bc5ecbd16097b716f6b36ba4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-06 07:39:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-06 07:44:12 +0000

    www/libdatachannel: update 0.18.6 → 0.19.0
    
    Reported by:    portscout
---
 www/libdatachannel/Makefile  | 10 +++++-----
 www/libdatachannel/distinfo  | 22 +++++++++++-----------
 www/libdatachannel/pkg-plist |  8 +++++++-
 3 files changed, 23 insertions(+), 17 deletions(-)

diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile
index ffe6c0ab9527..a9a5ea7e3ea1 100644
--- a/www/libdatachannel/Makefile
+++ b/www/libdatachannel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libdatachannel
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.18.6
+DISTVERSION=	0.19.0
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -16,10 +16,10 @@ USES=		cmake compiler:c++17-lang ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	paullouisageneau
-GH_TUPLE=	SergiusTheBest:plog:d8461e9d473e59fbcc1f79eee021550dcf81e618:SergiusTheBest_plog/deps/plog \
-		sctplab:usrsctp:5ca29ac7d8055802c7657191325c06386640ac24:sctplab_usrsctp/deps/usrsctp \
-		paullouisageneau:libjuice:5f778524b5d559e4e22409630210db402ab762c4:paullouisageneau_libjuice/deps/libjuice \
-		nlohmann:json:4f8fba14066156b73f1189a2b8bd568bde5284c5:nlohmann_json/deps/json \
+GH_TUPLE=	SergiusTheBest:plog:e21baec:SergiusTheBest_plog/deps/plog \
+		sctplab:usrsctp:5ca29ac:sctplab_usrsctp/deps/usrsctp \
+		paullouisageneau:libjuice:7d7a66d:paullouisageneau_libjuice/deps/libjuice \
+		nlohmann:json:bc889af:nlohmann_json/deps/json \
 		cisco:libsrtp:a566a9cfcd619e8327784aa7cff4a1276dc1e895:cisco_libsrtp/deps/libsrtp
 
 CMAKE_ON=	USE_SYSTEM_SRTP NO_EXAMPLES NO_TESTS
diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo
index bb0f7f1ad9c8..00e87e601b9b 100644
--- a/www/libdatachannel/distinfo
+++ b/www/libdatachannel/distinfo
@@ -1,13 +1,13 @@
-TIMESTAMP = 1693804620
-SHA256 (paullouisageneau-libdatachannel-v0.18.6_GH0.tar.gz) = e3792383879fd626fd2da45b483e10b78d147a68628f2be576d6167beccccd30
-SIZE (paullouisageneau-libdatachannel-v0.18.6_GH0.tar.gz) = 52622074
-SHA256 (SergiusTheBest-plog-d8461e9d473e59fbcc1f79eee021550dcf81e618_GH0.tar.gz) = fb0d0d5f249b4a0d455572449ac5d87276fc8a29ab2c964bb71c5a44532321d7
-SIZE (SergiusTheBest-plog-d8461e9d473e59fbcc1f79eee021550dcf81e618_GH0.tar.gz) = 44241
-SHA256 (sctplab-usrsctp-5ca29ac7d8055802c7657191325c06386640ac24_GH0.tar.gz) = 6a58d61207f62afc8242180ad30b541532d733caef40af6fb116a78fdd69f6e6
-SIZE (sctplab-usrsctp-5ca29ac7d8055802c7657191325c06386640ac24_GH0.tar.gz) = 774816
-SHA256 (paullouisageneau-libjuice-5f778524b5d559e4e22409630210db402ab762c4_GH0.tar.gz) = d4336ebc34d0a8bc3d41a48fda2e5075dc2ad7507f3c615fc1ef5f26cbd95c86
-SIZE (paullouisageneau-libjuice-5f778524b5d559e4e22409630210db402ab762c4_GH0.tar.gz) = 95693
-SHA256 (nlohmann-json-4f8fba14066156b73f1189a2b8bd568bde5284c5_GH0.tar.gz) = 4a8265a62a356698a37b5b1aa4fce3a0146e317bc70ef954ca0d179276cb9cdb
-SIZE (nlohmann-json-4f8fba14066156b73f1189a2b8bd568bde5284c5_GH0.tar.gz) = 7023935
+TIMESTAMP = 1693985536
+SHA256 (paullouisageneau-libdatachannel-v0.19.0_GH0.tar.gz) = b2d239071ac4b53b26817eae3455ff19415a591e0d344b3b158779ceef44a742
+SIZE (paullouisageneau-libdatachannel-v0.19.0_GH0.tar.gz) = 52640135
+SHA256 (SergiusTheBest-plog-e21baec_GH0.tar.gz) = 84f96c150d5f15ed6a628d58792257f2a3bd9d787850d0d91b442871cb5b632e
+SIZE (SergiusTheBest-plog-e21baec_GH0.tar.gz) = 132422
+SHA256 (sctplab-usrsctp-5ca29ac_GH0.tar.gz) = 32b7fd021d50b56a90552c5e3260cba50b0a3ff4971d1954f28d2932356d738c
+SIZE (sctplab-usrsctp-5ca29ac_GH0.tar.gz) = 774015
+SHA256 (paullouisageneau-libjuice-7d7a66d_GH0.tar.gz) = 9e87abf50fc411cd26874b1e0a582861919788fcc6e1ab9f7000b7148bf13839
+SIZE (paullouisageneau-libjuice-7d7a66d_GH0.tar.gz) = 95559
+SHA256 (nlohmann-json-bc889af_GH0.tar.gz) = 769f4b3a051f5139f367801c52acfcda969aea13fa230fd2b133ab9908a01ea2
+SIZE (nlohmann-json-bc889af_GH0.tar.gz) = 8097638
 SHA256 (cisco-libsrtp-a566a9cfcd619e8327784aa7cff4a1276dc1e895_GH0.tar.gz) = e9ea6288246f3cb21954393a19fda09f4dd252147967a30bb8824c2168620c61
 SIZE (cisco-libsrtp-a566a9cfcd619e8327784aa7cff4a1276dc1e895_GH0.tar.gz) = 636836
diff --git a/www/libdatachannel/pkg-plist b/www/libdatachannel/pkg-plist
index 50a1379beb06..920b6485a205 100644
--- a/www/libdatachannel/pkg-plist
+++ b/www/libdatachannel/pkg-plist
@@ -1,3 +1,6 @@
+include/rtc/aacrtppacketizer.hpp
+include/rtc/av1packetizationhandler.hpp
+include/rtc/av1rtppacketizer.hpp
 include/rtc/candidate.hpp
 include/rtc/channel.hpp
 include/rtc/common.hpp
@@ -7,6 +10,9 @@ include/rtc/description.hpp
 include/rtc/global.hpp
 include/rtc/h264packetizationhandler.hpp
 include/rtc/h264rtppacketizer.hpp
+include/rtc/h265nalunit.hpp
+include/rtc/h265packetizationhandler.hpp
+include/rtc/h265rtppacketizer.hpp
 include/rtc/mediachainablehandler.hpp
 include/rtc/mediahandler.hpp
 include/rtc/mediahandlerelement.hpp
@@ -34,4 +40,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.18.6
+lib/libdatachannel.so.0.19.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309060744.3867iFWF006168>