diff --git a/www/libdatachannel/Makefile b/www/libdatachannel/Makefile index 864a4cb28825..4622db29d611 100644 --- a/www/libdatachannel/Makefile +++ b/www/libdatachannel/Makefile @@ -1,41 +1,41 @@ PORTNAME= libdatachannel DISTVERSIONPREFIX= v -DISTVERSION= 0.18.4 +DISTVERSION= 0.18.5 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:d8461e9d473e59fbcc1f79eee021550dcf81e618:SergiusTheBest_plog/deps/plog \ sctplab:usrsctp:7c31bd35c79ba67084ce029511193a19ceb97447:sctplab_usrsctp/deps/usrsctp \ paullouisageneau:libjuice:0dabc046cd23da6908749e4c6add834ec29a7c49:paullouisageneau_libjuice/deps/libjuice \ nlohmann:json:4f8fba14066156b73f1189a2b8bd568bde5284c5: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 d4a0072b5702..80f95d94fd9d 100644 --- a/www/libdatachannel/distinfo +++ b/www/libdatachannel/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1686634548 -SHA256 (paullouisageneau-libdatachannel-v0.18.4_GH0.tar.gz) = 727f76e667ef212c224f3468e86e102488463cfa2bb45f808d0783d44699d088 -SIZE (paullouisageneau-libdatachannel-v0.18.4_GH0.tar.gz) = 52621993 +TIMESTAMP = 1687044775 +SHA256 (paullouisageneau-libdatachannel-v0.18.5_GH0.tar.gz) = 33cc6a024b148bbb702ac84c625336424ab862704e246eb29f7e8de6157338a1 +SIZE (paullouisageneau-libdatachannel-v0.18.5_GH0.tar.gz) = 52621941 SHA256 (SergiusTheBest-plog-d8461e9d473e59fbcc1f79eee021550dcf81e618_GH0.tar.gz) = fb0d0d5f249b4a0d455572449ac5d87276fc8a29ab2c964bb71c5a44532321d7 SIZE (SergiusTheBest-plog-d8461e9d473e59fbcc1f79eee021550dcf81e618_GH0.tar.gz) = 44241 SHA256 (sctplab-usrsctp-7c31bd35c79ba67084ce029511193a19ceb97447_GH0.tar.gz) = b5db61a4dc996a39872af3e7326eb86c5cf3a57af5febdaf47ef842e6a4a44fc SIZE (sctplab-usrsctp-7c31bd35c79ba67084ce029511193a19ceb97447_GH0.tar.gz) = 774111 SHA256 (paullouisageneau-libjuice-0dabc046cd23da6908749e4c6add834ec29a7c49_GH0.tar.gz) = fd3dbc7354068b36928f67cc9be5d136ffb70c6d82ae1df823ee53c80c0a12d0 SIZE (paullouisageneau-libjuice-0dabc046cd23da6908749e4c6add834ec29a7c49_GH0.tar.gz) = 93730 SHA256 (nlohmann-json-4f8fba14066156b73f1189a2b8bd568bde5284c5_GH0.tar.gz) = 4a8265a62a356698a37b5b1aa4fce3a0146e317bc70ef954ca0d179276cb9cdb SIZE (nlohmann-json-4f8fba14066156b73f1189a2b8bd568bde5284c5_GH0.tar.gz) = 7023935 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 4e4571337e04..ffd10c9629c5 100644 --- a/www/libdatachannel/pkg-plist +++ b/www/libdatachannel/pkg-plist @@ -1,37 +1,37 @@ 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/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.18.4 +lib/libdatachannel.so.0.18.5