public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/owncloud/files: owncloud-5.0.3-postgresql_update.patch
@ 2013-04-04 16:01 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2013-04-04 16:01 UTC (permalink / raw
  To: gentoo-commits

voyageur    13/04/04 16:01:44

  Added:                owncloud-5.0.3-postgresql_update.patch
  Log:
  Revision bump to fix update with postgresql
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key C74525F2)

Revision  Changes    Path
1.1                  www-apps/owncloud/files/owncloud-5.0.3-postgresql_update.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/files/owncloud-5.0.3-postgresql_update.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/owncloud/files/owncloud-5.0.3-postgresql_update.patch?rev=1.1&content-type=text/plain

Index: owncloud-5.0.3-postgresql_update.patch
===================================================================
diff --git a/lib/files/cache/legacy.php b/lib/files/cache/legacy.php
index f114cf0..9556a26 100644
--- a/lib/files/cache/legacy.php
+++ b/lib/files/cache/legacy.php
@@ -97,7 +97,7 @@ function getEtag($path) {
 			$relativePath = '';
 		}
 		if(is_null($query)){
-			$query = \OC_DB::prepare('SELECT `propertyvalue` FROM `*PREFIX*properties` WHERE `userid` = ? AND propertypath = ? AND propertyname = "{DAV:}getetag"');
+			$query = \OC_DB::prepare('SELECT `propertyvalue` FROM `*PREFIX*properties` WHERE `userid` = ? AND `propertypath` = ? AND `propertyname` = \'{DAV:}getetag\'');
 		}
 		$result = $query->execute(array($user, '/' . $relativePath));
 		if ($row = $result->fetchRow()) {





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apps/owncloud/files: owncloud-5.0.3-postgresql_update.patch
@ 2013-04-11 19:01 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2013-04-11 19:01 UTC (permalink / raw
  To: gentoo-commits

voyageur    13/04/11 19:01:42

  Removed:              owncloud-5.0.3-postgresql_update.patch
  Log:
  Version bumps and remove security vulnerable versions, bug #465538
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key C74525F2)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-11 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 19:01 [gentoo-commits] gentoo-x86 commit in www-apps/owncloud/files: owncloud-5.0.3-postgresql_update.patch Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-04 16:01 Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox