From ab1f112181ee45fac0efda76f10939f40c0149e0 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 10 Jul 2018 00:00:42 +0200 Subject: 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) --- main/openssl1.0/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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" -- cgit v1.2.3