coturn: update to 4.6.0.
This commit is contained in:
parent
5010ebd543
commit
ce4af58179
@ -1,27 +1,23 @@
|
||||
# Template file for 'coturn'
|
||||
pkgname=coturn
|
||||
version=4.5.1.3
|
||||
revision=4
|
||||
version=4.6.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="
|
||||
--prefix=/usr
|
||||
--manprefix=/usr/share
|
||||
--sysconfdir=/etc"
|
||||
conf_files="/etc/turnserver.conf"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel libevent-devel hiredis-devel sqlite-devel
|
||||
postgresql-libs-devel libmariadbclient-devel"
|
||||
postgresql-libs-devel libmariadbclient-devel mariadb"
|
||||
short_desc="Server Implementation of TURN and STUN"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/coturn/coturn"
|
||||
changelog="https://raw.githubusercontent.com/coturn/coturn/master/ChangeLog"
|
||||
distfiles="https://github.com/coturn/coturn/archive/${version}.tar.gz"
|
||||
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/'
|
||||
}
|
||||
checksum=42206be7696014920dbe0ce309c602283ba71275eff51062e5456370fbacb863
|
||||
|
||||
pre_build() {
|
||||
# configure script does not like /usr when cross-building
|
||||
|
Loading…
Reference in New Issue
Block a user