aboutsummaryrefslogtreecommitdiffstats
path: root/main/libressl
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/libressl
parent56c7a6d7971e769c3dbec1bf8a8ef3021e34d654 (diff)
downloadaports-2fdc8bcc6549290b131675ef42d52243c37f3879.tar.bz2
aports-2fdc8bcc6549290b131675ef42d52243c37f3879.tar.xz
main/openssl: rename to openssl1.0 and update dependent aports
Diffstat (limited to 'main/libressl')
-rw-r--r--main/libressl/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libressl/APKBUILD b/main/libressl/APKBUILD
index 3ca944f6a5..4327df05c4 100644
--- a/main/libressl/APKBUILD
+++ b/main/libressl/APKBUILD
@@ -12,7 +12,7 @@
pkgname=libressl
pkgver=2.7.4
_namever=${pkgname}${pkgver%.*}
-pkgrel=0
+pkgrel=1
pkgdesc="Version of the TLS/crypto stack forked from OpenSSL"
url="http://www.libressl.org/"
arch="all"
@@ -21,7 +21,7 @@ depends=""
makedepends_build="automake autoconf libtool"
makedepends_host="linux-headers"
makedepends="$makedepends_host $makedepends_build"
-replaces="openssl"
+replaces="openssl openssl1.0"
subpackages="$pkgname-dbg $_namever-libcrypto:_libs $_namever-libssl:_libs
$_namever-libtls:_libs $pkgname-dev $pkgname-doc"
source="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$pkgname-$pkgver.tar.gz
@@ -67,7 +67,7 @@ package() {
dev() {
default_dev
- replaces="openssl-dev"
+ replaces="openssl1.0-dev"
}
_libs() {