~alpine/aports

main/libsodium: update to 1.0.5 v1 PROPOSED

Stuart Cardall: 1
 main/libsodium: update to 1.0.5

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1046/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/libsodium: update to 1.0.5 Export this patch

* 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 <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
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
---