X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 445915C66D9 for ; Mon, 3 Dec 2018 10:54:13 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id A38724C4AB for ; Mon, 3 Dec 2018 13:54:12 +0300 (MSK) From: alpine-mips-patches Date: Mon, 3 Dec 2018 10:26:31 +0000 Subject: [alpine-aports] [PATCH] community/knot: switch to openssl To: alpine-aports@lists.alpinelinux.org Message-Id: <20181203105412.A38724C4AB@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/knot/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/knot/APKBUILD b/community/knot/APKBUILD index 9f6107125b..2267e0e104 100644 --- a/community/knot/APKBUILD +++ b/community/knot/APKBUILD @@ -5,14 +5,14 @@ # Maintainer: Francesco Colista pkgname=knot pkgver=2.7.3 -pkgrel=0 +pkgrel=1 pkgdesc="An high-performance authoritative-only DNS server" url="https://www.knot-dns.cz" arch="all" license="GPL-3.0" depends="" makedepends="gnutls-dev libedit-dev libcap-ng-dev libidn-dev lmdb-dev - libressl-dev userspace-rcu-dev zlib-dev + openssl-dev userspace-rcu-dev zlib-dev m4 bison flex perl sed jansson-dev libtool bsd-compat-headers" install="$pkgname.pre-install $pkgname.post-install knot.post-upgrade" pkgusers="knot" -- 2.19.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---