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 36DA0DC1368 for ; Mon, 26 Oct 2015 17:39:17 +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 E9C4CDC01E7 for ; Mon, 26 Oct 2015 17:39:16 +0000 (UTC) Received: from [81.4.121.188] (port=33105 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1Zqlji-0020nG-Vd; Mon, 26 Oct 2015 17:39:11 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] main/libsodium: update to 1.0.5 Date: Mon, 26 Oct 2015 17:39:24 +0000 Message-Id: <1445881164-17452-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.1 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: * Version 1.0.5 - Compilation issues on some platforms were fixed: missing alignment directives were added (required at least on RHEL-6/i386), a workaround for a VRP bug on gcc/armv7 was added, and the library can now be compiled with the SunPro compiler. - Javascript target: io.js is not supported any more. Use nodejs. --- main/libsodium/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/libsodium/APKBUILD b/main/libsodium/APKBUILD index 15514c3..dad7cd5 100644 --- a/main/libsodium/APKBUILD +++ b/main/libsodium/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=libsodium -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=0 pkgdesc="P(ortable|ackageable) NaCl-based crypto library" url="https://github.com/jedisct1/libsodium" @@ -31,6 +31,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="f3d077d856c3742515fa8fe12ddb2c0f libsodium-1.0.4.tar.gz" -sha256sums="e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310 libsodium-1.0.4.tar.gz" -sha512sums="9fe83a06a85fca2bf6ab869acf3acc7d0c5f74fce924c794f1e84a3f0ea98b3b8030ff2a1bc9b5c4675b4749edd12e2ac4c1dad3130168865bad323f6222c9c3 libsodium-1.0.4.tar.gz" +md5sums="69f0c5975d9f4b8e136616df34a43ff5 libsodium-1.0.5.tar.gz" +sha256sums="bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab libsodium-1.0.5.tar.gz" +sha512sums="978867f7499ec07817a95213baea79fd45d3cdd48c343723490471f79a1b0df2fa0638a91c46a08717fe03a1d8b68789445cb34be969d91023ba7edc8750835c libsodium-1.0.5.tar.gz" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---