diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-10 00:00:42 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-10 00:01:56 +0200 |
commit | ab1f112181ee45fac0efda76f10939f40c0149e0 (patch) | |
tree | c91f67b2674894864979fe4f625c309680c58ba3 /main/openssl1.0/APKBUILD | |
parent | 77ab3faf36a7a704f815dd07c8e8e9d227e74520 (diff) | |
download | aports-ab1f112181ee45fac0efda76f10939f40c0149e0.tar.bz2 aports-ab1f112181ee45fac0efda76f10939f40c0149e0.tar.xz |
main/openssl1.0: rebuild
I've renamed the aport in commit 2fdc8bcc6549290b131675ef42d52243c37f3879
and so resetted pkgrel to 0. The problem is that the name of subpackages
libcrypto1.0 and libssl1.0 (intentionally) remained unchanged - they
already contain the version suffix. So for them the pkgrel was
effectively decreased, which I did not realize. :(
Fixes #9069 (https://bugs.alpinelinux.org/issues/9069)
Diffstat (limited to 'main/openssl1.0/APKBUILD')
-rw-r--r-- | main/openssl1.0/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openssl1.0/APKBUILD b/main/openssl1.0/APKBUILD index d0f7765c89..e4ebbe635d 100644 --- a/main/openssl1.0/APKBUILD +++ b/main/openssl1.0/APKBUILD @@ -2,7 +2,7 @@ pkgname=openssl1.0 _pkgname=openssl pkgver=1.0.2o -pkgrel=0 +pkgrel=2 pkgdesc="Toolkit for SSL v2/v3 and TLS v1" url="https://www.openssl.org" arch="all" |