From 962915788cf38f638226cbd4e17231de7742dbf8 Mon Sep 17 00:00:00 2001 From: Varac Date: Wed, 28 Jun 2017 18:45:43 +0200 Subject: [pkg] Add ssl-cert to soledad-server deb deps The soledad user needs to read the ssl certificate private key stored in `/etc/x509/keys/leap.key`, which is accessible by users in the `ssl-cert` group, added by the `ssl-cert` package. On installation, the soledad user is added to that group so the ssl-package needs to be installed by then. - Resolves: #8849 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b9fc963f..ba3d71a0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Architecture: all Provides: leap.soledad.server, ${python:Provides} Depends: ${misc:Depends}, ${python:Depends}, lsb-base (>= 3.0-6), python-configparser, python-couchdb, python-simplejson, python-oauth, python-routes, python-six, python-twisted-web (>= 13.0.0-1~bpo70+1), - python-beaker, sudo + python-beaker, sudo, ssl-cert Description: Synchronization of locally encrypted data among devices (server files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an -- cgit v1.2.3