pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libsodium libsodium: update to 1.0.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf31b5723431
branches:  trunk
changeset: 370150:cf31b5723431
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 12 12:08:39 2017 +0000

description:
libsodium: update to 1.0.15

Version 1.0.15
 - The default password hashing algorithm is now Argon2id. The
`pwhash_str_verify()` function can still verify Argon2i hashes
without any changes, and `pwhash()` can still compute Argon2i hashes
as well.
 - The aes128ctr primitive was removed. It was slow, non-standard, not
authenticated, and didn't seem to be used by any opensource project.
 - Argon2id required at least 3 passes like Argon2i, despite a minimum
of `1` as defined by the `OPSLIMIT_MIN` constant. This has been fixed.
 - The secretstream construction was slightly changed to be consistent
with forthcoming variants.
 - The Javascript and Webassembly versions have been merged, and the
module now returns a `.ready` promise that will resolve after the
Webassembly code is loaded and compiled.
 - Note that due to these incompatible changes, the library version
major was bumped up.

diffstat:

 security/libsodium/Makefile |   4 ++--
 security/libsodium/PLIST    |   4 ++--
 security/libsodium/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r f3be9399beed -r cf31b5723431 security/libsodium/Makefile
--- a/security/libsodium/Makefile       Thu Oct 12 10:47:51 2017 +0000
+++ b/security/libsodium/Makefile       Thu Oct 12 12:08:39 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/08/13 17:09:34 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/12 12:08:39 adam Exp $
 
-DISTNAME=      libsodium-1.0.13
+DISTNAME=      libsodium-1.0.15
 CATEGORIES=    security
 MASTER_SITES=  https://download.libsodium.org/libsodium/releases/
 
diff -r f3be9399beed -r cf31b5723431 security/libsodium/PLIST
--- a/security/libsodium/PLIST  Thu Oct 12 10:47:51 2017 +0000
+++ b/security/libsodium/PLIST  Thu Oct 12 12:08:39 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/08/13 17:09:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/10/12 12:08:39 adam Exp $
 include/sodium.h
 include/sodium/core.h
 include/sodium/crypto_aead_aes256gcm.h
@@ -35,13 +35,13 @@
 include/sodium/crypto_secretbox.h
 include/sodium/crypto_secretbox_xchacha20poly1305.h
 include/sodium/crypto_secretbox_xsalsa20poly1305.h
+include/sodium/crypto_secretstream_xchacha20poly1305.h
 include/sodium/crypto_shorthash.h
 include/sodium/crypto_shorthash_siphash24.h
 include/sodium/crypto_sign.h
 include/sodium/crypto_sign_ed25519.h
 include/sodium/crypto_sign_edwards25519sha512batch.h
 include/sodium/crypto_stream.h
-include/sodium/crypto_stream_aes128ctr.h
 include/sodium/crypto_stream_chacha20.h
 include/sodium/crypto_stream_salsa20.h
 include/sodium/crypto_stream_salsa2012.h
diff -r f3be9399beed -r cf31b5723431 security/libsodium/distinfo
--- a/security/libsodium/distinfo       Thu Oct 12 10:47:51 2017 +0000
+++ b/security/libsodium/distinfo       Thu Oct 12 12:08:39 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/08/13 17:09:34 adam Exp $
+$NetBSD: distinfo,v 1.12 2017/10/12 12:08:39 adam Exp $
 
-SHA1 (libsodium-1.0.13.tar.gz) = ba6062fa723e653c6d85a80c3616128e797482ec
-RMD160 (libsodium-1.0.13.tar.gz) = d1b457da7ebeac092bbc1d60ebbf36b6a3a85a26
-SHA512 (libsodium-1.0.13.tar.gz) = c619b12fdf0b2e59174b6e383a62d5499ebcd720fdbb2c1a41a98a46c285df075202423454b294fefee185432441e943805397d7656f7cd7837de425da623929
-Size (libsodium-1.0.13.tar.gz) = 1895139 bytes
+SHA1 (libsodium-1.0.15.tar.gz) = 0597479c842300a3b060898f1acfe09ca032736a
+RMD160 (libsodium-1.0.15.tar.gz) = 84791d8341181225acfa3bba5d1168460e73684a
+SHA512 (libsodium-1.0.15.tar.gz) = 299a208f8342793d13498e95b23f1749f5b5b13ec276db3ec401130615e837ef475b6a1283b6e87a5f8227d23e70e38ca721073dadd5dc88fe4aff342aa64adc
+Size (libsodium-1.0.15.tar.gz) = 1866057 bytes



Home | Main Index | Thread Index | Old Index