diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-30 08:26:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:10 +0000 |
commit | f6caad866439aa8306e0ab8b25ba7788adc97897 (patch) | |
tree | 83a7101b1d68851ec732ed9b36e9d71ae561f547 /main/open-isns | |
parent | ab38fcc5d95981c44005a53e5e1c39b993f793ea (diff) | |
download | aports-f6caad866439aa8306e0ab8b25ba7788adc97897.tar.bz2 aports-f6caad866439aa8306e0ab8b25ba7788adc97897.tar.xz |
main/open-isns: rebuild against openssl 1.1
Diffstat (limited to 'main/open-isns')
-rw-r--r-- | main/open-isns/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/open-isns/APKBUILD b/main/open-isns/APKBUILD index 6175dd2182..cea1171ad7 100644 --- a/main/open-isns/APKBUILD +++ b/main/open-isns/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=open-isns pkgver=0.97 -pkgrel=3 +pkgrel=4 pkgdesc="iSNS server and client for Linux" url="https://github.com/open-iscsi/open-isns" arch="all" license="LGPL-2.0" -makedepends="autoconf automake libressl-dev musl-dev" +makedepends="autoconf automake openssl-dev musl-dev" options="!check" subpackages="$pkgname-dev $pkgname-doc $pkgname-lib" source="$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-isns/archive/v$pkgver.tar.gz |