aboutsummaryrefslogtreecommitdiffstats
path: root/main/ca-certificates
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-03-23 21:26:41 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-03-23 21:27:33 +0000
commit316a1c11d3a4e60bbc7f1516c45ae36b1105ef92 (patch)
treed63b23bfcdab92fb244a5f00b20de830dc7dcb38 /main/ca-certificates
parent3326040744bfe4fced3a26b38663040316c4a74f (diff)
downloadaports-316a1c11d3a4e60bbc7f1516c45ae36b1105ef92.tar.bz2
aports-316a1c11d3a4e60bbc7f1516c45ae36b1105ef92.tar.xz
main/ca-certificates: alpine 3.4 has c_rehash in openssl binary, replaces needs adjusting
Diffstat (limited to 'main/ca-certificates')
-rw-r--r--main/ca-certificates/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/ca-certificates/APKBUILD b/main/ca-certificates/APKBUILD
index e496f4464f..cc0ea4f722 100644
--- a/main/ca-certificates/APKBUILD
+++ b/main/ca-certificates/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ca-certificates
pkgver=20161130
-pkgrel=0
+pkgrel=1
pkgdesc="Common CA certificates PEM files"
url="http://packages.debian.org/sid/ca-certificates"
arch="all"
@@ -10,7 +10,8 @@ license="MPL 2.0 GPL2+"
depends=""
makedepends="python2 libressl-dev"
subpackages="$pkgname-doc"
-replaces="libcrypto1.0" # c_rehash
+# c_rehash is either in libcrypto1.0 or openssl depending on package, grr. replace both of them
+replaces="libcrypto1.0 openssl"
options="!fhs"
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"