Skip to content

Commit 2e9b092

Browse files
authored
This makes `openssh` compatible with the Zig-based glibc in `[email protected]` (which doesn't expose `reallocarray` and `explicit_bzero`).
1 parent fa18d79 commit 2e9b092

File tree

13 files changed

+9049
-9
lines changed

13 files changed

+9049
-9
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module(
2+
name = "openssh",
3+
version = "9.9p1.bcr.2",
4+
bazel_compatibility = [
5+
">=7.2.1",
6+
],
7+
compatibility_level = 9,
8+
)
9+
10+
bazel_dep(name = "rules_cc", version = "0.2.14")
11+
bazel_dep(name = "platforms", version = "1.0.0")
12+
bazel_dep(name = "rules_coreutils", version = "1.0.1")
13+
bazel_dep(name = "boringssl", version = "0.20241024.0")
14+
bazel_dep(name = "zlib", version = "1.3.1.bcr.7")
15+
bazel_dep(name = "libxcrypt", version = "4.4.36.bcr.1")

0 commit comments

Comments
 (0)