ports/182636: Various fixes on Owncloud (PG upgrade critical update)

Loic Blot loic.blot at unix-experience.fr
Fri Oct 4 13:40:01 UTC 2013


>Number:         182636
>Category:       ports
>Synopsis:       Various fixes on Owncloud (PG upgrade critical update)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 04 13:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Loic Blot
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
Institut Optique Graduate School
>Environment:
System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	This release fix the following points:
	* Usermanagement interface fixes
	* Allow numeric group names
	* Improved IE compatibiliy (serious)
	* Fix database upgrade error (critical for pgsql)
	* Sharing permission interface fixes
	* Small visual fixes
	* File scanner fixes to handle deleted files correctly

>How-To-Repeat:
	For previous versions of owncloud use ownclod 5.0.10 for example and upgrade. You have a blank page on files app.
	https://github.com/owncloud/core/issues/4087#issuecomment-25681525
>Fix:
	The following diff update the owncloud archive,
	thanks

--- owncloud.diff begins here ---
--- Makefile.old	2013-10-04 15:14:23.000000000 +0200
+++ Makefile	2013-10-04 15:17:19.000000000 +0200
@@ -1,8 +1,7 @@
 # $FreeBSD: www/owncloud/Makefile 328490 2013-09-27 14:53:11Z kevlo $
 
 PORTNAME=	owncloud
-PORTVERSION=	5.0.11
-PORTREVISION=	1
+PORTVERSION=	5.0.12
 CATEGORIES=	www
 MASTER_SITES=	http://download.owncloud.org/community/
 
@@ -17,7 +16,7 @@
 USE_BZIP2=	yes
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv json mbstring \
 		mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \
-		sqlite3 xml wddx zip zlib
+		sqlite3 xml xmlreader wddx zip zlib
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=5
 
--- distinfo.old	2013-10-04 15:14:26.000000000 +0200
+++ distinfo	2013-10-04 15:16:47.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (owncloud-5.0.11.tar.bz2) = 1f0418c3aa5e05556c1fd9f77d2a906cb67a789087f02e49790ce1e06f356e9e
-SIZE (owncloud-5.0.11.tar.bz2) = 15139457
+SHA256 (owncloud-5.0.12.tar.bz2) = b1aafcba4823c011b19b60353394d81455e2b3e9c169d4e444b27c740695ed7a
+SIZE (owncloud-5.0.12.tar.bz2) = 15147476
--- owncloud.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list