diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 17:21:24 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 17:21:24 +0100 |
commit | 2ff28a19c82408008f9b46da54e73373deef2108 (patch) | |
tree | 6ec2274da2519edd032d3a8668ac1bf31c401593 /testing/openwsman/APKBUILD | |
parent | b88c740ef05e354ae14ef081e25a80e2d7f4af6b (diff) | |
download | aports-2ff28a19c82408008f9b46da54e73373deef2108.tar.bz2 aports-2ff28a19c82408008f9b46da54e73373deef2108.tar.xz |
testing/openwsman: add missing secfixes comment
Diffstat (limited to 'testing/openwsman/APKBUILD')
-rw-r--r-- | testing/openwsman/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/testing/openwsman/APKBUILD b/testing/openwsman/APKBUILD index 54ee818240..125112f1c4 100644 --- a/testing/openwsman/APKBUILD +++ b/testing/openwsman/APKBUILD @@ -10,14 +10,18 @@ license="custom BSD-3-Clause" options="!check" # No test suite makedepends="cmake swig openssl-dev perl-dev curl-dev python3-dev sblim-sfcc-dev libxml2-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" -source="$pkgname-$pkgver.tar.gz::https://github.com/Openwsman/$pkgname/archive/v$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/Openwsman/openwsman/archive/v$pkgver.tar.gz fix-musl-build.patch default-config.patch" -builddir="$srcdir/$pkgname-$pkgver" + +# secfixes: +# 2.6.10-r0: +# - CVE-2019-3833 +# 2.6.4-r0: +# - CVE-2016-2183 prepare() { default_prepare - cd "$builddir" mkdir -p build } |