Update to owncloud-9.1.4.

This commit is contained in:
ajacoutot 2017-02-02 05:55:42 +00:00
parent 60f7cce207
commit 400a3dd7f3
4 changed files with 43 additions and 797 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.110 2016/12/15 09:31:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.111 2017/02/02 05:55:42 ajacoutot Exp $
COMMENT= easy and universal access to shared and/or personal files
V= 9.1.3
V= 9.1.4
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,2 +1,2 @@
SHA256 (owncloud-9.1.3.tar.bz2) = 4KHrNf/7Ydq1ykH20/203cw+wJaDzWILgJSEZ4XU9uk=
SIZE (owncloud-9.1.3.tar.bz2) = 28977283
SHA256 (owncloud-9.1.4.tar.bz2) = G/YsXmZamPjIL76y/MXSqivTFXsMrSqTAAqNchFMpUc=
SIZE (owncloud-9.1.4.tar.bz2) = 13882525

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-version_php,v 1.7 2016/12/15 09:31:15 ajacoutot Exp $
$OpenBSD: patch-version_php,v 1.8 2017/02/02 05:55:42 ajacoutot Exp $
Prevents code integrity check warnings.
https://doc.owncloud.org/server/9.0/admin_manual/issues/code_signing.html#fixing-invalid-code-integrity-messages
--- version.php.orig Mon Dec 12 18:43:07 2016
+++ version.php Thu Dec 15 10:23:58 2016
--- version.php.orig Wed Feb 1 19:44:51 2017
+++ version.php Thu Feb 2 06:52:44 2017
@@ -2,6 +2,6 @@
$OC_Version = array(9,1,3,1);
$OC_VersionString = '9.1.3';
$OC_Version = array(9,1,4,2);
$OC_VersionString = '9.1.4';
$OC_Edition = '';
-$OC_Channel = 'stable';
+$OC_Channel = 'OpenBSD ports';
$OC_VersionCanBeUpgradedFrom = array(9,0);
$OC_Build = '2016-12-12T17:43:04+00:00 f9a867b70c217463289a741d4d26079eb2a80dfd';
$OC_Build = '2017-02-01T18:44:48+00:00 c2cb190b880ce9e7992801204de0fb2cda988d4f';

File diff suppressed because it is too large Load Diff