main/ca-certificates: rebuild against openssl 1.1

This commit is contained in:
Natanael Copa 2018-10-26 13:26:28 +00:00
parent fe02999dad
commit 87dfb68f95

View File

@ -3,13 +3,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ca-certificates
pkgver=20180924
pkgrel=0
pkgrel=1
pkgdesc="Common CA certificates PEM files"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
license="MPL-2.0 GPL-2.0-or-later"
depends=""
makedepends="python3 libressl-dev"
makedepends="python3 openssl-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 openssl1.0"