Update to owncloud-4.0.3.
This commit is contained in:
parent
341625dc10
commit
ba776f2f7f
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2012/06/21 07:00:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/06/23 15:32:45 ajacoutot Exp $
|
||||
|
||||
COMMENT= easy and universal access to shared and/or personnal files
|
||||
|
||||
DISTNAME= owncloud-4.0.2
|
||||
REVISION= 5
|
||||
DISTNAME= owncloud-4.0.3
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CATEGORIES= www
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (owncloud-4.0.2.tar.bz2) = eTTr4LCGEQx+6YWPo65AGA==
|
||||
RMD160 (owncloud-4.0.2.tar.bz2) = ES/XIU3BPb19DbEtubbAx02fy48=
|
||||
SHA1 (owncloud-4.0.2.tar.bz2) = hWs6sAINJCRhqSqXJC7tUKuUVe0=
|
||||
SHA256 (owncloud-4.0.2.tar.bz2) = ZseOc/NI7G16tJ6JMOg82gB5/P+plO5HYQXePNVHAKE=
|
||||
SIZE (owncloud-4.0.2.tar.bz2) = 4603512
|
||||
MD5 (owncloud-4.0.3.tar.bz2) = VzuTS960SDDGfNs2/DrTWQ==
|
||||
RMD160 (owncloud-4.0.3.tar.bz2) = 8KGEai9yTXiXpYTEROnlEdlCzmA=
|
||||
SHA1 (owncloud-4.0.3.tar.bz2) = XhYWIKh7VMuzWVNHJPEkigOXT2Y=
|
||||
SHA256 (owncloud-4.0.3.tar.bz2) = fXCkBo6eearh/JVHcMZbhftXpCfbvmF3I/7yiF4ciL8=
|
||||
SIZE (owncloud-4.0.3.tar.bz2) = 4615316
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-config_config_sample_php,v 1.2 2012/06/11 13:11:54 ajacoutot Exp $
|
||||
|
||||
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-709
|
||||
|
||||
--- config/config.sample.php.orig Mon Jun 11 12:18:38 2012
|
||||
+++ config/config.sample.php Mon Jun 11 15:02:47 2012
|
||||
@@ -26,7 +26,7 @@ $CONFIG = array(
|
||||
"mail_smtpname" => "",
|
||||
"mail_smtppassword" => "",
|
||||
"appcodechecker" => "",
|
||||
-"log_type" => "",
|
||||
+"log_type" => "owncloud",
|
||||
"logfile" => "",
|
||||
"loglevel" => "",
|
||||
"passwordsalt" => "",
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-lib_util_php,v 1.1 2012/06/16 11:18:29 ajacoutot Exp $
|
||||
--- lib/util.php.orig Sat Jun 16 13:14:18 2012
|
||||
+++ lib/util.php Sat Jun 16 13:14:35 2012
|
||||
$OpenBSD: patch-lib_util_php,v 1.2 2012/06/23 15:32:45 ajacoutot Exp $
|
||||
--- lib/util.php.orig Fri Jun 22 21:31:57 2012
|
||||
+++ lib/util.php Sat Jun 23 17:29:48 2012
|
||||
@@ -31,7 +31,7 @@ class OC_Util {
|
||||
// Check if apps folder is writable.
|
||||
if(!is_writable(OC::$SERVERROOT."/apps/")) {
|
||||
if(OC_Config::getValue('writable_appsdir', true) && !is_writable(OC::$SERVERROOT."/apps/")) {
|
||||
$tmpl = new OC_Template( '', 'error', 'guest' );
|
||||
- $tmpl->assign('errors',array(1=>array('error'=>"Can't write into apps directory 'apps'",'hint'=>"You can usually fix this by giving the webserver user write access to the config directory in owncloud")));
|
||||
+ $tmpl->assign('errors',array(1=>array('error'=>"Can't write into apps directory 'apps'",'hint'=>"You can usually fix this by giving the webserver user write access to the apps directory in owncloud")));
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/06/16 11:18:29 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/06/23 15:32:45 ajacoutot Exp $
|
||||
@extra owncloud/config/config.php
|
||||
owncloud/
|
||||
owncloud/.htaccess.dist
|
||||
@ -1114,9 +1114,11 @@ owncloud/apps/files_encryption/settings.php
|
||||
owncloud/apps/files_encryption/templates/
|
||||
owncloud/apps/files_encryption/templates/settings.php
|
||||
owncloud/apps/files_encryption/tests/
|
||||
owncloud/apps/files_encryption/tests/binary
|
||||
owncloud/apps/files_encryption/tests/encryption.php
|
||||
owncloud/apps/files_encryption/tests/proxy.php
|
||||
owncloud/apps/files_encryption/tests/stream.php
|
||||
owncloud/apps/files_encryption/tests/zeros
|
||||
owncloud/apps/files_external/
|
||||
owncloud/apps/files_external/appinfo/
|
||||
owncloud/apps/files_external/appinfo/app.php
|
||||
@ -1954,7 +1956,6 @@ owncloud/apps/user_ldap/tests/
|
||||
owncloud/apps/user_ldap/tests/group_ldap.php
|
||||
owncloud/apps/user_ldap/user_ldap.php
|
||||
owncloud/apps/user_migrate/
|
||||
owncloud/apps/user_migrate/admin.php
|
||||
owncloud/apps/user_migrate/ajax/
|
||||
owncloud/apps/user_migrate/ajax/export.php
|
||||
owncloud/apps/user_migrate/appinfo/
|
||||
@ -1965,7 +1966,6 @@ owncloud/apps/user_migrate/js/
|
||||
owncloud/apps/user_migrate/js/export.js
|
||||
owncloud/apps/user_migrate/settings.php
|
||||
owncloud/apps/user_migrate/templates/
|
||||
owncloud/apps/user_migrate/templates/admin.php
|
||||
owncloud/apps/user_migrate/templates/settings.php
|
||||
owncloud/apps/user_openid/
|
||||
owncloud/apps/user_openid/appinfo/
|
||||
|
Loading…
Reference in New Issue
Block a user