Bug 179494 - Security & stability fixes for www/owncloud
Summary: Security & stability fixes for www/owncloud
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 18:20 UTC by loic.blot
Modified: 2013-06-17 00:38 UTC (History)
0 users

See Also:


Attachments
port.diff (726 bytes, patch)
2013-06-11 18:20 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-06-11 18:20:00 UTC
	New XSS vulnerabilites has been discovered. Some stability fix for IE & Safari
	It's very critical. Owncloud must be updated to 5.0.7 soon. 5.0.5 has too many bugs.

Fix: Here is a fix from previous commited 5.0.6 pr.
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-06-11 20:07:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-11 21:27:56 UTC
Author: culot
Date: Tue Jun 11 20:27:48 2013
New Revision: 320636
URL: http://svnweb.freebsd.org/changeset/ports/320636

Log:
  - Update to 5.0.7
  
  Changes:	http://owncloud.org/changelog/
  
  Security:	oC-SA-2013-[019-028]
  Security:	CVE-2013-[2039-2045,2047-2048,2085-2086,2089,2149-2150]
  
  PR:		ports/178628
  PR:		ports/179494
  Submitted by: 	Loic Blot <loic.blot@unix-experience.fr>
  Approved by:	kevlo@ (maintainer, timeout)

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

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Tue Jun 11 19:45:36 2013	(r320635)
+++ head/www/owncloud/Makefile	Tue Jun 11 20:27:48 2013	(r320636)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	owncloud
-PORTVERSION=	5.0.5
+PORTVERSION=	5.0.7
 CATEGORIES=	www
 MASTER_SITES=	http://download.owncloud.org/community/
 

Modified: head/www/owncloud/distinfo
==============================================================================
--- head/www/owncloud/distinfo	Tue Jun 11 19:45:36 2013	(r320635)
+++ head/www/owncloud/distinfo	Tue Jun 11 20:27:48 2013	(r320636)
@@ -1,2 +1,2 @@
-SHA256 (owncloud-5.0.5.tar.bz2) = d1538f598f7b06a2d0494a9675a461e4bcd976e7e4ddf372efc1a2ec50007a31
-SIZE (owncloud-5.0.5.tar.bz2) = 13865933
+SHA256 (owncloud-5.0.7.tar.bz2) = 8329a2b8ee7da48111455aca299eacef68bde22c6e6494c3e9c41d4619e5083d
+SIZE (owncloud-5.0.7.tar.bz2) = 14016269
_______________________________________________
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 3 Frederic Culot freebsd_committer freebsd_triage 2013-06-11 22:06:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!