diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-01 10:47:15 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-01 15:22:06 +0000 |
commit | a3bdef0b8a07a73c0c80fa951bf2ff84910c1b3b (patch) | |
tree | 0b8b992d3ffb985edc9f18b1e6aa01e38ecd9f39 /community/easypki/APKBUILD | |
parent | c7f555f5f1ce8fbc359d15c584afd1c397a7292d (diff) | |
download | aports-a3bdef0b8a07a73c0c80fa951bf2ff84910c1b3b.tar.bz2 aports-a3bdef0b8a07a73c0c80fa951bf2ff84910c1b3b.tar.xz |
community/various: security rebuild (CVE-2020-7919)
Diffstat (limited to 'community/easypki/APKBUILD')
-rw-r--r-- | community/easypki/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/easypki/APKBUILD b/community/easypki/APKBUILD index 31ee23c0cf..faf67f71d1 100644 --- a/community/easypki/APKBUILD +++ b/community/easypki/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=easypki pkgver=1.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Creating a certificate authority the easy way" url="https://github.com/google/easypki" arch="all !mips !mips64" |