aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-15 08:03:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-15 11:25:05 +0000
commit85b502bba4b430719a5ed11864216c817cacdcba (patch)
tree426788c7202627b808c94cdec9c0f1fb0e5e83b9
parentcfd909252aa42fc101bc995a311e39e90eec4469 (diff)
community/geary: add missing secfixes info
See: #11952
-rw-r--r--community/geary/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/geary/APKBUILD b/community/geary/APKBUILD
index e90874f44c1..e50451add9d 100644
--- a/community/geary/APKBUILD
+++ b/community/geary/APKBUILD
@@ -19,6 +19,10 @@ options="!check" # https://gitlab.gnome.org/GNOME/geary/-/issues/776
subpackages="$pkgname-lang $pkgname-doc"
source="https://download.gnome.org/sources/geary/${pkgver%.*}/geary-$pkgver.tar.xz"
+# secfixes:
+# 3.37.91-r0:
+# - CVE-2020-24661
+
build() {
abuild-meson \
-Dlibunwind_optional=true \