aboutsummaryrefslogtreecommitdiffstats
path: root/main/ca-certificates
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-08 13:54:27 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-08 13:56:32 +0200
commit2fdc8bcc6549290b131675ef42d52243c37f3879 (patch)
treeb74487ad5a87f857fc24262fa82dce596d7913dc /main/ca-certificates
parent56c7a6d7971e769c3dbec1bf8a8ef3021e34d654 (diff)
downloadaports-2fdc8bcc6549290b131675ef42d52243c37f3879.tar.bz2
aports-2fdc8bcc6549290b131675ef42d52243c37f3879.tar.xz
main/openssl: rename to openssl1.0 and update dependent aports
Diffstat (limited to 'main/ca-certificates')
-rw-r--r--main/ca-certificates/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ca-certificates/APKBUILD b/main/ca-certificates/APKBUILD
index d51025abb9..775f3e32ca 100644
--- a/main/ca-certificates/APKBUILD
+++ b/main/ca-certificates/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ca-certificates
pkgver=20171114
-pkgrel=3
+pkgrel=4
pkgdesc="Common CA certificates PEM files"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
@@ -12,7 +12,7 @@ depends=""
makedepends="python3 libressl-dev"
subpackages="$pkgname-doc"
# c_rehash is either in libcrypto1.0 or openssl depending on package, grr. replace both of them
-replaces="libcrypto1.0 openssl"
+replaces="libcrypto1.0 openssl openssl1.0"
options="!fhs !check"
triggers="ca-certificates.trigger=/usr/share/ca-certificates:/usr/local/share/ca-certificates:/etc/ssl/certs:/etc/ca-certificates/update.d"
install="$pkgname.post-deinstall"