X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 8BF6CDC7AC5 for ; Mon, 9 Nov 2015 00:35:15 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 41C68DC6A2E for ; Mon, 9 Nov 2015 00:35:15 +0000 (UTC) Received: from [81.4.121.188] (port=41145 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1ZvaQR-00262C-JF; Mon, 09 Nov 2015 00:35:11 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH 5/5] testing/tinyssh: rebuild against libsodium Date: Mon, 9 Nov 2015 00:35:16 +0000 Message-Id: <1447029316-16211-5-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1447029316-16211-1-git-send-email-developer@it-offshore.co.uk> References: <1447029316-16211-1-git-send-email-developer@it-offshore.co.uk> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/tinyssh/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/tinyssh/APKBUILD b/testing/tinyssh/APKBUILD index 7e7cd73..a84d3f3 100644 --- a/testing/tinyssh/APKBUILD +++ b/testing/tinyssh/APKBUILD @@ -2,13 +2,12 @@ # Maintainer: Stuart Cardall pkgname=tinyssh pkgver=20151001 -pkgrel=1 +pkgrel=2 pkgdesc="Small SSH server using NaCl / TweetNaCl (no dependency on OpenSSL)" url="http://tinyssh.org/" arch="all" license="CC0 1.0" -depends_dev="libsodium-dev" -makedepends="$depends_dev" +makedepends="$depends_dev libsodium-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.bz2::http://mojzis.com/software/$pkgname/$pkgname-$pkgver.tar.bz2 $pkgname.initd -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---