summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Matson2017-08-05 10:02:04 -0700
committerDavid Matson2017-08-05 11:51:57 -0700
commit6f74dcb33b471bcdbefd96bd069991d5b0916f75 (patch)
treeb31785201e88cf13294ffe73847402ac63686515
parent2601222c2a21947476af04f229475608f2e3cd0a (diff)
downloadaur-6f74dcb33b471bcdbefd96bd069991d5b0916f75.tar.gz
Update to 1.6.19.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829ab9117aef..537d89772f05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freeswitch-core
pkgdesc = A scalable, open source telephony platform
- pkgver = 1.6.18
+ pkgver = 1.6.19
pkgrel = 1
url = https://freeswitch.org/
arch = i686
@@ -22,10 +22,10 @@ pkgbase = freeswitch-core
optdepends = ldns: for mod_enum module
provides = freeswitch
conflicts = freeswitch
- source = https://files.freeswitch.org/releases/freeswitch/freeswitch-1.6.18.tar.xz
+ source = https://files.freeswitch.org/releases/freeswitch/freeswitch-1.6.19.tar.xz
source = freeswitch.service
source = modules.conf
- sha256sums = ac1b32f61e5c35680c5a2d6f145bc480cf26e6527af07d8b8b9fa2d5280252cd
+ sha256sums = e8d271a0d876ba4cca551682af0a4f5047bfd79438fcebdcc17d00711c04a8ff
sha256sums = 7eff153fdae3c99cd884c654335b32f484df5cb7e624bd6adc630372ea83e573
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 89c8a629cf56..54aa101c24c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Matson <gitcoder at outlook dot com>
pkgname=freeswitch-core
-pkgver=1.6.18
+pkgver=1.6.19
pkgrel=1
pkgdesc='A scalable, open source telephony platform'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=('freeswitch')
source=("https://files.freeswitch.org/releases/freeswitch/freeswitch-$pkgver.tar.xz"
'freeswitch.service'
'modules.conf')
-sha256sums=('ac1b32f61e5c35680c5a2d6f145bc480cf26e6527af07d8b8b9fa2d5280252cd'
+sha256sums=('e8d271a0d876ba4cca551682af0a4f5047bfd79438fcebdcc17d00711c04a8ff'
'7eff153fdae3c99cd884c654335b32f484df5cb7e624bd6adc630372ea83e573'
'SKIP')
@@ -131,7 +131,7 @@ build() {
fi
# Work around FreeSWITCH bug FS-10257
- export CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wno-int-in-bool-context"
+ export CFLAGS="${CFLAGS} -Wno-parentheses -Wno-deprecated-declarations"
# Use OpenSSL 1.0 until upstream supports 1.1.
export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig