aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-15 17:11:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-15 20:01:18 -0300
commit227c9b13acb05579935216c540f6ef1a2aa03326 (patch)
tree871d0bd5060338e64a8bb99aa585edd2008132c2
parent0a12e5b5d3f4fc6252b1d333570601a88d6c83ca (diff)
downloadalpine_aports-227c9b13acb05579935216c540f6ef1a2aa03326.tar.bz2
alpine_aports-227c9b13acb05579935216c540f6ef1a2aa03326.tar.xz
alpine_aports-227c9b13acb05579935216c540f6ef1a2aa03326.zip
main/gst-plugins-base: add secfixes
-rw-r--r--main/gst-plugins-base/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/gst-plugins-base/APKBUILD b/main/gst-plugins-base/APKBUILD
index c865b53fa3..d8927daf39 100644
--- a/main/gst-plugins-base/APKBUILD
+++ b/main/gst-plugins-base/APKBUILD
@@ -15,6 +15,10 @@ makedepends="alsa-lib-dev cdparanoia-dev expat-dev glib-dev
15source="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz" 15source="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz"
16ldpath="/usr/lib/gstreamer-1.0" 16ldpath="/usr/lib/gstreamer-1.0"
17 17
18# secfixes:
19# 1.16.0-r0:
20# - CVE-2019-9928
21
18# sporadic testsuite failures on various archs, testsuite fails with network 22# sporadic testsuite failures on various archs, testsuite fails with network
19# restricted too 23# restricted too
20options="!check" 24options="!check"