Milestone 5: deliver embedded RDP sessions and lifecycle hardening

This commit is contained in:
Keith Smith
2026-03-03 18:59:26 -07:00
parent 230a401386
commit 36006bd4aa
2941 changed files with 724359 additions and 77 deletions

View File

@@ -0,0 +1,25 @@
{
"build-commands": [
"./config --prefix=/app --openssldir=/app --libdir=lib shared",
"make -j ${FLATPAK_BUILDER_N_JOBS} build_sw",
"make -j ${FLATPAK_BUILDER_N_JOBS} install_sw"
],
"buildsystem": "simple",
"cleanup": [],
"name": "openssl",
"sources": [
{
"sha256": "344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0",
"type": "archive",
"url":
"https://github.com/openssl/openssl/releases/download/openssl-3.5.0/openssl-3.5.0.tar.gz",
"x-checker-data": {
"project-id": 13287,
"stable-only": true,
"type": "anitya",
"url-template":
"https://github.com/openssl/openssl/releases/download/openssl-${version}/openssl-${version}.tar.gz"
}
}
]
}