diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 11:59:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 11:59:45 -0300 |
commit | 04c53b51d4cdd8d86b82a0342bf25aa919f0bb16 (patch) | |
tree | 836846c2a4dc72dad854b823bd88d40c4ddee4d1 | |
parent | d4e51e81dcde776494c430dfafdbcb0f494b4b6f (diff) | |
download | aports-04c53b51d4cdd8d86b82a0342bf25aa919f0bb16.tar.bz2 aports-04c53b51d4cdd8d86b82a0342bf25aa919f0bb16.tar.xz |
community/dia: fix secfixes declaration
-rw-r--r-- | community/dia/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dia/APKBUILD b/community/dia/APKBUILD index ec427b36a2..2da8c76bd7 100644 --- a/community/dia/APKBUILD +++ b/community/dia/APKBUILD @@ -16,7 +16,7 @@ source="https://download.gnome.org/sources/dia/${pkgver%.*}/dia-$pkgver.tar.xz # secfixes: # 0.97.3-r1: -# - CVE-2019-19451.patch +# - CVE-2019-19451 build() { ./configure --prefix=/usr \ |