Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
25
third_party/FreeRDP/packaging/flatpak/modules/openssl.json
vendored
Normal file
25
third_party/FreeRDP/packaging/flatpak/modules/openssl.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user