Bug 182180 - owncloud bugfixes
Summary: owncloud bugfixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-17 07:50 UTC by loic.blot
Modified: 2013-09-17 10:40 UTC (History)
0 users

See Also:


Attachments
port.diff (749 bytes, patch)
2013-09-17 07:50 UTC, loic.blot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-09-17 07:50:00 UTC
	Many bugs are fixed, like critical interface bug on contacts and calendars


	From http://owncloud.org/changelog/:
	Fixing upload in shared folders with create privileges
	Making ldap more robust in certain situations
	Handing quota violation earlier to make the desktop clients more robust
	Several quota fixes
	Fix issues with certain file names like 0 or false
	Disable smb in files_External on windows servers
	Enable user to decrypt files again after encryption app was disabled
	Improved Encryption messages
	Add a searchByMime call to API
	Fix multiselects for Firefox on Mac in groups management
	Reduce the number of ldap connections
	Show a password incorrect notice when used shared password is wrong
	Switch to the completely new Google Drive SDK.
	Scanner: additional tests for reusing etags during scanning
	Fix accessing files that are newly created by setting the right mime type
	Several Calendar bugfixes
	Fixed Show on Map in Contacts
	A lof of Contacts fixes
	Several Tasks fixes

Fix: You'll find the port diff here.
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2013-09-17 09:36:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2013-09-17 10:17:09 UTC
Responsible Changed
From-To: jadawin->kevlo

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-17 10:37:57 UTC
Author: kevlo
Date: Tue Sep 17 09:37:49 2013
New Revision: 327466
URL: http://svnweb.freebsd.org/changeset/ports/327466

Log:
  Update to 5.0.11
  
  PR:	ports/182180
  Submitted by:	Loic Blot <loic.blot at unix-experience dot fr>

Modified:
  head/www/owncloud/Makefile
  head/www/owncloud/distinfo

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Tue Sep 17 09:34:36 2013	(r327465)
+++ head/www/owncloud/Makefile	Tue Sep 17 09:37:49 2013	(r327466)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	owncloud
-PORTVERSION=	5.0.10
-PORTREVISION=	1
+PORTVERSION=	5.0.11
 CATEGORIES=	www
 MASTER_SITES=	http://download.owncloud.org/community/
 

Modified: head/www/owncloud/distinfo
==============================================================================
--- head/www/owncloud/distinfo	Tue Sep 17 09:34:36 2013	(r327465)
+++ head/www/owncloud/distinfo	Tue Sep 17 09:37:49 2013	(r327466)
@@ -1,2 +1,2 @@
-SHA256 (owncloud-5.0.10.tar.bz2) = 23dea0c7c66416e21e87097b611fefe961d9bd757b58a7eccdd70bd1a6c46bf7
-SIZE (owncloud-5.0.10.tar.bz2) = 15130544
+SHA256 (owncloud-5.0.11.tar.bz2) = 1f0418c3aa5e05556c1fd9f77d2a906cb67a789087f02e49790ce1e06f356e9e
+SIZE (owncloud-5.0.11.tar.bz2) = 15139457
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Kevin Lo freebsd_committer freebsd_triage 2013-09-17 10:38:07 UTC
State Changed
From-To: open->closed

Committed, thanks.