Update to owncloud-10.0.4.
This commit is contained in:
parent
3ccfdaba24
commit
e506df8ace
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.118 2017/11/11 10:43:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.119 2017/12/06 06:35:49 ajacoutot Exp $
|
||||
|
||||
COMMENT= easy and universal access to shared and/or personal files
|
||||
|
||||
V= 10.0.3
|
||||
V= 10.0.4
|
||||
DISTNAME= owncloud-${V}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (owncloud-10.0.3.tar.bz2) = 9IngcgkNUeR7OQEJKX16ruVt05xC2NFJ+wt9ACw6w40=
|
||||
SIZE (owncloud-10.0.3.tar.bz2) = 35358244
|
||||
SHA256 (owncloud-10.0.4.tar.bz2) = 4VDwtBM3aw2lIl3Nw3KTjEnKcCyrN1nlnbLTq3myvLg=
|
||||
SIZE (owncloud-10.0.4.tar.bz2) = 38584730
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-version_php,v 1.13 2017/09/25 17:26:18 ajacoutot Exp $
|
||||
$OpenBSD: patch-version_php,v 1.14 2017/12/06 06:35:49 ajacoutot Exp $
|
||||
|
||||
Prevents code integrity check warnings.
|
||||
https://doc.owncloud.org/server/10.0/admin_manual/issues/code_signing.html
|
||||
@ -7,11 +7,11 @@ Index: version.php
|
||||
--- version.php.orig
|
||||
+++ version.php
|
||||
@@ -2,7 +2,7 @@
|
||||
$OC_Version = array(10,0,3,3);
|
||||
$OC_VersionString = '10.0.3';
|
||||
$OC_Version = array(10,0,4,4);
|
||||
$OC_VersionString = '10.0.4';
|
||||
$OC_Edition = '';
|
||||
-$OC_Channel = 'stable';
|
||||
+$OC_Channel = 'OpenBSD ports';
|
||||
$OC_VersionCanBeUpgradedFrom = [[8,2,11],[9,0,9],[9,1]];
|
||||
$OC_Build = '2017-09-15T14:47:05+00:00 5ae38448f1f98a5a9a1a629a5094a34bb64550e6';
|
||||
$OC_Build = '2017-12-05T16:16:34+00:00 56b43bf1eeef330b163108c149bbc5c9dfcbf9d7';
|
||||
$vendor = 'owncloud';
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user