File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,18 +70,18 @@ RUN git clone https://gitlab.freedesktop.org/libnice/libnice && \
7070
7171
7272# datachannel build
73- # Apr 17 , 2024 master c4b52c34d4a7ecca6c992ba2f7f09607997d8ead
73+ # Aug 22 , 2024 master a07d9a846480f072fe53cd9f55fd014077d532af
7474RUN git clone https://github.com/sctplab/usrsctp.git && \
7575 cd usrsctp && \
76- git checkout c4b52c34d4a7ecca6c992ba2f7f09607997d8ead && \
76+ git checkout a07d9a846480f072fe53cd9f55fd014077d532af && \
7777 ./bootstrap && \
7878 ./configure --prefix=/usr --disable-static --disable-programs --disable-inet --disable-inet6 && \
7979 make && make install && \
8080 cd / && rm -rf usrsctp
8181
8282
83- # 2024-06-20 (v0.14.3 from 0.x branch)
84- ENV JANUS_COMMIT="6ebd7dbbb7a62d08f3a441db39cde07e63259bfd "
83+ # 2024-09-10 (v0.14.4 from 0.x branch)
84+ ENV JANUS_COMMIT="4353b83ffb97775c5b97c09177690a2f09494eed "
8585# ENV JANUS_DEBUG_CFLAGS="-O0 -g3 -ggdb3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address -fsanitize-address-use-after-scope -fno-sanitize-recover=all"
8686# ENV JANUS_DEBUG_LDFLAGS="-fsanitize=address"
8787RUN git clone -b 0.x https://github.com/meetecho/janus-gateway.git && \
You can’t perform that action at this time.
0 commit comments