diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/containerd/APKBUILD | 4 | ||||
-rw-r--r-- | community/docker/APKBUILD | 4 | ||||
-rw-r--r-- | community/graphicsmagick/APKBUILD | 2 | ||||
-rw-r--r-- | community/libzip/APKBUILD | 2 | ||||
-rw-r--r-- | community/openjdk7/APKBUILD | 2 | ||||
-rw-r--r-- | community/runc/APKBUILD | 2 | ||||
-rw-r--r-- | community/zabbix/APKBUILD | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD index 43ebcfeea36..1fd0436c4dc 100644 --- a/community/containerd/APKBUILD +++ b/community/containerd/APKBUILD @@ -18,11 +18,11 @@ source="containerd-$pkgver.tar.gz::https://github.com/containerd/containerd/arch builddir="$srcdir/src/github.com/containerd/containerd" # secfixes: -# 1.2.9: +# 1.2.9-r0: # - CVE-2019-9512 # - CVE-2019-9514 # - CVE-2019-9515 -# 1.2.6: +# 1.2.6-r0: # - CVE-2019-9946 build() { diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 80403cc7416..8e460fbf34c 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -20,9 +20,9 @@ _libnetwork_ver=e7933d41e7b206756115aa9df5e0599fc5169742 _cobra_ver="0.0.3" # secfixes: -# 18.09.8: +# 18.09.8-r0: # - CVE-2019-13509 -# 18.09.7: +# 18.09.7-r0: # - CVE-2018-15664 subpackages=" diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD index 330132c4213..4ce554a2d8b 100644 --- a/community/graphicsmagick/APKBUILD +++ b/community/graphicsmagick/APKBUILD @@ -20,7 +20,7 @@ builddir="$srcdir"/GraphicsMagick-$pkgver # - CVE-2018-20189 # - CVE-2019-7397 # - CVE-2019-11473 -# - cve-2019-11474 +# - CVE-2019-11474 # 1.3.30-r0: # - CVE-2016-2317 # 1.3.29-r0: diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index 0b6ba42626d..fef0bbc2638 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -17,7 +17,7 @@ source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz builddir="$srcdir/$pkgname-$pkgver" # secfixes: -# 1.3.0: +# 1.3.0-r0: # - CVE-2017-14107 build() { diff --git a/community/openjdk7/APKBUILD b/community/openjdk7/APKBUILD index 9711a84183f..5d38608bb73 100644 --- a/community/openjdk7/APKBUILD +++ b/community/openjdk7/APKBUILD @@ -154,7 +154,7 @@ source="https://icedtea.classpath.org/download/source/icedtea-$_icedteaversrc.ta # 7.211.2.6.17-r0: # - CVE-2018-11212 # - CVE-2019-2422 -# - CVE_2019-2426 +# - CVE-2019-2426 # 7.201.2.6.16-r0: # - CVE-2018-3136 # - CVE-2018-3139 diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD index 615c4808f00..9b3d8f86cb3 100644 --- a/community/runc/APKBUILD +++ b/community/runc/APKBUILD @@ -21,7 +21,7 @@ source="runc-$_ver.tar.gz::https://github.com/opencontainers/runc/archive/$_ver. builddir="$srcdir/src/github.com/opencontainers/runc" # secfixes: -# 1.0.0_rc7: +# 1.0.0_rc7-r0: # - CVE-2019-5736 build() { diff --git a/community/zabbix/APKBUILD b/community/zabbix/APKBUILD index d2ae9d47d0e..454b2e17d3c 100644 --- a/community/zabbix/APKBUILD +++ b/community/zabbix/APKBUILD @@ -41,7 +41,7 @@ builddir="$srcdir"/$pkgname-$pkgver # secfixes: # 3.0.4-r0: -# - CVE N/A ZBX-11023 +# - CVE-2016-10134 ZBX-11023 prepare() { default_prepare |