diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile index f2febfe35311..e960ab22352a 100644 --- a/www/libdatachannel/Makefile +++ b/www/libdatachannel/Makefile @@ -1,44 +1,44 @@ PORTNAME= libdatachannel DISTVERSIONPREFIX= v -DISTVERSION= 0.24.0 +DISTVERSION= 0.24.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:94899e0:SergiusTheBest_plog/deps/plog \ sctplab:usrsctp:fec583d:sctplab_usrsctp/deps/usrsctp \ paullouisageneau:libjuice:5948a41:paullouisageneau_libjuice/deps/libjuice \ nlohmann:json:55f9368:nlohmann_json/deps/json \ cisco:libsrtp:ee1a77c: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 # tests as of 0.24.0: Finished 12 tests in 38s (38025 ms). Succeeded: 12. Failed: 0. .include diff --git a/www/libdatachannel/distinfo b/www/libdatachannel/distinfo index 0561809952fd..e97f1cc387ac 100644 --- a/www/libdatachannel/distinfo +++ b/www/libdatachannel/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1764084103 -SHA256 (paullouisageneau-libdatachannel-v0.24.0_GH0.tar.gz) = 62a4d1fb43df73549bbed9d82161d2bf8b1396bee2a50759b9d8a8d03e62ab12 -SIZE (paullouisageneau-libdatachannel-v0.24.0_GH0.tar.gz) = 52651302 +TIMESTAMP = 1768894212 +SHA256 (paullouisageneau-libdatachannel-v0.24.1_GH0.tar.gz) = e6fc363497a41b5dce38602937c12d30e5e536943cf09c5ee5671c8f206eee08 +SIZE (paullouisageneau-libdatachannel-v0.24.1_GH0.tar.gz) = 52651536 SHA256 (SergiusTheBest-plog-94899e0_GH0.tar.gz) = 6dc8e7b8c5fccf83aebeec780dbc9f81112b3b33f29b369469ee9728ea737fdf SIZE (SergiusTheBest-plog-94899e0_GH0.tar.gz) = 206453 SHA256 (sctplab-usrsctp-fec583d_GH0.tar.gz) = 2ef2533809f4f1609c813c9266735520a7240a2799ba2f0ea6b7f7b99a962b24 SIZE (sctplab-usrsctp-fec583d_GH0.tar.gz) = 773019 SHA256 (paullouisageneau-libjuice-5948a41_GH0.tar.gz) = e5d5d2356da02c476ced5efad1e19ca0c9606acfe4a80280c328e30e102bfcd6 SIZE (paullouisageneau-libjuice-5948a41_GH0.tar.gz) = 107282 SHA256 (nlohmann-json-55f9368_GH0.tar.gz) = cb103964c3cfb351c39c7e7b2944a0f43eccd51d9a46bb0c12ab64af1720da52 SIZE (nlohmann-json-55f9368_GH0.tar.gz) = 9678663 SHA256 (cisco-libsrtp-ee1a77c_GH0.tar.gz) = 7bb29450a496f14a0c8d216345e349caa16d769bdfb163f43ff865cb43f80a89 SIZE (cisco-libsrtp-ee1a77c_GH0.tar.gz) = 640994 diff --git a/www/libdatachannel/pkg-plist b/www/libdatachannel/pkg-plist index 145aec8c18c6..0a15595e1818 100644 --- a/www/libdatachannel/pkg-plist +++ b/www/libdatachannel/pkg-plist @@ -1,45 +1,45 @@ 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/dependencydescriptor.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/h265rtpdepacketizer.hpp include/rtc/h265rtppacketizer.hpp include/rtc/iceudpmuxlistener.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.24 -lib/libdatachannel.so.0.24.0 +lib/libdatachannel.so.0.24.1