Update to owncloud-9.1.3.

This commit is contained in:
ajacoutot 2016-12-15 09:31:15 +00:00
parent 6b0035e108
commit 3b07b579a8
4 changed files with 528 additions and 551 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.109 2016/11/10 09:14:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.110 2016/12/15 09:31:15 ajacoutot Exp $
COMMENT= easy and universal access to shared and/or personal files
V= 9.1.2
V= 9.1.3
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,2 +1,2 @@
SHA256 (owncloud-9.1.2.tar.bz2) = EIvUaGSqyVyQwkai7aNbAFE8FN8TIXet0Hl2wc2xSTM=
SIZE (owncloud-9.1.2.tar.bz2) = 29041269
SHA256 (owncloud-9.1.3.tar.bz2) = 4KHrNf/7Ydq1ykH20/203cw+wJaDzWILgJSEZ4XU9uk=
SIZE (owncloud-9.1.3.tar.bz2) = 28977283

View File

@ -1,15 +1,15 @@
$OpenBSD: patch-version_php,v 1.6 2016/11/10 09:14:07 ajacoutot Exp $
$OpenBSD: patch-version_php,v 1.7 2016/12/15 09:31:15 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 Tue Nov 8 11:54:30 2016
+++ version.php Thu Nov 10 10:10:59 2016
--- version.php.orig Mon Dec 12 18:43:07 2016
+++ version.php Thu Dec 15 10:23:58 2016
@@ -2,6 +2,6 @@
$OC_Version = array(9,1,2,5);
$OC_VersionString = '9.1.2';
$OC_Version = array(9,1,3,1);
$OC_VersionString = '9.1.3';
$OC_Edition = '';
-$OC_Channel = 'stable';
+$OC_Channel = 'OpenBSD ports';
$OC_VersionCanBeUpgradedFrom = array(9,0);
$OC_Build = '2016-11-08T10:54:28+00:00 d47c589b0429eafa5add3a9ffc1c89f8ecccf9cc';
$OC_Build = '2016-12-12T17:43:04+00:00 f9a867b70c217463289a741d4d26079eb2a80dfd';

File diff suppressed because it is too large Load Diff