git: dd886c8e78f0 - main - www/libdatachannel: update 0.21.2 → 0.22.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Oct 2024 06:03:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd886c8e78f0fb4a521f37f3d9c628e5d467c26b commit dd886c8e78f0fb4a521f37f3d9c628e5d467c26b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-24 05:39:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-24 06:03:25 +0000 www/libdatachannel: update 0.21.2 → 0.22.0 Reported by: portscout --- www/libdatachannel/Makefile | 6 ++++-- www/libdatachannel/distinfo | 10 +++++----- www/libdatachannel/pkg-plist | 7 +++++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile index f72664b84657..32e93aac63c0 100644 --- a/www/libdatachannel/Makefile +++ b/www/libdatachannel/Makefile @@ -1,6 +1,6 @@ PORTNAME= libdatachannel DISTVERSIONPREFIX= v -DISTVERSION= 0.21.2 +DISTVERSION= 0.22.0 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= paullouisageneau GH_TUPLE= SergiusTheBest:plog:e21baecd4753f14da64ede979c5a19302618b752:SergiusTheBest_plog/deps/plog \ sctplab:usrsctp:ebb18adac6501bad4501b1f6dccb67a1c85cc299:sctplab_usrsctp/deps/usrsctp \ - paullouisageneau:libjuice:ac0fc81:paullouisageneau_libjuice/deps/libjuice \ + paullouisageneau:libjuice:201b2c9:paullouisageneau_libjuice/deps/libjuice \ nlohmann:json:9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03:nlohmann_json/deps/json \ cisco:libsrtp:a566a9cfcd619e8327784aa7cff4a1276dc1e895:cisco_libsrtp/deps/libsrtp CMAKE_ON= USE_SYSTEM_SRTP NO_EXAMPLES NO_TESTS @@ -37,4 +37,6 @@ do-test: # tests require dual stack to be enabled with 'sysctl net.inet6.ip6.v6o ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ./tests-${DISTVERSION:C/-.*//} +# installs lib/libjuice.a and lib/libusrsctp.a that would conflict with separately installed packages juice and usrsctp, see https://github.com/paullouisageneau/libdatachannel/issues/1277 + .include <bsd.port.post.mk> diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo index d41e41c647a5..09352891dac8 100644 --- a/www/libdatachannel/distinfo +++ b/www/libdatachannel/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1720107980 -SHA256 (paullouisageneau-libdatachannel-v0.21.2_GH0.tar.gz) = ffaa8cc36722726227757d9052634a0dab23953d0d919d5c82b732b53cbd0879 -SIZE (paullouisageneau-libdatachannel-v0.21.2_GH0.tar.gz) = 52635389 +TIMESTAMP = 1729747524 +SHA256 (paullouisageneau-libdatachannel-v0.22.0_GH0.tar.gz) = 55827eaa2aafceeaecccf0e5074a995242c3360120c0614ead8f5fb610653bba +SIZE (paullouisageneau-libdatachannel-v0.22.0_GH0.tar.gz) = 52639829 SHA256 (SergiusTheBest-plog-e21baecd4753f14da64ede979c5a19302618b752_GH0.tar.gz) = 658e037fe999036cca8b91a61ac07171980aeeaf2e3421b87c71454fdff07ce2 SIZE (SergiusTheBest-plog-e21baecd4753f14da64ede979c5a19302618b752_GH0.tar.gz) = 132465 SHA256 (sctplab-usrsctp-ebb18adac6501bad4501b1f6dccb67a1c85cc299_GH0.tar.gz) = 1281cb1acd159e359aa52285de83fa00e5c1fdf4d2edcb02f7535b9550885f1c SIZE (sctplab-usrsctp-ebb18adac6501bad4501b1f6dccb67a1c85cc299_GH0.tar.gz) = 774243 -SHA256 (paullouisageneau-libjuice-ac0fc81_GH0.tar.gz) = 19bf959f6a7e1c86d71e7c03b8ba9253d9d4a39289eefb2f4c565cce7f9903f6 -SIZE (paullouisageneau-libjuice-ac0fc81_GH0.tar.gz) = 96097 +SHA256 (paullouisageneau-libjuice-201b2c9_GH0.tar.gz) = 09bf51a714908a03e4505bf33460c3cb89706e397dd6046e589511b9816777ef +SIZE (paullouisageneau-libjuice-201b2c9_GH0.tar.gz) = 97114 SHA256 (nlohmann-json-9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03_GH0.tar.gz) = 0dbc5e40a01ff142e7e68c03e85247a4dcede2f592d12d3677dee3664d17975a SIZE (nlohmann-json-9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03_GH0.tar.gz) = 8054631 SHA256 (cisco-libsrtp-a566a9cfcd619e8327784aa7cff4a1276dc1e895_GH0.tar.gz) = e9ea6288246f3cb21954393a19fda09f4dd252147967a30bb8824c2168620c61 diff --git a/www/libdatachannel/pkg-plist b/www/libdatachannel/pkg-plist index 484d8a0ec3d5..8179379e8c66 100644 --- a/www/libdatachannel/pkg-plist +++ b/www/libdatachannel/pkg-plist @@ -18,6 +18,7 @@ include/rtc/pacinghandler.hpp include/rtc/peerconnection.hpp include/rtc/plihandler.hpp include/rtc/reliability.hpp +include/rtc/rembhandler.hpp include/rtc/rtc.h include/rtc/rtc.hpp include/rtc/rtcpnackresponder.hpp @@ -37,5 +38,7 @@ 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.21 -lib/libdatachannel.so.0.21.2 +lib/libdatachannel.so.0.22 +lib/libdatachannel.so.0.22.0 +lib/libjuice.a +lib/libusrsctp.a