aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/freeswitch/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index fbdf4f79bec..46bf887814d 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Cameron Banta <cbanta@gmail.com>
pkgname=freeswitch
-pkgver=1.10.2
-pkgrel=1
+pkgver=1.10.3
+pkgrel=0
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
arch="all"
@@ -86,7 +86,8 @@ prepare() {
build() {
cp -f "$srcdir/modules.conf" modules.conf
- CFLAGS="$CFLAGS -Wno-unused-but-set-variable" ./configure \
+ # Wno-format-truncation: https://github.com/signalwire/freeswitch/issues/652
+ CFLAGS="$CFLAGS -Wno-unused-but-set-variable -Wno-format-truncation" ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
@@ -219,7 +220,7 @@ conf() {
mkdir -p "$pkgdir"/etc/freeswitch/scripts
}
-sha512sums="42ce4e3db5da13fea3a949a92cc8d7a004be052227786fd2c422f268f24ee55a09a88f3542111670e80d1b233588fb34400adbbc464c13c3026ba53b78700659 freeswitch-1.10.2.-release.tar.xz
+sha512sums="1b66242c1466bdbe96f0f4016b94fe2524ee10a901f1d557e39d5ef4a4f28b1515025c9a2efe864afac94345d130ec390d6228a8854d4eaec8f9d4c3a936d7c5 freeswitch-1.10.3.-release.tar.xz
8a7ca31cc80524b02edc83af891a32af64dd7834ac14b1389112f2ce7fe06fe602d24509a299898f25e807dd0b88544aecb990bf4bd37ee1c7023ae58dacd28a 0001-sofia-sip-byte-order.patch
5f93150e1acd632df98bc3bed5613fb1e45180ae4096dcfee5c060da213c8355339260eaf5758cd77c785f6d84cf0661650a872ec574b586ab19803d4f6955f8 0002-FS-verto-bswap_64.patch
222e3510790de29e29428c70325eb1d4e7852eb4315ee546f137293868bd71acf89e7c85c5ca9d0eb708090c9eef91878a8e12c1b9d5cc99a68fecbd42ad962f configure-lua53.patch