From a66e25175968bc66f1185422ccbdaf5671450125 Mon Sep 17 00:00:00 2001
From: Niklas Poslovski <ni.pos@yandex.com>
Date: Sun, 08 Oct 2023 14:35:12 +0200
Subject: [PATCH] mosh: Rebuild after protobuf update and switch to OpenSSL 3.1

---
 components/shell/mosh/pkg5 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/shell/mosh/pkg5 b/components/shell/mosh/pkg5
index b092c55..c7ca890 100644
--- a/components/shell/mosh/pkg5
+++ b/components/shell/mosh/pkg5
@@ -1,9 +1,10 @@
 {
     "dependencies": [
         "SUNWcs",
+        "library/c++/abseil-cpp",
         "library/c++/protobuf",
         "library/ncurses",
-        "library/security/openssl-11",
+        "library/security/openssl-31",
         "library/zlib",
         "system/library",
         "system/library/g++-10-runtime",

--
Gitblit v1.9.3