diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-20 08:16:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-20 08:45:25 +0000 |
commit | 9c95a30b0dbe297c0a68a60b421296a1466a20b5 (patch) | |
tree | a3d224240d09c9896ee757ae1944cedf2073a98e /main | |
parent | 239f1545b8b037338cd8d0cf19a71e5197640d6c (diff) | |
download | aports-9c95a30b0dbe297c0a68a60b421296a1466a20b5.tar.bz2 aports-9c95a30b0dbe297c0a68a60b421296a1466a20b5.tar.xz |
main/tiff: fix secfixes comment
Diffstat (limited to 'main')
-rw-r--r-- | main/tiff/APKBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD index 7bd9266dea..c0a2526d92 100644 --- a/main/tiff/APKBUILD +++ b/main/tiff/APKBUILD @@ -16,21 +16,21 @@ source="http://download.osgeo.org/libtiff/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" # secfixes: -# 4.0.7-r3 +# 4.0.7-r3: # - CVE-2016-10266 # - CVE-2016-10267 # - CVE-2016-10268 # - CVE-2016-10269 # - CVE-2016-10270 # 4.0.7-r2: -# - CVE-2017-7592 -# - CVE-2017-7593 -# - CVE-2017-7594 -# - CVE-2017-7595 -# - CVE-2017-7596 -# - CVE-2017-7598 -# - CVE-2017-7601 -# - CVE-2017-7602 +# - CVE-2017-7592 +# - CVE-2017-7593 +# - CVE-2017-7594 +# - CVE-2017-7595 +# - CVE-2017-7596 +# - CVE-2017-7598 +# - CVE-2017-7601 +# - CVE-2017-7602 # 4.0.7-r1: # - CVE-2017-5225 |