diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-07 02:41:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 04:28:04 +0100 |
commit | 8c61f1642e4a86978b1d43de85f043cf53d9dfeb (patch) | |
tree | 218ec2a5125c408894415919c144c0a458d03f16 /community/salt | |
parent | aae238fe7842d91230aa585dca4ee530fa8b2b3c (diff) | |
download | aports-8c61f1642e4a86978b1d43de85f043cf53d9dfeb.tar.bz2 aports-8c61f1642e4a86978b1d43de85f043cf53d9dfeb.tar.xz |
community/salt: add secfixes
Diffstat (limited to 'community/salt')
-rw-r--r-- | community/salt/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD index abfe19ed46..b24f623a70 100644 --- a/community/salt/APKBUILD +++ b/community/salt/APKBUILD @@ -32,6 +32,10 @@ source="https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz " options="!check" # depends on pytestsalt +# secfixes: +# 2019.2.3-r0: +# - CVE-2019-17361 + prepare() { default_prepare |