[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.3+dfsg-1-10-gf51915d

David Prévot taffit at debian.org
Wed Apr 10 14:23:56 UTC 2013


The following commit has been merged in the master branch:
commit 2521c56c1a74a927bda3cb59e6fa25c2e27c7fd4
Author: David Prévot <taffit at debian.org>
Date:   Wed Apr 10 09:41:19 2013 -0400

    Use local CA certificates instead of embedded ones

diff --git a/debian/control b/debian/control
index f689668..ee54786 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/owncloud.git
 Package: owncloud
 Architecture: all
 Depends: apache2 | httpd,
+         ca-certificates,
          libjs-jquery (>= 1.7.2-1),
          libjs-jquery-jplayer,
          libjs-jquery-ui,
diff --git a/debian/owncloud.links b/debian/owncloud.links
index b6f1a29..b8bb123 100644
--- a/debian/owncloud.links
+++ b/debian/owncloud.links
@@ -18,3 +18,6 @@ usr/share/javascript/underscore/underscore.js	usr/share/owncloud/core/doc/admin/
 usr/share/javascript/jquery/jquery.min.js	usr/share/owncloud/core/doc/user/_static/jquery.js
 usr/share/javascript/underscore/underscore.js	usr/share/owncloud/core/doc/user/_static/underscore.js
 usr/share/php/Zend usr/share/owncloud/apps/search_lucene/3rdparty/Zend
+
+# Use local cacert instead of embedded one
+etc/ssl/certs/ca-certificates.crt	/usr/share/owncloud/3rdparty/aws-sdk/lib/requestcore/cacert.pem

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list