pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libsodium Update to 1.0.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cac9227ef1e5
branches: trunk
changeset: 644686:cac9227ef1e5
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 16 11:39:32 2015 +0000
description:
Update to 1.0.1:
* Version 1.0.1
- DLL_EXPORT was renamed SODIUM_DLL_EXPORT in order to avoid
collisions with similar macros defined by other libraries.
- sodium_bin2hex() is now constant-time.
- crypto_secretbox_detached() now supports overlapping input and output
regions.
- NaCl's donna_c64 implementation of curve25519 was reading an extra byte
past the end of the buffer containing the base point. This has been
fixed.
diffstat:
security/libsodium/Makefile | 4 ++--
security/libsodium/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 05e58b4dfd34 -r cac9227ef1e5 security/libsodium/Makefile
--- a/security/libsodium/Makefile Fri Jan 16 11:28:16 2015 +0000
+++ b/security/libsodium/Makefile Fri Jan 16 11:39:32 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/10/04 12:59:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/16 11:39:32 wiz Exp $
-DISTNAME= libsodium-1.0.0
+DISTNAME= libsodium-1.0.1
CATEGORIES= security
MASTER_SITES= http://download.libsodium.org/libsodium/releases/
diff -r 05e58b4dfd34 -r cac9227ef1e5 security/libsodium/distinfo
--- a/security/libsodium/distinfo Fri Jan 16 11:28:16 2015 +0000
+++ b/security/libsodium/distinfo Fri Jan 16 11:39:32 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/10/04 12:59:02 wiz Exp $
+$NetBSD: distinfo,v 1.7 2015/01/16 11:39:32 wiz Exp $
-SHA1 (libsodium-1.0.0.tar.gz) = 06d80cccdf1f51754dab9dc4cec3b10e79fb75af
-RMD160 (libsodium-1.0.0.tar.gz) = ea8c67b1325a8a1a073e03b241aacd93993cd746
-Size (libsodium-1.0.0.tar.gz) = 1538797 bytes
+SHA1 (libsodium-1.0.1.tar.gz) = 23e6768b0ece2345e149a63f92a56f1087554c91
+RMD160 (libsodium-1.0.1.tar.gz) = 608cb1aeb07ff220cb97d4751cdba44ffbcd3c0f
+Size (libsodium-1.0.1.tar.gz) = 1651848 bytes
Home |
Main Index |
Thread Index |
Old Index