Skip to content

Commit

Permalink
OpenSSH 9.9p1 (#3028)
Browse files Browse the repository at this point in the history
Implements a native Bazel build around OpenSSH 9.9 portable.

Requires `libxcrypt` from #3025.

Fixes #3007
  • Loading branch information
mattyclarkson authored Oct 31, 2024
1 parent e67ae80 commit be68885
Show file tree
Hide file tree
Showing 11 changed files with 4,880 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/openssh/9.9p1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "openssh",
version = "9.9p1",
bazel_compatibility = [
">=7.1.0",
],
compatibility_level = 9,
)

bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_coreutils", version = "1.0.0-beta.6")
bazel_dep(name = "boringssl", version = "0.20241024.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "libxcrypt", version = "4.4.36")
Loading

0 comments on commit be68885

Please sign in to comment.