X-Original-To: alpine-aports@lists.alpinelinux.org Received: from barb.maple.relay.mailchannels.net (barb.maple.relay.mailchannels.net [23.83.214.10]) by lists.alpinelinux.org (Postfix) with ESMTP id BF0FC5C41B3 for ; Mon, 1 Aug 2016 14:20:39 +0000 (GMT) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id D1F01127A3E for ; Mon, 1 Aug 2016 14:20:36 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-120-4-226.us-west-2.compute.internal [10.120.4.226]) by relay.mailchannels.net (Postfix) with ESMTPA id B4EEB127C12 for ; Mon, 1 Aug 2016 14:20:33 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (ocean.mxroute.com [10.135.9.54]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.3); Mon, 01 Aug 2016 14:20:36 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1470061235393:3485175548 X-MC-Ingress-Time: 1470061235392 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:To:From:Sender: Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=xYReTsCrx1+NzqgRnyDJ4Ie4fkyl654s/5EXHQ53FgQ=; b=IjASdUBnxkBJsFcKe1IgTJKhWa 6rpR2Xjp+z3k0/5DGBJULqtjDJV2e5fuPZ3Z4H52ElBXOAUlhw/mDGGqOCcm5NjJQ5oW8ml+nxs1A 2lr/fI6HBVNPP5RjEEHz+nTsTEzZYDeIja0/FW00TrGuGEwy95by15Lf6R18+XHFUJlkSJVB0lBJz //INy9xdpFTg7RRLybisB0/Z2oiL5AX4qC/dHpbc5Gu60vsaKu/4UuDc8nb6Grm6xDxByh1CZodZH Mp5Na77fEy9/p0Wtk69ULCQiop2stUavb4+F5eK1g6qXD7yKbq0NPVQRq4IL869S1IUSlkPOM45pr PcePl/5A==; From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/libsodium: update to 1.0.11 Date: Mon, 1 Aug 2016 14:20:22 +0000 Message-Id: <20160801142022.78182-1-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.9.1 X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/libsodium/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/libsodium/APKBUILD b/main/libsodium/APKBUILD index 52c457d..1bdcbee 100644 --- a/main/libsodium/APKBUILD +++ b/main/libsodium/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=libsodium -pkgver=1.0.9 +pkgver=1.0.11 pkgrel=0 pkgdesc="P(ortable|ackageable) NaCl-based crypto library" url="https://github.com/jedisct1/libsodium" @@ -32,6 +32,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="5d2026e1476e7b2b6aaa20571672d7a7 libsodium-1.0.9.tar.gz" -sha256sums="611418db78c36b2e20e50363d30e9c002a98dea9322f305b5bde56a26cdfe756 libsodium-1.0.9.tar.gz" -sha512sums="3bff0c518eedf76e0e458baa2b5a790cbda33fe4963ea4ffbf713be3baf27ee948d9ba9682b9fb0f2fe57ef20cc896b5758083c074aa9449a75c71710566c96c libsodium-1.0.9.tar.gz" +md5sums="b58928d035064b2a46fb564937b83540 libsodium-1.0.11.tar.gz" +sha256sums="a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765 libsodium-1.0.11.tar.gz" +sha512sums="4b1293c4d0e52264beecdd05833857bc4d77d1c2a97eea0138fe04df383b9a2dfcad4a79ccd9aed8f6c0047ba67c49292b0d2ccf987ab0b5046b46b1586ccbd7 libsodium-1.0.11.tar.gz" -- 2.9.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---