diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile index 6a8b1f7fd5b0..40b60fd52014 100644 --- a/www/libdatachannel/Makefile +++ b/www/libdatachannel/Makefile @@ -1,42 +1,42 @@ PORTNAME= libdatachannel DISTVERSIONPREFIX= v -DISTVERSION= 0.22.1 +DISTVERSION= 0.22.2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= WebRTC Data Channels, WebRTC Media Transport, and WebSockets library WWW= https://github.com/paullouisageneau/libdatachannel LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsrtp2.so:net/libsrtp2 USES= cmake compiler:c++17-lang ssl USE_GITHUB= yes GH_ACCOUNT= paullouisageneau GH_TUPLE= SergiusTheBest:plog:e21baecd4753f14da64ede979c5a19302618b752:SergiusTheBest_plog/deps/plog \ sctplab:usrsctp:ebb18adac6501bad4501b1f6dccb67a1c85cc299:sctplab_usrsctp/deps/usrsctp \ 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 .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=unused-but-set-variable \ -Wno-error=strict-prototypes .endif 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 (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} && \ ./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 diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo index 0817712c9bd3..73167cb7b0f4 100644 --- a/www/libdatachannel/distinfo +++ b/www/libdatachannel/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1729811394 -SHA256 (paullouisageneau-libdatachannel-v0.22.1_GH0.tar.gz) = b090a1ce3d3749134daf7d83a4f6caf3e27e83dc886834e18d353154e6211a15 -SIZE (paullouisageneau-libdatachannel-v0.22.1_GH0.tar.gz) = 52639436 +TIMESTAMP = 1729921974 +SHA256 (paullouisageneau-libdatachannel-v0.22.2_GH0.tar.gz) = 8431ba62a3c83fbee05257226fb8bcb256b1a5ce48b449a718e3be5dbe9b2226 +SIZE (paullouisageneau-libdatachannel-v0.22.2_GH0.tar.gz) = 52639037 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-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 SIZE (cisco-libsrtp-a566a9cfcd619e8327784aa7cff4a1276dc1e895_GH0.tar.gz) = 636836 diff --git a/www/libdatachannel/pkg-plist b/www/libdatachannel/pkg-plist index 0e0e3abaac04..66a9b63ff181 100644 --- a/www/libdatachannel/pkg-plist +++ b/www/libdatachannel/pkg-plist @@ -1,42 +1,42 @@ include/rtc/av1rtppacketizer.hpp include/rtc/candidate.hpp include/rtc/channel.hpp include/rtc/common.hpp include/rtc/configuration.hpp include/rtc/datachannel.hpp include/rtc/description.hpp include/rtc/frameinfo.hpp include/rtc/global.hpp include/rtc/h264rtpdepacketizer.hpp include/rtc/h264rtppacketizer.hpp include/rtc/h265nalunit.hpp include/rtc/h265rtppacketizer.hpp include/rtc/mediahandler.hpp include/rtc/message.hpp include/rtc/nalunit.hpp 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 include/rtc/rtcpreceivingsession.hpp include/rtc/rtcpsrreporter.hpp include/rtc/rtp.hpp include/rtc/rtpdepacketizer.hpp include/rtc/rtppacketizationconfig.hpp include/rtc/rtppacketizer.hpp include/rtc/track.hpp include/rtc/utils.hpp include/rtc/version.h include/rtc/websocket.hpp include/rtc/websocketserver.hpp lib/cmake/LibDataChannel/LibDataChannelConfig.cmake 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.22 -lib/libdatachannel.so.0.22.1 +lib/libdatachannel.so.0.22.2