diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:34:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 18:38:45 -0300 |
commit | 561635d29f609b4dff10ce7b23e23069e8b3094e (patch) | |
tree | 5b45444627938e2f592305b6409b638196a6819b | |
parent | e805db56e9b5e94cd4c98c90d20c40b0587b940d (diff) | |
download | aports-561635d29f609b4dff10ce7b23e23069e8b3094e.tar.bz2 aports-561635d29f609b4dff10ce7b23e23069e8b3094e.tar.xz |
community/postfixadmin: modernize
-rw-r--r-- | community/postfixadmin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postfixadmin/APKBUILD b/community/postfixadmin/APKBUILD index 6bcf7a10c3..72fb36f360 100644 --- a/community/postfixadmin/APKBUILD +++ b/community/postfixadmin/APKBUILD @@ -15,7 +15,7 @@ source="https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-$pkgve # secfixes: # 3.0.2-r0: -# - CVE-2017-5930 +# - CVE-2017-5930 builddir="$srcdir/$pkgname-$pkgname-$pkgver" |