This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 10fc7da8 Comment: Remove unnecessary Latin acronym 10fc7da8 is described below commit 10fc7da818d17a3a7ceccbbed1c0c2209e1d2ace Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 14 10:03:36 2025 -0400 Comment: Remove unnecessary Latin acronym --- .github/workflows/docker_images.yml | 2 +- .github/workflows/maven.yml | 6 ++++-- src/docker/README.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker_images.yml b/.github/workflows/docker_images.yml index 8c621d70..956c5a2c 100644 --- a/.github/workflows/docker_images.yml +++ b/.github/workflows/docker_images.yml @@ -14,7 +14,7 @@ # limitations under the License. name: Docker images -# N.B. This name is used by maven_crosstest.yml +# This name is used by maven_crosstest.yml on: # allow direct trigger diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a5faefe8..662fb05f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ name: Java CI # if the expectedVersion property is set, the test will check if the OpenSSL (or LibreSSL) version agrees # with the major/minor version (lower 32 bits are ignored) -# N.B. LibreSSL may identify itself as 3.0.2 in the text output, but the long version is 0x20000000 +# LibreSSL may identify itself as 3.0.2 in the text output, but the long version is 0x20000000 # The intention of the check is to show that various different versions have been tested at least once @@ -113,9 +113,11 @@ jobs: # It's not clear how one is supposed to find the correct setting; # The value below was found by searching for openssl files under C (warning: slow) # Other possible values are: + # # "C:\\Miniconda\\pkgs\\openssl-1.1.1n-h2bbff1b_0\\Library" # "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt" - # N.B. This must *not* be run under the bash shell, as that changes the default openssl library under Windows + # + # This must *not* be run under the bash shell, as that changes the default openssl library under Windows env: OPENSSL_HOME: "C:\\Miniconda\\Library" Mac_INC_OPENSSL: /opt/homebrew/include # Try to fix macos-14 (does not see to affect other mac versions) diff --git a/src/docker/README.md b/src/docker/README.md index eafe4c4a..ad5d86a8 100644 --- a/src/docker/README.md +++ b/src/docker/README.md @@ -46,7 +46,7 @@ target/classes/org/apache/commons/crypto/native/Mac/x86_64/libcommons-crypto.jni OR docker compose run --entrypoint src/docker/build-x86_64.sh crypto # run full build docker compose run --entrypoint src/docker/build_linux32.sh crypto # optionally run linux32 build - # N.B. the linux32 build needs an additional install, but that causes linux 64 bit builds to fail. + # The linux32 build needs an additional install, but that causes linux 64 bit builds to fail. ``` # Creating a release candidate using macOS