You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/05/05 00:51:47 UTC

[incubator-tuweni] branch master updated (5aead93 -> 5ada8b9)

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git.


    from 5aead93  Merge pull request #9 from atoulme/gossip_app
     new 2afa295  Upgrade dokka
     new 5ada8b9  Ensure tests pass on older linux platforms

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                                            | 2 +-
 .../src/test/java/org/apache/tuweni/crypto/sodium/PasswordHashTest.java | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org


[incubator-tuweni] 02/02: Ensure tests pass on older linux platforms

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 5ada8b9f560e06f3020e579cc59512502655d9be
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sat May 4 17:51:36 2019 -0700

    Ensure tests pass on older linux platforms
---
 .../src/test/java/org/apache/tuweni/crypto/sodium/PasswordHashTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/src/test/java/org/apache/tuweni/crypto/sodium/PasswordHashTest.java b/crypto/src/test/java/org/apache/tuweni/crypto/sodium/PasswordHashTest.java
index 7895533..c3aac18 100644
--- a/crypto/src/test/java/org/apache/tuweni/crypto/sodium/PasswordHashTest.java
+++ b/crypto/src/test/java/org/apache/tuweni/crypto/sodium/PasswordHashTest.java
@@ -91,6 +91,7 @@ class PasswordHashTest {
 
   @Test
   void checkHashAndVerify() {
+    assumeTrue(Sodium.supportsVersion(Sodium.VERSION_10_0_14), "Requires sodium native library >= 10.0.14");
     String password = "A very insecure password";
 
     String hash = PasswordHash.hashInteractive(password);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org


[incubator-tuweni] 01/02: Upgrade dokka

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 2afa2956d3875062028104af9500e8ab4fd9c1e0
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sat May 4 17:51:19 2019 -0700

    Upgrade dokka
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index bee62bb..8df560c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ plugins {
   id 'com.github.hierynomus.license' version '0.15.0'
   id 'org.gradle.crypto.checksum' version '1.1.0'
   id 'org.jetbrains.kotlin.jvm' version '1.3.20'
-  id 'org.jetbrains.dokka' version '0.9.17'
+  id 'org.jetbrains.dokka' version '0.9.18'
   id 'maven-publish'
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org