diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile index a9a5ea7e3ea1..05bc41bb4fd7 100644 --- a/www/libdatachannel/Makefile +++ b/www/libdatachannel/Makefile @@ -1,41 +1,41 @@ PORTNAME= libdatachannel DISTVERSIONPREFIX= v -DISTVERSION= 0.19.0 +DISTVERSION= 0.19.1 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: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 .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) 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/-.*//} .include diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo index 00e87e601b9b..3eab3216b726 100644 --- a/www/libdatachannel/distinfo +++ b/www/libdatachannel/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1693985536 -SHA256 (paullouisageneau-libdatachannel-v0.19.0_GH0.tar.gz) = b2d239071ac4b53b26817eae3455ff19415a591e0d344b3b158779ceef44a742 -SIZE (paullouisageneau-libdatachannel-v0.19.0_GH0.tar.gz) = 52640135 +TIMESTAMP = 1694246967 +SHA256 (paullouisageneau-libdatachannel-v0.19.1_GH0.tar.gz) = 3687bbdc30ce24d98cc602dee1da9583bf6863d53dc2a598e590f522be719233 +SIZE (paullouisageneau-libdatachannel-v0.19.1_GH0.tar.gz) = 52640180 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 920b6485a205..f3c27cc1424a 100644 --- a/www/libdatachannel/pkg-plist +++ b/www/libdatachannel/pkg-plist @@ -1,43 +1,43 @@ include/rtc/aacrtppacketizer.hpp include/rtc/av1packetizationhandler.hpp 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/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 include/rtc/mediahandlerrootelement.hpp include/rtc/message.hpp include/rtc/nalunit.hpp include/rtc/opuspacketizationhandler.hpp include/rtc/opusrtppacketizer.hpp include/rtc/peerconnection.hpp include/rtc/reliability.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/rtppacketizationconfig.hpp include/rtc/rtppacketizer.hpp include/rtc/track.hpp include/rtc/utils.hpp 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.19.0 +lib/libdatachannel.so.0.19.1