You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/29 12:26:29 UTC

[commons-crypto] branch sebb-mac-test updated (04aa896 -> ce2800e)

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

sebb pushed a change to branch sebb-mac-test
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


    from 04aa896  Trying to trace where ENGINE_load_rdrand was lost
     add 3ee3f65  Simplify; provide fallback names in .c files
     add f9f9896  Suppress noisy Maven output
     add ca9d9c4  No point having cron job as well
     add 5a50c7f  Avoid crash in CodeQL test
     add 1a52e1b  Useless parentheses (PMD)
     add 70aa5c9  Show build details
     add dd9f830  Check run conditions
     add 3fade74  Don't write to stdout in tests
     add b118874  Show version info
     add 0cad865  Looks like JVM warnings may be causing test fails
     add e0dad4f  Looks like this was done ages ago
     add b74620b  Try to avoid output crash
     add 31d7eb8  Temporarily disable failures
     add f27754c  Will this help?
     add 44d7741  Try to set argline conditionally
     add 583bbfe  Try to set argline conditionally
     add 46c7441  Must use same library name for all 3 classes
     add 5fca1fe  What version did we detect?
     add f75fcd5  Re-use the library once found by NativeLibrary.
     add 4fe3ef6  Documentation corrections
     add 4dbb080  Add some doc pointers
     add 3e499d4  Align comparable methods; more docs
     add c6322c0  Revert 46c7441 - fix initialisation circularity
     new ce2800e  Pick up most recent changes

The 1 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:
 .../java/org/apache/commons/crypto/OsInfo.java     |  2 +-
 .../commons/crypto/jna/OpenSsl10XNativeJna.java    |  8 ++++++-
 .../commons/crypto/jna/OpenSsl11XNativeJna.java    | 26 +++++++++++++---------
 .../commons/crypto/jna/OpenSslNativeJna.java       |  1 +
 .../commons/crypto/random/OpenSslCryptoRandom.java |  9 ++++----
 5 files changed, 29 insertions(+), 17 deletions(-)


[commons-crypto] 01/01: Pick up most recent changes

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

sebb pushed a commit to branch sebb-mac-test
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit ce2800e042a507190c30bc1ff2c4e2afbf1b4d05
Merge: 04aa896 c6322c0
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 29 13:26:20 2022 +0100

    Pick up most recent changes

 .../java/org/apache/commons/crypto/OsInfo.java     |  2 +-
 .../commons/crypto/jna/OpenSsl10XNativeJna.java    |  8 ++++++-
 .../commons/crypto/jna/OpenSsl11XNativeJna.java    | 26 +++++++++++++---------
 .../commons/crypto/jna/OpenSslNativeJna.java       |  1 +
 .../commons/crypto/random/OpenSslCryptoRandom.java |  9 ++++----
 5 files changed, 29 insertions(+), 17 deletions(-)