coturn: update to 4.5.1.3.

This commit is contained in:
Andrew J. Hesford 2020-09-29 12:45:59 -04:00
parent 716a70bf22
commit 1ab3810ef8

View file

@ -1,7 +1,7 @@
# Template file for 'coturn'
pkgname=coturn
version=4.5.1.1
revision=4
version=4.5.1.3
revision=1
build_style=gnu-configure
conf_files="/etc/turnserver.conf"
makedepends="libressl-devel libevent-devel hiredis-devel sqlite-devel
@ -11,7 +11,13 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/coturn/coturn"
distfiles="https://github.com/coturn/coturn/archive/${version}.tar.gz"
checksum=8eabe4c241ad9a74655d8516c69b1fa3275e020e7f7fca50a6cb822809e7c220
checksum=4ff1f8c041ac71445018d81321d4b66e5dce4f171ef73a348d858dc9a0cc1cce
post_patch() {
# LibreSSL does not support FIPS mode
vsed -i src/client/ns_turn_msg.c \
-e 's/^#ifdef EVP_MD_CTX_FLAG_NON_FIPS_ALLOW$/#if 0/'
}
pre_build() {
# configure script does not like /usr when cross-building