diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-14 07:06:27 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-14 07:06:27 +0000 |
commit | 68a92de3b66ae8a8519c512a28c88f144cd5c800 (patch) | |
tree | 18fdfe051240ebb6354e6650d8611ba54d548913 /main/heimdal/APKBUILD | |
parent | bc3ee47eedc4712d3e6ca2be2b6f19cc4822593b (diff) | |
download | aports-68a92de3b66ae8a8519c512a28c88f144cd5c800.tar.bz2 aports-68a92de3b66ae8a8519c512a28c88f144cd5c800.tar.xz |
main/heimdal: bump pkgrel due to krb5 upgrade
Diffstat (limited to 'main/heimdal/APKBUILD')
-rw-r--r-- | main/heimdal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD index f04707adf9..5b5542904c 100644 --- a/main/heimdal/APKBUILD +++ b/main/heimdal/APKBUILD @@ -3,7 +3,7 @@ pkgname=heimdal pkgver=7.4.0 _ver=${pkgver/_rc/rc} -pkgrel=0 +pkgrel=1 pkgdesc="An implementation of Kerberos 5" arch="all" url="http://www.h5l.org/" @@ -26,7 +26,7 @@ source="https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/hei builddir="$srcdir/$pkgname-$_ver" # secfixes: -# 7.4.0-r0 +# 7.4.0-r0: # - CVE-2017-11103 prepare() { |