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 C1881DC00DB for ; Sun, 27 Dec 2015 00:09:59 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2A33ADC0067 for ; Sun, 27 Dec 2015 00:09:58 +0000 (UTC) Received: from [81.4.121.188] (port=34418 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aCyuJ-002VDN-09 for alpine-aports@lists.alpinelinux.org; Sun, 27 Dec 2015 00:09:55 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 3/5] testing/fastd: rebuild against libsodium 1.0.8 Date: Sun, 27 Dec 2015 00:09:51 +0000 Message-Id: <1451174993-23760-4-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1451174993-23760-1-git-send-email-developer@it-offshore.co.uk> References: <1451174993-23760-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/fastd/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/fastd/APKBUILD b/testing/fastd/APKBUILD index 8956f4d..5ff5576 100644 --- a/testing/fastd/APKBUILD +++ b/testing/fastd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Johannes Matheis pkgname=fastd pkgver=17 -pkgrel=2 +pkgrel=3 pkgdesc="Fast and Secure Tunneling Daemon" url="https://projects.universe-factory.net/projects/fastd" arch="all" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---