aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-04-30 02:38:21 -0400
committerGitHub <noreply@github.com>2019-04-30 02:38:21 -0400
commit99700e1b9597395ead44322aebff1e3223d282f1 (patch)
tree6923c3682ce1976497068f1413ea3f0c635fa4bc
parent4e0be953686cc31ac4b4e6d5874e8d4bd241eb18 (diff)
parentc8a59c83439180ac2b4795d8d09009a30e696e93 (diff)
Merge pull request #1327 from joshuaboniface/disco
Support libssl1.1 for Ubuntu Disco
-rw-r--r--deployment/debian-package-x64/pkg-src/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/debian-package-x64/pkg-src/control b/deployment/debian-package-x64/pkg-src/control
index d96660590..4422f0fda 100644
--- a/deployment/debian-package-x64/pkg-src/control
+++ b/deployment/debian-package-x64/pkg-src/control
@@ -23,6 +23,6 @@ Depends: at,
jellyfin-ffmpeg,
libfontconfig1,
libfreetype6,
- libssl1.0.0 | libssl1.0.2
+ libssl1.0.0 | libssl1.0.2 | libssl1.1
Description: Jellyfin is a home media server.
It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.