pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libsodium



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 12 12:08:39 UTC 2017

Modified Files:
        pkgsrc/security/libsodium: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/libsodium/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/libsodium/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libsodium/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libsodium/Makefile
diff -u pkgsrc/security/libsodium/Makefile:1.10 pkgsrc/security/libsodium/Makefile:1.11
--- pkgsrc/security/libsodium/Makefile:1.10     Sun Aug 13 17:09:34 2017
+++ pkgsrc/security/libsodium/Makefile  Thu Oct 12 12:08:39 2017
@@ -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/
 

Index: pkgsrc/security/libsodium/PLIST
diff -u pkgsrc/security/libsodium/PLIST:1.7 pkgsrc/security/libsodium/PLIST:1.8
--- pkgsrc/security/libsodium/PLIST:1.7 Sun Aug 13 17:09:34 2017
+++ pkgsrc/security/libsodium/PLIST     Thu Oct 12 12:08:39 2017
@@ -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_scalarmult_curve25
 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

Index: pkgsrc/security/libsodium/distinfo
diff -u pkgsrc/security/libsodium/distinfo:1.11 pkgsrc/security/libsodium/distinfo:1.12
--- pkgsrc/security/libsodium/distinfo:1.11     Sun Aug 13 17:09:34 2017
+++ pkgsrc/security/libsodium/distinfo  Thu Oct 12 12:08:39 2017
@@ -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