Skip to content

Commit d3512d2

Browse files
Update dcsctp4j version. Adds ppc64le support. (#2291)
Remove Debian post-install logic that uses usrsctp on ppc64le.
1 parent cda9e6b commit d3512d2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

debian/postinst

-6
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ case "$1" in
124124
sed -i 's/.*--apis.*//' $CONFIG
125125
fi
126126

127-
# dcsctp4j isn't built for ppc64el, so use usrsctp there if no explicit option has been set.
128-
DEBARCH=$(dpkg --print-architecture)
129-
if [ "$DEBARCH" = "ppc64el" ] && ! hocon -f $HOCON_CONFIG get "videobridge.sctp.use-usrsctp" > /dev/null 2>&1 ;then
130-
hocon -f $HOCON_CONFIG set "videobridge.sctp.use-usrsctp" "true"
131-
fi
132-
133127
# we don't want to start the daemon as root
134128
if ! getent group jitsi > /dev/null ; then
135129
groupadd jitsi

jvb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>${project.groupId}</groupId>
115115
<artifactId>jitsi-dcsctp</artifactId>
116-
<version>1.0-3-gaf9d564</version>
116+
<version>1.0-7-gb548df2</version>
117117
</dependency>
118118
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
119119
<!-- we inherit an old version of slf4j-api from tinder, which pcap4j doesn't work with. Adding slf4j-api 1.7.30 (the current stable) as a dep of jvb fixes the problem. -->

0 commit comments

Comments
 (0)