浏览代码

Support libssl1.1 for Ubuntu Disco

Joshua Boniface 6 年之前
父节点
当前提交
c8a59c8343
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/debian-package-x64/pkg-src/control

+ 1 - 1
deployment/debian-package-x64/pkg-src/control

@@ -23,6 +23,6 @@ Depends: at,
          jellyfin-ffmpeg,
          jellyfin-ffmpeg,
          libfontconfig1,
          libfontconfig1,
          libfreetype6,
          libfreetype6,
-         libssl1.0.0 | libssl1.0.2
+         libssl1.0.0 | libssl1.0.2 | libssl1.1
 Description: Jellyfin is a home media server.
 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.
  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.