Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,10 @@ http_archive(
"//third_party/softhsm2:0002-Include-time.patch",
"//third_party/softhsm2:0003-Fix-MLDSA-include-path.patch",
],
# TODO revert back to https://github.com/opendnssec/SoftHSMv2 once ML-DSA support is upstreamed.
sha256 = "f7c08dc4ba6c91e33b968dc1a69fa18f9ce47114db3ce9186843f29e14190777",
strip_prefix = "SoftHSMv2-5fe2207418cd066142d122ea2c0c67f7831b6a63",
urls = ["https://github.com/antoinelochet/SoftHSMv2/archive/5fe2207418cd066142d122ea2c0c67f7831b6a63.tar.gz"],
sha256 = "35b3131364a1af4578868f98916e7a0b74c13520214c147888a728d39bb2a9ee",
strip_prefix = "SoftHSMv2-6319797ff0d11578375965d3a5b2bba7a81e03f0",
urls = ["https://github.com/opendnssec/SoftHSMv2/archive/6319797ff0d11578375965d3a5b2bba7a81e03f0.tar.gz"],
)

# Release Tools
http_archive(
name = "lowrisc_bazel_release",
Expand Down
4 changes: 2 additions & 2 deletions util/containers/softhsm2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ ENV LANGUAGE en_US:en

# Clone SoftHSM2.
# Note: this commit hash should be kept in sync with that in MODULE.bazel
ARG SOFTHSM2_COMMIT_HASH=5fe2207418cd066142d122ea2c0c67f7831b6a63
ARG SOFTHSM2_COMMIT_HASH=6319797ff0d11578375965d3a5b2bba7a81e03f0
RUN cd /opt && \
git clone https://github.com/antoinelochet/SoftHSMv2.git && \
git clone https://github.com/opendnssec/SoftHSMv2.git && \
cd SoftHSMv2 && \
git reset --hard ${SOFTHSM2_COMMIT_HASH}

Expand Down
Loading