Update to owncloud-4.5.3.

This commit is contained in:
ajacoutot 2012-11-27 11:38:27 +00:00
parent c1c86bf73d
commit 51be9d1bda
3 changed files with 4 additions and 20 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2012/11/22 15:37:47 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2012/11/27 11:38:27 ajacoutot Exp $
COMMENT= easy and universal access to shared and/or personnal files
V= 4.5.2
V= 4.5.3
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2
REVISION= 0
CATEGORIES= www

View File

@ -1,4 +1,4 @@
SHA256 (owncloud-4.5.1-yubikey.patch) = fOEOqO2RMMb6+YehmXWnxKGbLIaToQEc0adECf2+JgA=
SHA256 (owncloud-4.5.2.tar.bz2) = SW+9E9Lfq1JyWupgsSjQYZcNOMyaoZ7zRQo6WVwlVZk=
SHA256 (owncloud-4.5.3.tar.bz2) = mO7ct/rb51JboAhWB/gFzZGRm1tCFNivhFBJissml7U=
SIZE (owncloud-4.5.1-yubikey.patch) = 21628
SIZE (owncloud-4.5.2.tar.bz2) = 9153993
SIZE (owncloud-4.5.3.tar.bz2) = 9158254

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-lib_connector_sabre_node_php,v 1.2 2012/11/23 09:53:58 ajacoutot Exp $
https://github.com/owncloud/core/issues/493
--- lib/connector/sabre/node.php.orig Fri Nov 23 10:52:22 2012
+++ lib/connector/sabre/node.php Fri Nov 23 10:52:53 2012
@@ -278,7 +278,7 @@ abstract class OC_Connector_Sabre_Node implements Sabr
//remove etag for all Shared folders
$query = OC_DB::prepare( 'DELETE FROM `*PREFIX*properties`'
- .' WHERE `propertypath` = "/Shared"'
+ .' WHERE `propertypath` = \'/Shared\' '
);
$query->execute(array());