aboutsummaryrefslogtreecommitdiffstats
path: root/community/freerdp
diff options
context:
space:
mode:
Diffstat (limited to 'community/freerdp')
-rw-r--r--community/freerdp/APKBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/freerdp/APKBUILD b/community/freerdp/APKBUILD
index 22cb0b9321f..b68fcf039ab 100644
--- a/community/freerdp/APKBUILD
+++ b/community/freerdp/APKBUILD
@@ -17,6 +17,13 @@ subpackages="$pkgname-doc $pkgname-dev $pkgname-plugins $pkgname-libs"
source="$pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/$_pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$_pkgver
+# secfixes:
+# 2.0.0_rc4-r0:
+# - CVE-2018-8786
+# - CVE-2018-8787
+# - CVE-2018-8788
+# - CVE-2018-8789
+
build() {
export CFLAGS="$CFLAGS -D_BSD_SOURCE"
cmake -DCMAKE_BUILD_TYPE=Release \